0.1.0 - ci-build

NordicHackathon2025, published by Vadim Peretokin. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/nordic-hackathon-2025-ig/ and changes regularly. See the Directory of published versions

: appointment-pending - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="appointment-pending"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/NordicAppointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment appointment-pending</b></p><a name="appointment-pending"> </a><a name="hcappointment-pending"> </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="StructureDefinition-NordicAppointment.html">NordicAppointment</a></p></div><p><b>status</b>: Pending</p><p><b>serviceType</b>: <span title="Codes:">Appointment Request For Arne</span></p><p><b>description</b>: Appointment Request For Arne</p><p><b>start</b>: 2025-03-27 10:00:00+0100</p><p><b>end</b>: 2025-03-27 10:30:00+0100</p><p><b>created</b>: 2025-03-19 12:05:26+0100</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style="display: none">*</td><td><a href="Patient-arne-67890.html">Arne Arnesson Male, DoB: 1965-03-15 ( http://electronichealth.se/identifier/personnummer#19420810-6593)</a></td><td>Needs Action</td></tr></table></div>
  </text>
  <status value="pending"/>
  <serviceType>
    <text value="Appointment Request For Arne"/>
  </serviceType>
  <description value="Appointment Request For Arne"/>
  <start value="2025-03-27T10:00:00+01:00"/>
  <end value="2025-03-27T10:30:00+01:00"/>
  <created value="2025-03-19T12:05:26+01:00"/>
  <participant>
    <actor>🔗 
      <reference value="Patient/arne-67890"/>
    </actor>
    <status value="needs-action"/>
  </participant>
</Appointment>