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

: DHOutpatientUnstructuredAppointmentExample - TTL Representation

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:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOutpatientAppointment"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOutpatientAppointment>     ] )
  ] ; # 
  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: Appointment DHOutpatientUnstructuredAppointmentExample</b></p><a name=\"DHOutpatientUnstructuredAppointmentExample\"> </a><a name=\"hcDHOutpatientUnstructuredAppointmentExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DHOutpatientAppointment.html\">Dunedin Hospital Outpatient Appointment Profile</a></p></div><p><b>identifier</b>: #fbdb8d66-1390-22c7-89a6-a9a75d65d3e6</p><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://nzhts.digital.health.nz/fhir/CodeSystem/nc-health-specialty-codes A01}\">Allied Health and other</span></p><p><b>serviceType</b>: <span title=\"Codes:\">Physiotherapy</span></p><p><b>description</b>: Physiotherapy Appointment</p><p><b>start</b>: 2025-09-03 02:30:35+0000</p><p><b>end</b>: 2025-09-03 03:30:35+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: Carey Carrington (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZXP7823 (use: official, ))</p><p><b>required</b>: Required</p><p><b>status</b>: Needs Action</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType CON}\">consultant</span></p><p><b>actor</b>: Dr Dotty McStuffins (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiProvider.html\" title=\"HPI providers\">HPIProvider</a>/99ZZZX (use: official, ))</p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"#hcDHOutpatientUnstructuredAppointmentExample/DHOClinicLocation\">Location Dunedin Hospital Outpatients, Clinic K01</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #DHOClinicLocation</b></p><a name=\"DHOutpatientUnstructuredAppointmentExample/DHOClinicLocation\"> </a><a name=\"hcDHOutpatientUnstructuredAppointmentExample/DHOClinicLocation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://fhir.org.nz/ig/base/StructureDefinition-NzLocation.html\">Location resource for use in NZ</a></p></div><p><b>identifier</b>: 4211-K01</p><p><b>name</b>: Dunedin Hospital Outpatients, Clinic K01</p><p><b>partOf</b>: Dunedin Hospital (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiFacility.html\" title=\"HPI facilities\">HPIFacility</a>/4211)</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:contained ( [
a fhir:Location ;
fhir:id [ fhir:v "DHOClinicLocation" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/NzLocation"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/NzLocation>       ] )     ] ;
    ( fhir:identifier [
fhir:value [ fhir:v "4211-K01" ]     ] ) ;
fhir:name [ fhir:v "Dunedin Hospital Outpatients, Clinic K01" ] ;
fhir:partOf [
fhir:type [ fhir:v "Location"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-facility-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4211" ]       ] ;
fhir:display [ fhir:v "Dunedin Hospital" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "#fbdb8d66-1390-22c7-89a6-a9a75d65d3e6" ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nzhts.digital.health.nz/fhir/CodeSystem/nc-health-specialty-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A01" ] ;
fhir:display [ fhir:v "Allied Health and other" ]     ] )
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:code [ fhir:v "A01B" ] ;
fhir:display [ fhir:v "Physiotherapy" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Physiotherapy Appointment"] ; # 
  fhir:start [ fhir:v "2025-09-03T02:30:35Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2025-09-03T03:30:35Z"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZXP7823" ]       ] ;
fhir:display [ fhir:v "Carey Carrington" ]     ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "needs-action" ]
  ] [
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CON" ] ;
fhir:display [ fhir:v "consultant" ]       ] )     ] ) ;
fhir:actor [
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-person-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "99ZZZX" ]       ] ;
fhir:display [ fhir:v "Dr Dotty McStuffins" ]     ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:reference [ fhir:v "#DHOClinicLocation" ]     ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #