Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Healthcare Service Example - XML Representation

Raw xml | Download



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="HealthcareServiceExample"/>
  <meta>
    <profile
             value="https://fhir.ee/StructureDefinition/ee-healthcare-service"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: HealthcareService</b><a name="HealthcareServiceExample"> </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 HealthcareService &quot;HealthcareServiceExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ee-healthcare-service.html">EEBase HealthcareService</a></p></div><p><b>identifier</b>: id: HS-12</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href="Organization-rh.html">Organization/rh: Rakvere Haigla</a> &quot;Rakvere Haigla&quot;</p><p><b>category</b>: Counselling <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#409063005 &quot;Counseling&quot;)</span></p><p><b>type</b>: Psychotherapy (specialty) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394913002)</span>, Psychiatry <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394587001)</span></p><p><b>specialty</b>: Mental illness (specialty) (qualifier value) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394816006)</span></p><p><b>name</b>: Consulting psychologists and/or psychology services</p><p><b>serviceProvisionCode</b>: Fees apply <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-service-provision-conditions.html">ServiceProvisionConditions</a>#cost)</span></p><p><b>appointmentRequired</b>: true</p><blockquote><p><b>availability</b></p><blockquote><p><b>availableTime</b></p></blockquote><blockquote><p><b>availableTime</b></p></blockquote><blockquote><p><b>availableTime</b></p></blockquote><blockquote><p><b>notAvailableTime</b></p></blockquote><blockquote><p><b>notAvailableTime</b></p></blockquote></blockquote></div>
  </text>
  <identifier>
    <system value="http://rh.ee/shared-ids"/>
    <value value="HS-12"/>
  </identifier>
  <active value="true"/>
  <providedBy>
    <reference value="Organization/rh"/>
    <display value="Rakvere Haigla"/>
  </providedBy>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="409063005"/>
      <display value="Counseling"/>
    </coding>
    <text value="Counselling"/>
  </category>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394913002"/>
      <display value="Psychotherapy (specialty)"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394587001"/>
      <display value="Psychiatry"/>
    </coding>
  </type>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394816006"/>
      <display value="Mental illness (specialty) (qualifier value)"/>
    </coding>
  </specialty>
  <name value="Consulting psychologists and/or psychology services"/>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/service-provision-conditions"/>
      <code value="cost"/>
      <display value="Fees apply"/>
    </coding>
  </serviceProvisionCode>
  <appointmentRequired value="true"/>
  <availability>
    <availableTime>
      <daysOfWeek value="wed"/>
      <allDay value="true"/>
    </availableTime>
    <availableTime>
      <daysOfWeek value="mon"/>
      <daysOfWeek value="tue"/>
      <daysOfWeek value="thu"/>
      <daysOfWeek value="fri"/>
      <availableStartTime value="08:30:00"/>
      <availableEndTime value="05:30:00"/>
    </availableTime>
    <availableTime>
      <daysOfWeek value="sat"/>
      <daysOfWeek value="fri"/>
      <availableStartTime value="09:30:00"/>
      <availableEndTime value="04:30:00"/>
    </availableTime>
    <notAvailableTime>
      <description
                   value="Christmas/Boxing Day, Reduced capacity is available during the Christmas period"/>
      <during>
        <start value="2023-12-25"/>
        <end value="2023-12-26"/>
      </during>
    </notAvailableTime>
    <notAvailableTime>
      <description value="New Years Day"/>
      <during>
        <start value="2024-01-01"/>
        <end value="2024-01-01"/>
      </during>
    </notAvailableTime>
  </availability>
</HealthcareService>