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

: NZPS List Empty Reason ValueSet - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nzps-list-empty-reason-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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-list-empty-reason.html\">List Empty Reasons</a></li><li>Include all codes defined in <a href=\"CodeSystem-nzps-list-empty-reason-cs.html\"><code>https://standards.digital.health.nz/ns/nzps-list-empty-reason</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/nzps-list-empty-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "NZPSListEmptyReasonValueset"] ; # 
  fhir:title [ fhir:v "NZPS List Empty Reason ValueSet"] ; # 
  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 "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:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/list-empty-reason"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/list-empty-reason>       ] )     ] [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nzps-list-empty-reason"^^xsd:anyURI ]     ] )
  ] . #