eHealth Infrastructure (v1.0.0)

{
  "resourceType" : "AppointmentResponse",
  "id" : "appointmentresponse-valid",
  "meta" : {
    "profile" : [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-appointmentresponse"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: appointmentresponse-valid</p><p><b>meta</b>: </p><p><b>appointment</b>: <a href=\"http://example.com/Appointment/123\">Diskussion af måletal</a></p><p><b>actor</b>: <a href=\"http://example.com/Patient/123\">Jens Hansen</a></p><p><b>participantStatus</b>: accepted</p></div>"
  },
  "appointment" : {
    "reference" : "http://example.com/Appointment/123",
    "display" : "Diskussion af måletal"
  },
  "actor" : {
    "reference" : "http://example.com/Patient/123",
    "display" : "Jens Hansen"
  },
  "participantStatus" : "accepted"
}