@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/OperationOutcome/update-immunisation-request-response-message-2> a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "update-immunisation-request-response-message-2"] ;
  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: OperationOutcome update-immunisation-request-response-message-2</b></p><a name=\"update-immunisation-request-response-message-2\"> </a><a name=\"hcupdate-immunisation-request-response-message-2\"> </a><blockquote><p><b>issue</b></p><p><b>severity</b>: Information</p><p><b>code</b>: Informational Note</p><p><b>details</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0008 AA}\">Original mode: Application Accept - Enhanced mode: Application acknowledgment: Accept</span></p><p><b>expression</b>: FZZ968-B</p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Throttled</p><p><b>expression</b>: FZZ065-D</p></blockquote></div>"
  ] ;
  fhir:OperationOutcome.issue [
     fhir:index 0 ;
     fhir:OperationOutcome.issue.severity [ fhir:value "information" ] ;
     fhir:OperationOutcome.issue.code [ fhir:value "informational" ] ;
     fhir:OperationOutcome.issue.details [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0008" ] ;
         fhir:Coding.code [ fhir:value "AA" ]
       ]
     ] ;
     fhir:OperationOutcome.issue.expression [
       fhir:value "FZZ968-B" ;
       fhir:index 0
     ]
  ], [
     fhir:index 1 ;
     fhir:OperationOutcome.issue.severity [ fhir:value "error" ] ;
     fhir:OperationOutcome.issue.code [ fhir:value "throttled" ] ;
     fhir:OperationOutcome.issue.expression [
       fhir:value "FZZ065-D" ;
       fhir:index 0
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://standards.digital.health.nz/fhir/air/OperationOutcome/update-immunisation-request-response-message-2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

