Medtech ALEX® AU Implementation Guide
1.0.0 - Trial Use International flag

Medtech ALEX® AU Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: appointment-cancellation-min-example - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="appointment-cancellation-min-example"/>
  <meta>
    <lastUpdated value="2023-07-18T20:12:04.000+12:00"/>
    <profile
             value="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-appointment-cancellation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment appointment-cancellation-min-example</b></p><a name="appointment-cancellation-min-example"> </a><a name="hcappointment-cancellation-min-example"> </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">Last updated: 2023-07-18 20:12:04+1200</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-alex-appointment-cancellation.html">Appointment Cancellation</a></p></div><p><b>status</b>: Cancelled</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="https://alexapiuat.medtechglobal.com.au/fhir/Patient/d0768a769aed1f06dbb4191a85559f18">Tester</a></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="https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91">Dr Alex Api</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <status value="cancelled"/>
  <participant>
    <actor>
      <reference
                 value="https://alexapiuat.medtechglobal.com.au/fhir/Patient/d0768a769aed1f06dbb4191a85559f18"/>
      <type value="Patient"/>
      <display value="Tester"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference
                 value="https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91"/>
      <type value="Practitioner"/>
      <display value="Dr Alex Api"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
</Appointment>