Aotearoa Immunisation Register (AIR) FHIR Implementation Guide
2.7.0 - ci-build New Zealand

Aotearoa Immunisation Register (AIR) FHIR Implementation Guide - Local Development build (v2.7.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: update-immunisation-request-response-message-1 - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/update-immunisation-request-response-message-1> a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "update-immunisation-request-response-message-1"] ;
  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-1</b></p><a name=\"update-immunisation-request-response-message-1\"> </a><a name=\"hcupdate-immunisation-request-response-message-1\"> </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>: Processing Failure</p><p><b>details</b>: <span title=\"Codes:{https://standards.digital.health.nz/ns/air-operationoutcome-code UNKNOWN}\">Unknown error</span></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 "processing" ] ;
     fhir:OperationOutcome.issue.details [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://standards.digital.health.nz/ns/air-operationoutcome-code" ] ;
         fhir:Coding.code [ fhir:value "UNKNOWN" ]
       ]
     ] ;
     fhir:OperationOutcome.issue.expression [
       fhir:value "FZZ065-D" ;
       fhir:index 0
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/update-immunisation-request-response-message-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/OperationOutcome/update-immunisation-request-response-message-1.ttl> .