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

FHIR New Zealand Patient Summary IG, published by Health NZ | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-nzps/ and changes regularly. See the Directory of published versions

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

Draft as of 2024-05-22

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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nzps-list-empty-reason-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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:url [ fhir:v "https://standards.digital.health.nz/ns/nzps-list-empty-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "NZPSListEmptyReasonCS"] ; # 
  fhir:title [ fhir:v "Codes for why a list/section is empty"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-22T08:54:46+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health NZ | Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Health NZ | Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/tewhatuora" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "NZPS Specific codes for why a list/section is empty"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NZ" ] ;
fhir:display [ fhir:v "New Zealand" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "sourceunavailable" ] ;
fhir:display [ fhir:v "Source System Unavailable" ] ;
fhir:definition [ fhir:v "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." ]
  ] ) . #