NZ Shared Digital Health Record API
1.0.2 - release

NZ Shared Digital Health Record API - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ValueSet for AllergyIntolerance Code - TTL Representation

Active as of 2026-06-30

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/ValueSet/sdhr-allergyintolerance-code-valueset> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "sdhr-allergyintolerance-code-valueset"] ;
  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: ValueSet sdhr-allergyintolerance-code-valueset</b></p><a name=\"sdhr-allergyintolerance-code-valueset\"> </a><a name=\"hcsdhr-allergyintolerance-code-valueset\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-allergyintolerance-code.html\">AllergyIntolerance Substance/Product, Condition and Negation Codes</a></li><li>Include all codes defined in <code>https://standards.digital.health.nz/ns/nzmt-type-code</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://fhir-ig.digital.health.nz/sdhr/ValueSet/sdhr-allergyintolerance-code-valueset"] ;
  fhir:ValueSet.version [ fhir:value "1.0.2"] ;
  fhir:ValueSet.name [ fhir:value "SDHRAllergyIntoleranceCodeValueSet"] ;
  fhir:ValueSet.title [ fhir:value "ValueSet for AllergyIntolerance Code"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-06-30T04:46:48+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Health New Zealand"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Health New Zealand" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://github.com/tewhatuora" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "HNZ Integration Team" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "integration@tewhatuora.govt.nz" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "A ValueSet containing all codes from the AllergyIntolerance Code system."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://hl7.org/fhir/ValueSet/allergyintolerance-code" ;
         fhir:index 0 ;
         fhir:link <http://hl7.org/fhir/ValueSet/allergyintolerance-code>
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://standards.digital.health.nz/ns/nzmt-type-code" ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/sdhr-allergyintolerance-code-valueset.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/sdhr-allergyintolerance-code-valueset.ttl> .