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-home-care-wound-treatment - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="appointment-home-care-wound-treatment"/>
  <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-home-care-wound-treatment</b></p><a name="appointment-home-care-wound-treatment"> </a><a name="hcappointment-home-care-wound-treatment"> </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>: Booked</p><p><b>serviceCategory</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-category 7}">Community Health Care</span></p><p><b>start</b>: 2025-03-25 08:00:00+0100</p><p><b>end</b>: 2025-03-25 08:30:00+0100</p><p><b>created</b>: 2025-02-14 14:00:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Practitioner-lisa-45678.html">Nurse Lisa Andersson</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-arne-67890.html">Arne Johansson</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Location-Home-Visit.html">Arne Johansson's Home</a></p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <status value="booked"/>
  <serviceCategory>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="7"/>
      <display value="Community Health Care"/>
    </coding>
  </serviceCategory>
  <start value="2025-03-25T08:00:00+01:00"/>
  <end value="2025-03-25T08:30:00+01:00"/>
  <created value="2025-02-14T14:00:00Z"/>
  <participant>
    <actor>🔗 
      <reference value="Practitioner/lisa-45678"/>
      <display value="Nurse Lisa Andersson"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="Patient/arne-67890"/>
      <display value="Arne Johansson"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="Location/Home-Visit"/>
      <display value="Arne Johansson's Home"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>