{
  "resourceType" : "Appointment",
  "id" : "AppointmentOrthopedicConsultation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment AppointmentOrthopedicConsultation</b></p><a name=\"AppointmentOrthopedicConsultation\"> </a><a name=\"hcAppointmentOrthopedicConsultation\"> </a><p><b>status</b>: Fulfilled</p><p><b>description</b>: Pre-operative orthopedic consultation prior to ACL reconstruction surgery</p><p><b>start</b>: 2026-01-08 09:00:00+0100</p><p><b>end</b>: 2026-01-08 09:30:00+0100</p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType SBJ}\">subject</span></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller\">http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "status" : "fulfilled",
  "description" : "Pre-operative orthopedic consultation prior to ACL reconstruction surgery",
  "start" : "2026-01-08T09:00:00+01:00",
  "end" : "2026-01-08T09:30:00+01:00",
  "participant" : [{
    "type" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "code" : "SBJ",
        "display" : "subject"
      }]
    }],
    "status" : "accepted"
  },
  {
    "actor" : {
      "reference" : "http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller"
    },
    "status" : "accepted"
  }]
}