WOF Connect📍
0.1.1 - ci-build [WIP]

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

: Appointment-GetByIdExample - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="Appointment-GetByIdExample"/>
  <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="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment Appointment-GetByIdExample</b></p><a name="Appointment-GetByIdExample"> </a><a name="hcAppointment-GetByIdExample"> </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><blockquote><p><b>WofConnect Characteristic</b></p><p><b>minChangeHours</b>: 48</p><p><b>webReschedulingCountAllowed</b>: 3</p><p><b>schedulingAvailability</b>: <span title="Codes:{http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic scheduling-accepts-cancellation}, {http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic scheduling-accepts-reschedule}">Cancellation available</span></p><blockquote><p><b>url</b></p>scheduling</blockquote></blockquote><blockquote><p><b>WOF Connect Appointment Update - Reschedule &amp; Cancellation</b></p><ul><li>webReschedulingCount: 0</li><li>canBeRescheduled: true</li><li>canBeCancelled: true</li></ul></blockquote><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}">Akuttid för barnpatienter.</span></p><p><b>description</b>: Akut</p><p><b>start</b>: 2026-02-12 08:00:00+0000</p><p><b>end</b>: 2026-02-12 08:30:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="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="Organization/48e428b0-fb37-4224-84df-5783a301a9da">Service Well AB</a></p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2026-02-12 08:00:00+0000 --&gt; 2026-02-12 08:30:00+0000</p></div>
  </text>
  <extension
             url="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wofconnect-characteristic">
    <extension url="scheduling">
      <extension url="minChangeHours">
        <valueInteger value="48"/>
      </extension>
      <extension url="webReschedulingCountAllowed">
        <valueInteger value="3"/>
      </extension>
      <extension url="schedulingAvailability">
        <valueCodeableConcept>
          <coding>
            <system
                    value="http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic"/>
            <code value="scheduling-accepts-cancellation"/>
            <display value="Cancellation available"/>
          </coding>
          <coding>
            <system
                    value="http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic"/>
            <code value="scheduling-accepts-reschedule"/>
            <display value="Reschedule available"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </extension>
  </extension>
  <extension
             url="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wofconnect-appointment-update">
    <extension url="webReschedulingCount">
      <valueInteger value="0"/>
    </extension>
    <extension url="canBeRescheduled">
      <valueBoolean value="true"/>
    </extension>
    <extension url="canBeCancelled">
      <valueBoolean value="true"/>
    </extension>
  </extension>
  <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"/>
      <display value="Akuttid för barnpatienter."/>
    </coding>
    <text value="Akuttid för barnpatienter."/>
  </serviceType>
  <description value="Akut"/>
  <start value="2026-02-12T08:00:00Z"/>
  <end value="2026-02-12T08:30: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="2026-02-12T08:00:00Z"/>
    <end value="2026-02-12T08:30:00Z"/>
  </requestedPeriod>
</Appointment>