Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.2 - release
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
<Appointment xmlns="http://hl7.org/fhir">
<meta>
<profile
value="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOutpatientAppointment"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<contained>
<Location>
<id value="DHOClinicLocation"/>
<meta>
<profile
value="http://hl7.org.nz/fhir/StructureDefinition/NzLocation"/>
</meta>
<identifier>
<value value="4211-K01"/>
</identifier>
<name value="Dunedin Hospital Outpatients, Clinic K01"/>
<partOf>
<type value="Location"/>
<identifier>
<system
value="https://standards.digital.health.nz/ns/hpi-facility-id"/>
<value value="4211"/>
</identifier>
<display value="Dunedin Hospital"/>
</partOf>
</Location>
</contained>
<identifier>
<value value="#fbdb8d66-1390-22c7-89a6-a9a75d65d3e6"/>
</identifier>
<status value="booked"/>
<serviceCategory>
<coding>
<system
value="http://nzhts.digital.health.nz/fhir/CodeSystem/nc-health-specialty-codes"/>
<code value="A01"/>
<display value="Allied Health and other"/>
</coding>
</serviceCategory>
<serviceType>
<coding>
<code value="A01B"/>
<display value="Physiotherapy"/>
</coding>
</serviceType>
<description value="Physiotherapy Appointment"/>
<start value="2025-09-03T02:30:35Z"/>
<end value="2025-09-03T03:30:35Z"/>
<participant>
<actor>
<identifier>
<use value="official"/>
<system value="https://standards.digital.health.nz/ns/nhi-id"/>
<value value="ZXP7823"/>
</identifier>
<display value="Carey Carrington"/>
</actor>
<required value="required"/>
<status value="needs-action"/>
</participant>
<participant>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="CON"/>
<display value="consultant"/>
</coding>
</type>
<actor>
<identifier>
<use value="official"/>
<system value="https://standards.digital.health.nz/ns/hpi-person-id"/>
<value value="99ZZZX"/>
</identifier>
<display value="Dr Dotty McStuffins"/>
</actor>
<required value="required"/>
<status value="accepted"/>
</participant>
<participant>
<actor>
<reference value="#DHOClinicLocation"/>
</actor>
<required value="required"/>
<status value="accepted"/>
</participant>
</Appointment>