NZ Shared Digital Health Record API
0.5.0 - ballot

NZ Shared Digital Health Record API - Local Development build (v0.5.0) 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 2025-06-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nz-sdhr-codesystem"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><a name=\"nz-sdhr-codesystem-en-US\"> </a><p>This case-sensitive code system <code>https://fhir-ig.digital.health.nz/sdhr/CodeSystem/nz-sdhr-codesystem</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><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>2</td><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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/nz-sdhr-codesystem"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "SDHRCodeSystem"] ; # 
  fhir:title [ fhir:v "NZ-specific terminology for Shared Digital Health Records"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-06-10T01:55:56+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health New Zealand"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Health New Zealand" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/tewhatuora" ]     ] )
  ] [
fhir:name [ fhir:v "HNZ Integration Team" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "integration@tewhatuora.govt.nz" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This system defines standard codes used throughout this Implementation Guide for New Zealand Shared Digital Health Records"] ; # 
  fhir:purpose [ fhir:v "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:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "sdhr-usability-flags" ] ;
fhir:display [ fhir:v "These codes are intended to be applied as `Meta.tag` indicators so that API Consumers are able apply local visibility or usability rules." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "highlighted" ] ;
fhir:display [ fhir:v "Highlighted" ] ;
fhir:definition [ fhir:v "This code indicates that the resource is important and, for example, should be highlighted in a user interface." ]     ] )
  ] ) . #