{
  "resourceType" : "Appointment",
  "id" : "appointment-booking-min-example",
  "meta" : {
    "lastUpdated" : "2023-07-18T20:12:04.000+12:00",
    "profile" : ["https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-appointment-booking"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment appointment-booking-min-example</b></p><a name=\"appointment-booking-min-example\"> </a><a name=\"hcappointment-booking-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-booking.html\">Appointment Booking</a></p></div><p><b>status</b>: Booked</p><p><b>start</b>: 2021-10-04 13:00:00+1300</p><p><b>end</b>: 2021-10-04 13:30:00+1300</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>"
  },
  "status" : "booked",
  "start" : "2021-10-04T13:00:00.000+13:00",
  "end" : "2021-10-04T13:30:00.000+13:00",
  "participant" : [{
    "actor" : {
      "reference" : "https://alexapiuat.medtechglobal.com.au/fhir/Patient/d0768a769aed1f06dbb4191a85559f18",
      "type" : "Patient",
      "display" : "Tester"
    },
    "required" : "required",
    "status" : "accepted"
  },
  {
    "actor" : {
      "reference" : "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91",
      "type" : "Practitioner",
      "display" : "Dr Alex Api"
    },
    "required" : "required",
    "status" : "accepted"
  }]
}