eHealth Infrastructure (v2019.5)


<AppointmentResponse xmlns="http://hl7.org/fhir">
  <id value="appointmentresponse-valid"/>
  <meta>
    <profile
             value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-appointmentresponse"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <appointment>
    <reference value="http://example.com/Appointment/123"/>
    <display value="Diskussion af måletal"/>
  </appointment>
  <actor>
    <reference value="http://example.com/Patient/123"/>
    <display value="Jens Hansen"/>
  </actor>
  <participantStatus value="accepted"/>
</AppointmentResponse>