Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.2 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CodeSystem for Patient Contact Role - TTL Representation

Active as of 2025-09-24

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 "cs-patient-contact-role"] ; # 
  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 cs-patient-contact-role</b></p><a name=\"cs-patient-contact-role\"> </a><a name=\"hccs-patient-contact-role\"> </a><p>This case-sensitive code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/cs-patient-contact-role</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">wit<a name=\"cs-patient-contact-role-wit\"> </a></td><td>Witness</td></tr><tr><td style=\"white-space:nowrap\">econ<a name=\"cs-patient-contact-role-econ\"> </a></td><td>Emergency Contact</td></tr><tr><td style=\"white-space:nowrap\">not<a name=\"cs-patient-contact-role-not\"> </a></td><td>Notary Public</td></tr><tr><td style=\"white-space:nowrap\">nok<a name=\"cs-patient-contact-role-nok\"> </a></td><td>Next of Kin</td></tr><tr><td style=\"white-space:nowrap\">guard<a name=\"cs-patient-contact-role-guard\"> </a></td><td>Guardian</td></tr><tr><td style=\"white-space:nowrap\">depend<a name=\"cs-patient-contact-role-depend\"> </a></td><td>Dependent</td></tr><tr><td style=\"white-space:nowrap\">caregiver<a name=\"cs-patient-contact-role-caregiver\"> </a></td><td>Caregiver</td></tr><tr><td style=\"white-space:nowrap\">intprter<a name=\"cs-patient-contact-role-intprter\"> </a></td><td>Interpreter</td></tr><tr><td style=\"white-space:nowrap\">powatt<a name=\"cs-patient-contact-role-powatt\"> </a></td><td>Power of Attorney</td></tr><tr><td style=\"white-space:nowrap\">hpowatt<a name=\"cs-patient-contact-role-hpowatt\"> </a></td><td>Healthcare Power of Attorney</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/cs-patient-contact-role"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.2"] ; # 
  fhir:name [ fhir:v "CSPatientContactRole"] ; # 
  fhir:title [ fhir:v "CodeSystem for Patient Contact Role"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-24T02:45:27+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]     ] )
  ] [
fhir:name [ fhir:v "Te Whatu Ora 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 "CodeSystem for patient contact roles. Extended for use with R4B, but included in R5 and later."] ; # 
  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:purpose [ fhir:v "Enables a patient contact to be coded with a Role."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "wit" ] ;
fhir:display [ fhir:v "Witness" ]
  ] [
fhir:code [ fhir:v "econ" ] ;
fhir:display [ fhir:v "Emergency Contact" ]
  ] [
fhir:code [ fhir:v "not" ] ;
fhir:display [ fhir:v "Notary Public" ]
  ] [
fhir:code [ fhir:v "nok" ] ;
fhir:display [ fhir:v "Next of Kin" ]
  ] [
fhir:code [ fhir:v "guard" ] ;
fhir:display [ fhir:v "Guardian" ]
  ] [
fhir:code [ fhir:v "depend" ] ;
fhir:display [ fhir:v "Dependent" ]
  ] [
fhir:code [ fhir:v "caregiver" ] ;
fhir:display [ fhir:v "Caregiver" ]
  ] [
fhir:code [ fhir:v "intprter" ] ;
fhir:display [ fhir:v "Interpreter" ]
  ] [
fhir:code [ fhir:v "powatt" ] ;
fhir:display [ fhir:v "Power of Attorney" ]
  ] [
fhir:code [ fhir:v "hpowatt" ] ;
fhir:display [ fhir:v "Healthcare Power of Attorney" ]
  ] ) . #