Finnish Base Profiles
1.0.0-rc15 - ballot Finland flag

Finnish Base Profiles - Local Development build (v1.0.0-rc15). 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><b>Generated Narrative: Schedule</b><a name="ScheduleExample"> </a></p><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">Resource Schedule &quot;ScheduleExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fi-base-schedule.html">FI Base Schedule</a></p></div><p><b>identifier</b>: id: 45 (use: USUAL)</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: General medical practice (qualifier value) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#408443003)</span></p><p><b>serviceType</b>: General practice service <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#788007007)</span></p><p><b>specialty</b>: General practice (specialty) (qualifier value) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394814009)</span></p><p><b>actor</b>: <a href="Location-LocationExample.html">Location/LocationExample</a> &quot;Kirurgian poliklinikka&quot;</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>