Finnish Scheduling
0.2.0-cibuild - ci-build Finland flag

Finnish Scheduling, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 0.2.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-scheduling/ and changes regularly. See the Directory of published versions

: example-slot - XML Representation

Raw xml | Download



<Slot xmlns="http://hl7.org/fhir">
  <id value="example-slot"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Slot example-slot</b></p><a name="example-slot"> </a><a name="hcexample-slot"> </a><a name="example-slot-fi-FI"> </a><p><b>identifier</b>: 123456789</p><p><b>serviceCategory</b>: <span title="Codes:{urn:oid:1.2.246.537.6.50.201801 SOTE19}">Perheoikeudelliset palvelut</span></p><p><b>serviceType</b>: <span title="Codes:{urn:oid:1.2.246.537.6.49.201501 NC}">Isyyden selvittämispalvelu</span></p><p><b>appointmentType</b>: <span title="Codes:{urn:oid:1.2.246.537.6.884.2015 10}, {http://terminology.hl7.org/CodeSystem/v2-0276 ROUTINE}">Kertakäynti toimipaikassa</span></p><p><b>schedule</b>: <a href="Schedule/234567890">Schedule/234567890</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2020-01-01 12:00:00+0200</p><p><b>end</b>: 2020-01-01 12:30:00+0200</p></div>
  </text>
  <identifier>
    <value value="123456789"/>
  </identifier>
  <serviceCategory>
    <coding>
      <system value="urn:oid:1.2.246.537.6.50.201801"/>
      <code value="SOTE19"/>
      <display value="Perheoikeudelliset palvelut"/>
    </coding>
  </serviceCategory>
  <serviceType>
    <coding>
      <system value="urn:oid:1.2.246.537.6.49.201501"/>
      <code value="NC"/>
      <display value="Isyyden selvittämispalvelu"/>
    </coding>
  </serviceType>
  <appointmentType>
    <coding>
      <system value="urn:oid:1.2.246.537.6.884.2015"/>
      <code value="10"/>
      <display value="Kertakäynti toimipaikassa"/>
    </coding>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="ROUTINE"/>
    </coding>
    <text value="Kertakäynti toimipaikassa"/>
  </appointmentType>
  <schedule>
    <reference value="Schedule/234567890"/>
  </schedule>
  <status value="free"/>
  <start value="2020-01-01T12:00:00+02:00"/>
  <end value="2020-01-01T12:30:00+02:00"/>
</Slot>