Finnish Base Profiles
1.0.1-cibuild - ci-build Finland flag

Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-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-base-profiles/ and changes regularly. See the Directory of published versions

: SNOMED CT coded Schedule - XML Representation

Raw xml | Download



<Schedule xmlns="http://hl7.org/fhir">
  <id value="ScheduleExample"/>
  <meta>
    <profile
             value="https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-schedule"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Schedule ScheduleExample</b></p><a name="ScheduleExample"> </a><a name="hcScheduleExample"> </a><a name="ScheduleExample-fi-FI"> </a><p><b>identifier</b>: <code>http://example.org/scheduleid</code>/45 (use: usual, )</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: <span title="Codes:{http://snomed.info/sct 408443003}">General medical practice (qualifier value)</span></p><p><b>serviceType</b>: <span title="Codes:{http://snomed.info/sct 788007007}">General practice service</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394814009}">General practice (specialty) (qualifier value)</span></p><p><b>actor</b>: <a href="Location-LocationExample.html">Location Kirurgian poliklinikka</a></p><p><b>planningHorizon</b>: 2023-01-01 09:15:00+0000 --&gt; 2033-12-25 09:30:00+0000</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="http://example.org/scheduleid"/>
    <value value="45"/>
  </identifier>
  <active value="true"/>
  <serviceCategory>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
    </coding>
  </serviceCategory>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="788007007"/>
    </coding>
  </serviceType>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394814009"/>
    </coding>
  </specialty>
  <actor>🔗 
    <reference value="Location/LocationExample"/>
  </actor>
  <planningHorizon>
    <start value="2023-01-01T09:15:00Z"/>
    <end value="2033-12-25T09:30:00Z"/>
  </planningHorizon>
</Schedule>