DIPS Core Implementation Guide
0.1.0 - ci-build Norway

DIPS Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ahi38 - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="ahi38"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment ahi38</b></p><a name="ahi38"> </a><a name="hcahi38"> </a><p><b>status</b>: Booked</p><p><b>start</b>: 2023-06-30 10:00:00+0000</p><p><b>end</b>: 2023-06-30 11:00:00+0000</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Status</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">CON</span></td><td>Accepted</td></tr></table></div>
  </text>
  <status value="booked"/>
  <start value="2023-06-30T10:00:00Z"/>
  <end value="2023-06-30T11:00:00Z"/>
  <participant>
    <type>
      <coding>
        <code value="CON"/>
      </coding>
    </type>
    <status value="accepted"/>
  </participant>
</Appointment>