FHIR New Zealand Patient Summary IG
0.7.0 - ci-build New Zealand flag

FHIR New Zealand Patient Summary IG - Local Development build (v0.7.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Codes for why a list/section is empty - TTL Representation

Draft as of 2026-08-17

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/nzps-list-empty-reason-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nzps-list-empty-reason-cs"] ;
  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 nzps-list-empty-reason-cs</b></p><a name=\"nzps-list-empty-reason-cs\"> </a><a name=\"hcnzps-list-empty-reason-cs\"> </a><p>This case-sensitive code system <code>https://standards.digital.health.nz/ns/nzps-list-empty-reason</code> defines the following code:</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\">sourceunavailable<a name=\"nzps-list-empty-reason-cs-sourceunavailable\"> </a></td><td>Source System Unavailable</td><td>The source system for the data returned in this section is currently unavailable or unreachable. This may mean there is information for this patient that exists but is not included.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/nzps-list-empty-reason"] ;
  fhir:CodeSystem.version [ fhir:value "0.7.0"] ;
  fhir:CodeSystem.name [ fhir:value "NZPSListEmptyReasonCS"] ;
  fhir:CodeSystem.title [ fhir:value "Codes for why a list/section is empty"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-17T23:19:12+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Health NZ | Te Whatu Ora"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Health NZ | Te Whatu Ora" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://github.com/tewhatuora" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "NZPS Specific codes for why a list/section is empty"] ;
  fhir:CodeSystem.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 "NZ" ] ;
       fhir:Coding.display [ fhir:value "New Zealand" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "sourceunavailable" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Source System Unavailable" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The source system for the data returned in this section is currently unavailable or unreachable. This may mean there is information for this patient that exists but is not included." ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/nzps-list-empty-reason-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/nzps-list-empty-reason-cs.ttl> .