{
  "resourceType" : "Appointment",
  "id" : "ExampleAppointmentVideosprechstunde",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment ExampleAppointmentVideosprechstunde</b></p><a name=\"ExampleAppointmentVideosprechstunde\"> </a><a name=\"hcExampleAppointmentVideosprechstunde\"> </a><p><b>Appointment Mode</b>: video</p><p><b>status</b>: Booked</p><p><b>start</b>: 2026-04-10 09:00:00+0200</p><p><b>end</b>: 2026-04-10 09:15:00+0200</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "extension" : [{
    "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/appointment-mode",
    "valueCode" : "video"
  }],
  "status" : "booked",
  "start" : "2026-04-10T09:00:00+02:00",
  "end" : "2026-04-10T09:15:00+02:00",
  "participant" : [{
    "actor" : {
      "reference" : "Patient/example-patient"
    },
    "status" : "accepted"
  },
  {
    "actor" : {
      "reference" : "Practitioner/example-practitioner"
    },
    "status" : "accepted"
  }]
}