{
  "resourceType" : "Appointment",
  "id" : "appointment-min-example",
  "meta" : {
    "lastUpdated" : "2023-07-18T20:12:04.000+12:00",
    "profile" : ["https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-appointment"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment appointment-min-example</b></p><a name=\"appointment-min-example\"> </a><a name=\"hcappointment-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.html\">Appointment</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><p><b>slot</b>: <a href=\"https://alexapidev.medtechglobal.com/fhir/Slot/42a257353e165f2f52616ae3144a2a2f61b1b4ff88451f27fded413d02f2c78e\">https://alexapidev.medtechglobal.com/fhir/Slot/42a257353e165f2f52616ae3144a2a2f61b1b4ff88451f27fded413d02f2c78e</a></p><p><b>created</b>: 2021-10-09 11:56:38+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",
  "slot" : [{
    "reference" : "https://alexapidev.medtechglobal.com/fhir/Slot/42a257353e165f2f52616ae3144a2a2f61b1b4ff88451f27fded413d02f2c78e"
  }],
  "created" : "2021-10-09T11:56:38.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"
  }]
}