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

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

: DHO Appointment Modality CodeSystem - TTL Representation

Active as of 2026-03-16

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 "dho-appointment-modality-cs"] ; # 
  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 dho-appointment-modality-cs</b></p><a name=\"dho-appointment-modality-cs\"> </a><a name=\"hcdho-appointment-modality-cs\"> </a><p>This  code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/dho-appointment-modality-cs</code> defines the following codes:</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\">in-person<a name=\"dho-appointment-modality-cs-in-person\"> </a></td><td>In person</td><td>Appointment is delivered in person at a facility location.</td></tr><tr><td style=\"white-space:nowrap\">telephone<a name=\"dho-appointment-modality-cs-telephone\"> </a></td><td>Telephone</td><td>Appointment is delivered remotely by phone.</td></tr><tr><td style=\"white-space:nowrap\">telehealth<a name=\"dho-appointment-modality-cs-telehealth\"> </a></td><td>Telehealth</td><td>Appointment is delivered remotely by video.</td></tr><tr><td style=\"white-space:nowrap\">home-visit<a name=\"dho-appointment-modality-cs-home-visit\"> </a></td><td>Home visit</td><td>Appointment is delivered as a clinician visit to the patient's location.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/dho-appointment-modality-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.5"] ; # 
  fhir:name [ fhir:v "DHOAppointmentModalityCS"] ; # 
  fhir:title [ fhir:v "DHO Appointment Modality CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-16T23:17:35+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 "Codes describing how the appointment is delivered."] ; # 
  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:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "in-person" ] ;
fhir:display [ fhir:v "In person" ] ;
fhir:definition [ fhir:v "Appointment is delivered in person at a facility location." ]
  ] [
fhir:code [ fhir:v "telephone" ] ;
fhir:display [ fhir:v "Telephone" ] ;
fhir:definition [ fhir:v "Appointment is delivered remotely by phone." ]
  ] [
fhir:code [ fhir:v "telehealth" ] ;
fhir:display [ fhir:v "Telehealth" ] ;
fhir:definition [ fhir:v "Appointment is delivered remotely by video." ]
  ] [
fhir:code [ fhir:v "home-visit" ] ;
fhir:display [ fhir:v "Home visit" ] ;
fhir:definition [ fhir:v "Appointment is delivered as a clinician visit to the patient's location." ]
  ] ) . #