{
  "resourceType" : "Appointment",
  "id" : "example-appointment",
  "meta" : {
    "profile" : ["http://hl7.no/fhir/StructureDefinition/no-basis-Appointment"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment example-appointment</b></p><a name=\"example-appointment\"> </a><a name=\"hcexample-appointment\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.no.basis@2.2.2&amp;canonical=http://hl7.no/fhir/StructureDefinition/no-basis-Appointment\">no-basis-Appointment</a></p></div><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title=\"Codes:\">Home nursing</span></p><p><b>appointmentType</b>: <span title=\"Codes:\">Planned municipal home visit</span></p><p><b>description</b>: Planned home visit for medication follow-up and function assessment</p><p><b>supportingInformation</b>: <a href=\"DocumentReference-example-documentreference.html\">DocumentReference: status = current; type = Clinical note; date = 2026-01-12 09:00:00+0100; description = Decision on home nursing and practical assistance after discharge</a></p><p><b>start</b>: 2026-01-22 11:00:00+0100</p><p><b>end</b>: 2026-01-22 11:30:00+0100</p><p><b>created</b>: 2026-01-13 12:00:00+0100</p><p><b>basedOn</b>: <a href=\"ServiceRequest-example-servicerequest.html\">ServiceRequest </a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-example-patient.html\">Kari Hansen  Female, DoB: 1948-09-12 ( urn:oid:2.16.578.1.12.4.1.4.1#Foedselsnummer#12094812345)</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "status" : "booked",
  "serviceType" : [{
    "text" : "Home nursing"
  }],
  "appointmentType" : {
    "text" : "Planned municipal home visit"
  },
  "description" : "Planned home visit for medication follow-up and function assessment",
  "supportingInformation" : [{
    "reference" : "DocumentReference/example-documentreference"
  }],
  "start" : "2026-01-22T11:00:00+01:00",
  "end" : "2026-01-22T11:30:00+01:00",
  "created" : "2026-01-13T12:00:00+01:00",
  "basedOn" : [{
    "reference" : "ServiceRequest/example-servicerequest"
  }],
  "participant" : [{
    "actor" : {
      "reference" : "Patient/example-patient"
    },
    "status" : "accepted"
  },
  {
    "actor" : {
      "reference" : "PractitionerRole/example-practitionerrole"
    },
    "status" : "accepted"
  }]
}