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

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

: NZ Telehealth Appointment Example - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <meta>
    <profile
             value="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/SharedCareAppointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment NzTelehealthAppointmentExample</b></p><a name="NzTelehealthAppointmentExample"> </a><a name="hcNzTelehealthAppointmentExample"> </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-SharedCareAppointment.html">NZ SharedCare Appointment</a></p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/appointment-identifier</code>/APT123456 (use: official, )</p><p><b>status</b>: Fulfilled</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 386661006}">Fever</span></p><p><b>start</b>: 2025-01-01 10:00:00+1300</p><p><b>end</b>: 2025-01-01 10:17:00+1300</p><p><b>created</b>: 2025-01-01 09:30:00+1300</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">patient</span></td><td><a href="https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Patient/ZZZ0008">Patient/ZZZ0008</a></td><td>Accepted</td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://standards.digital.health.nz/ns/appointment-identifier"/>
    <value value="APT123456"/>
  </identifier>
  <status value="fulfilled"/>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="386661006"/>
      <display value="Fever"/>
    </coding>
  </reasonCode>
  <start value="2025-01-01T10:00:00+13:00"/>
  <end value="2025-01-01T10:17:00+13:00"/>
  <created value="2025-01-01T09:30:00+13:00"/>
  <participant>
    <type>
      <coding>
        <code value="patient"/>
      </coding>
    </type>
    <actor>
      <reference value="Patient/ZZZ0008"/>
      <type value="Patient"/>
      <identifier>
        <system value="https://standards.digital.health.nz/ns/nhi-id"/>
        <value value="ZZZ0008"/>
      </identifier>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>