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

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/dho-appointment-modality-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "dho-appointment-modality-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 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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/dho-appointment-modality-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.4.5"] ;
  fhir:CodeSystem.name [ fhir:value "DHOAppointmentModalityCS"] ;
  fhir:CodeSystem.title [ fhir:value "DHO Appointment Modality CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-20T04:39:31+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Te Whatu Ora"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.tewhatuora.govt.nz/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora Integration Team" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "integration@tewhatuora.govt.nz" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Codes describing how the appointment is delivered."] ;
  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.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "in-person" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "In person" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Appointment is delivered in person at a facility location." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "telephone" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Telephone" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Appointment is delivered remotely by phone." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "telehealth" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Telehealth" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Appointment is delivered remotely by video." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "home-visit" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Home visit" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Appointment is delivered as a clinician visit to the patient's location." ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/dho-appointment-modality-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/dho-appointment-modality-cs.ttl> .