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

: Concept Map -- HL7v2 Serology Obs Value < -- > AIR Serology Protection Code - TTL Representation

Draft as of 2026-07-20

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/ConceptMap/air-serology-protection-code-map> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "air-serology-protection-code-map"] ;
  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: ConceptMap air-serology-protection-code-map</b></p><a name=\"air-serology-protection-code-map\"> </a><a name=\"hcair-serology-protection-code-map\"> </a><p>Mapping from <a href=\"ValueSet-air-serology-protection-code.html\">AIR Serology Protection Code</a> to <a href=\"ValueSet-air-serology-protection-code.html\">AIR Serology Protection Code</a></p><br/><p>Mapping from <a href=\"CodeSystem-air-serology-protection-terms.html\">AIR Serology Protection Terms Code System</a> to <a href=\"CodeSystem-air-serology-protection-terms.html\">AIR Serology Protection Terms Code System</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>R (Resistant)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>P (Protected)</td></tr></table></div>"
  ] ;
  fhir:ConceptMap.url [ fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/air-serology-protection-code-map"] ;
  fhir:ConceptMap.version [ fhir:value "2.7.0"] ;
  fhir:ConceptMap.name [ fhir:value "HL7SerologyObsValue-AIRSerologyProtectionCode-Map"] ;
  fhir:ConceptMap.title [ fhir:value "Concept Map --  HL7v2 Serology Obs Value < -- > AIR Serology Protection Code"] ;
  fhir:ConceptMap.status [ fhir:value "draft"] ;
  fhir:ConceptMap.date [ fhir:value "2026-07-20T21:32:10+00:00"^^xsd:dateTime] ;
  fhir:ConceptMap.publisher [ fhir:value "Te Whatu Ora"] ;
  fhir:ConceptMap.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:ConceptMap.description [ fhir:value "This maps the codes used to report serology protection status in NIR HL7v2 messaging (OBX-5) to the counterpart codes used in the FHIR observation.interpretation field. Note that this map only includes those codes where the code is different between HL7v2 and FHIR standards."] ;
  fhir:ConceptMap.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:ConceptMap.sourceCanonical [
     fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/air-serology-protection-code" ;
     fhir:link <https://nzhts.digital.health.nz/fhir/ValueSet/air-serology-protection-code>
  ] ;
  fhir:ConceptMap.targetCanonical [
     fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/air-serology-protection-code" ;
     fhir:link <https://nzhts.digital.health.nz/fhir/ValueSet/air-serology-protection-code>
  ] ;
  fhir:ConceptMap.group [
     fhir:index 0 ;
     fhir:ConceptMap.group.source [ fhir:value "https://standards.digital.health.nz/ns/air-serology-protection-terms" ] ;
     fhir:ConceptMap.group.target [ fhir:value "https://standards.digital.health.nz/ns/air-serology-protection-terms" ] ;
     fhir:ConceptMap.group.element [
       fhir:index 0 ;
       fhir:ConceptMap.group.element.code [ fhir:value "R" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "P" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ConceptMap/air-serology-protection-code-map.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ConceptMap/air-serology-protection-code-map.ttl> .