0.2.3 - ci-build

HealthDataReceipt - Local Development build (v0.2.3). See the Directory of published versions

: Appointment-1 - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="Appointment-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Appointment</b><a name="Appointment-1"> </a></p><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">Resource Appointment "Appointment-1" </p></div><p><b>status</b>: booked</p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td>*</td><td><a href="Patient-janesmith.html">Patient/janesmith: Jane Smith</a> " SMITH"</td><td>accepted</td></tr></table></div>
  </text>
  <status value="booked"/>
  <participant>
    <actor>
      <reference value="Patient/janesmith"/>
      <display value="Jane Smith"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>