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-arrival-queue-min-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "appointment-arrival-queue-min-example",
  "meta" : {
    "lastUpdated" : "2023-07-18T20:12:04.000+12:00",
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-appointment-queue"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment appointment-arrival-queue-min-example</b></p><a name=\"appointment-arrival-queue-min-example\"> </a><a name=\"hcappointment-arrival-queue-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-queue.html\">Appointment Queue Arrival</a></p></div><p><b>status</b>: Waitlisted</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Required</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://alexapiuat.medtechglobal.com.au/fhir/Patient/d0768a769aed1f06dbb4191a85559f18\">Tester</a></td><td>Required</td><td>Accepted</td></tr></table></div>"
  },
  "status" : "waitlist",
  "participant" : [
    {
      "actor" : {
        "reference" : "https://alexapiuat.medtechglobal.com.au/fhir/Patient/d0768a769aed1f06dbb4191a85559f18",
        "type" : "Patient",
        "display" : "Tester"
      },
      "required" : "required",
      "status" : "accepted"
    }
  ]
}