{
  "resourceType" : "Appointment",
  "id" : "appointment-cancellation-min-example",
  "meta" : {
    "lastUpdated" : "2023-07-18T20:12:04.000+12:00",
    "profile" : ["https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-appointment-cancellation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "cancelled",
  "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"
  }]
}