View raw Markdown
type: exampleresource: HealthcareServiceexample: healthcareservice-example

HealthcareService Example: healthcareservice-example

Narrative

25 Dec 2013 9:15am - 9:30am: Busy Physiotherapy

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<HealthcareService xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/healthcareservice.xsd">
    <id value="example"/>
    <text>
        <status value="generated"/>
        <div xmlns="http://www.w3.org/1999/xhtml">
            25 Dec 2013 9:15am - 9:30am: <b>Busy</b> Physiotherapy
        </div>
    </text>
    <contained>
        <Location>
            <id value="DenBurg"/>
            <description value="Greater Denburg area"/>
            <mode value="instance"/>
            <form>
                <coding>
                    <code value="area"/>
                    <display value="Area"/>
                </coding>
            </form>
        </Location>
    </contained>
  <identifier>
    <system value="http://example.org/shared-ids"/>
    <value value="HS-12" />
  </identifier>
    <active value="true"/>
  <providedBy>
    <reference value="Organization/f001"/>
    <display value="Burgers University Medical Center"/>
  </providedBy>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="8"/>
      <display value="Counselling"/>
    </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="47505003"/>
                <display value="Posttraumatic stress disorder"/>
            </coding>
        </specialty>
    <location>
        <reference value="Location/1"/>
    </location>
    <name value="Consulting psychologists and/or psychology services"/>
    <comment value="Providing Specialist psychology services to the greater Den Burg area, many years of experience dealing with PTSD issues" />
    <extraDetails value="Several assessments are required for these specialist services, and the waiting times can be greater than 3 months at times. Existing patients are prioritized when requesting appointments on the schedule."/>
    <contact>
        <telecom>
            <system value="phone"/>
            <value value="(555) silent"/>
            <use value="work" />
        </telecom>
        <telecom>
            <system value="email"/>
            <value value="directaddress@example.com"/>
            <use value="work" />
        </telecom>
    </contact>
    <coverageArea>
        <reference value="#DenBurg"/>
        <display value="Greater Denburg area" />
    </coverageArea>
  <serviceProvisionCode>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-provision-conditions"/>
      <code value="cost"/>
      <display value="Fees apply" />
    </coding>
  </serviceProvisionCode>
    <eligibility>
        <code>
            <coding>
                <display value="DVA Required"/>
            </coding>
        </code>
        <comment value="Evidence of application for DVA status may be sufficient for commencing assessment"/>
    </eligibility>
    <program>
        <text value="PTSD outreach"/>
    </program>
    <characteristic>
        <coding>
            <display value="Wheelchair access"/>
        </coding>
    </characteristic>
    <referralMethod>
        <coding>
            <code value="phone"/>
            <display value="Phone"/>
        </coding>
    </referralMethod>
    <referralMethod>
        <coding>
            <code value="fax"/>
            <display value="Fax" />
        </coding>
    </referralMethod>
    <referralMethod>
        <coding>
            <code value="elec"/>
            <display value="Secure Messaging" />
        </coding>
    </referralMethod>
    <referralMethod>
        <coding>
            <code value="semail"/>
            <display value="Secure Email" />
        </coding>
    </referralMethod>
    <appointmentRequired value="false"/>
    <availability>
        <availableTime>
        <!-- This is a 24 hour service on wednesdays (due to weekly local service needs) -->
            <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="2015-12-25"/>
                <end value="2015-12-26"/>
            </during>
        </notAvailableTime>
        <notAvailableTime>
            <description value="New Years Day" />
            <during>
                <start value="2016-01-01"/>
                <end value="2016-01-01"/>
            </during>
        </notAvailableTime>
    </availability>
    <endpoint>
    <!--   Endpoint that handles the v2 messaging for the external organization   -->
    <reference value="Endpoint/example"/>
  </endpoint>
</HealthcareService>