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

: NZ-specific terminology for Shared Digital Health Records - 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/CodeSystem/nz-sdhr-codesystem> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nz-sdhr-codesystem"] ;
  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: CodeSystem nz-sdhr-codesystem</b></p><a name=\"nz-sdhr-codesystem\"> </a><a name=\"hcnz-sdhr-codesystem\"> </a><p>This case-sensitive code system <code>https://fhir-ig.digital.health.nz/sdhr/CodeSystem/nz-sdhr-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">sdhr-usability-flags<a name=\"nz-sdhr-codesystem-sdhr-usability-flags\"> </a></td><td>These codes are intended to be applied as `Meta.tag` indicators so that API Consumers are able apply local visibility or usability rules.</td><td/></tr><tr><td style=\"white-space:nowrap\">highlighted<a name=\"nz-sdhr-codesystem-highlighted\"> </a></td><td>Highlighted</td><td>This code indicates that the resource is important and, for example, should be highlighted in a user interface.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/nz-sdhr-codesystem"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.2"] ;
  fhir:CodeSystem.name [ fhir:value "SDHRCodeSystem"] ;
  fhir:CodeSystem.title [ fhir:value "NZ-specific terminology for Shared Digital Health Records"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-06-30T04:46:48+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Health New Zealand"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "This system defines standard codes used throughout this Implementation Guide for New Zealand Shared Digital Health Records"] ;
  fhir:CodeSystem.purpose [ fhir:value "The codes defined in this CodeSystem are used throughout the SDHR IG, including in resource profiles.\n\nNote: When available these codes will be sourced from the NZHTS Implementation Guide\n"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "sdhr-usability-flags" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "These codes are intended to be applied as `Meta.tag` indicators so that API Consumers are able apply local visibility or usability rules." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "highlighted" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Highlighted" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "This code indicates that the resource is important and, for example, should be highlighted in a user interface." ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/nz-sdhr-codesystem.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/nz-sdhr-codesystem.ttl> .