@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://standards.digital.health.nz/fhir/air/MessageDefinition/UpdateImmunisationResponseMessageDefinition> a fhir:MessageDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "UpdateImmunisationResponseMessageDefinition"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageDefinition UpdateImmunisationResponseMessageDefinition</b></p><a name=\"UpdateImmunisationResponseMessageDefinition\"> </a><a name=\"hcUpdateImmunisationResponseMessageDefinition\"> </a><p><b>url</b>: <a href=\"MessageDefinition-UpdateImmunisationResponseMessageDefinition.html\">MessageDefinition: url = http://hl7.org.nz/fhir/MessageDefinition/UpdateImmunisationResponsetMessageDefinition; version = 2.7.0; status = draft; date = 2020-04-21; publisher = Te Whatu Ora; contact = Te Whatu Ora (https://tewhatuora.govt.nz); description = Defines a message used to respond to a notification of an update to a patient’s vaccination record; jurisdiction = New Zealand; copyright = ; event[x] = Immunisation Update Response (AIR Event Type#IMMUNISATION_UPDATE_ACK)</a></p><p><b>version</b>: 2.7.0</p><p><b>status</b>: Draft</p><p><b>date</b>: 2020-04-21</p><p><b>publisher</b>: Te Whatu Ora</p><p><b>contact</b>: Te Whatu Ora: <a href=\"https://tewhatuora.govt.nz\">https://tewhatuora.govt.nz</a></p><p><b>description</b>: </p><div><p>Defines a message used to respond to a notification of an update to a patient’s vaccination record</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 US}\">New Zealand</span></p><p><b>event</b>: <a href=\"CodeSystem-air-event-type-1.0.html#air-event-type-1.0-IMMUNISATION_UPDATE_ACK\">AIR Event Type: IMMUNISATION_UPDATE_ACK</a> (Immunisation Update Response)</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>OperationOutcome</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@2.0.0&amp;canonical=http://hl7.org.nz/fhir/StructureDefinition/EnrolmentNominationResponse\">http://hl7.org.nz/fhir/StructureDefinition/EnrolmentNominationResponse</a></td><td>1</td><td>1</td></tr></table></div>"
  ] ;
  fhir:MessageDefinition.url [ fhir:value "http://hl7.org.nz/fhir/MessageDefinition/UpdateImmunisationResponsetMessageDefinition"] ;
  fhir:MessageDefinition.version [ fhir:value "2.7.0"] ;
  fhir:MessageDefinition.status [ fhir:value "draft"] ;
  fhir:MessageDefinition.date [ fhir:value "2020-04-21"^^xsd:date] ;
  fhir:MessageDefinition.publisher [ fhir:value "Te Whatu Ora"] ;
  fhir:MessageDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://tewhatuora.govt.nz" ]
     ]
  ] ;
  fhir:MessageDefinition.description [ fhir:value "Defines a message used to respond to a notification of an update to a patient’s vaccination record"] ;
  fhir:MessageDefinition.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "US" ] ;
       fhir:Coding.display [ fhir:value "New Zealand" ]
     ]
  ] ;
  fhir:MessageDefinition.eventCoding [
     fhir:Coding.system [ fhir:value "https://standards.digital.health.nz/ns/air-event-type" ] ;
     fhir:Coding.code [ fhir:value "IMMUNISATION_UPDATE_ACK" ]
  ] ;
  fhir:MessageDefinition.focus [
     fhir:index 0 ;
     fhir:MessageDefinition.focus.code [ fhir:value "OperationOutcome" ] ;
     fhir:MessageDefinition.focus.profile [
       fhir:value "http://hl7.org.nz/fhir/StructureDefinition/EnrolmentNominationResponse" ;
       fhir:link <http://hl7.org.nz/fhir/StructureDefinition/EnrolmentNominationResponse>
     ] ;
     fhir:MessageDefinition.focus.min [ fhir:value "1"^^xsd:nonNegativeInteger ] ;
     fhir:MessageDefinition.focus.max [ fhir:value "1" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://standards.digital.health.nz/fhir/air/MessageDefinition/UpdateImmunisationResponseMessageDefinition.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

