Frenda Wof-Connect FLC
0.1.2 - ci-build [WIP]

Frenda Wof-Connect FLC, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.se.frenda-wof-connect-flc/ and changes regularly. See the Directory of published versions

: GetAppointmentByIdResultExample - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="GetAppointmentByIdResultExample"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt"/>
    <tag>
      <system
              value="http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system"/>
      <code value="frenda"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment GetAppointmentByIdResultExample</b></p><a name="GetAppointmentByIdResultExample"> </a><a name="hcGetAppointmentByIdResultExample"> </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="https://profiles.ihe.net/ITI/Scheduling/1.0.0/StructureDefinition-ihe-sched-appt.html">IHE ITI Appointment Profile</a></p><p style="margin-bottom: 0px">Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')</p></div><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title="Codes:{http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id 4e10ed9b-814e-41c9-999f-3866de9d5343}">4e10ed9b-814e-41c9-999f-3866de9d5343</span></p><p><b>reasonCode</b>: <span title="Codes:">integration-test create</span></p><p><b>description</b>: Akut</p><p><b>start</b>: 2025-12-01 09:00:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Bundle-GetScheduleContextOperationResult.html#Practitioner_3dc38cf1-2039-40f1-b85f-6164f202c235">Utv Mattias Ekberg</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Bundle-GetScheduleContextOperationResult.html#Organization_48e428b0-fb37-4224-84df-5783a301a9da">Service Well AB</a></p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2025-12-01 09:00:00+0000 --&gt; (ongoing)</p></div>
  </text>
  <status value="booked"/>
  <serviceType>
    <coding>
      <system
              value="http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id"/>
      <code value="4e10ed9b-814e-41c9-999f-3866de9d5343"/>
    </coding>
  </serviceType>
  <reasonCode>
    <text value="integration-test create"/>
  </reasonCode>
  <description value="Akut"/>
  <start value="2025-12-01T09:00:00Z"/>
  <participant>
    <actor>
      <reference value="Practitioner/3dc38cf1-2039-40f1-b85f-6164f202c235"/>
      <display value="Utv Mattias Ekberg"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="Organization/48e428b0-fb37-4224-84df-5783a301a9da"/>
      <display value="Service Well AB"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <requestedPeriod>
    <start value="2025-12-01T09:00:00Z"/>
  </requestedPeriod>
</Appointment>