FHIR Human Services Directory
1.0.0 - STU1 United States of America flag

FHIR Human Services Directory, published by HL7 Human and Social Services Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/FHIR-IG-Human-Services-Directory/ and changes regularly. See the Directory of published versions

: WhistlestopTransportationService - XML Representation

Page standards status: Informative

Raw xml | Download



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="WhistlestopTransportationService"/>
  <meta>
    <lastUpdated value="2023-08-24T11:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Extensions Narrative: HealthcareService</b></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;WhistlestopTransportationService&quot; Updated &quot;2023-08-24 11:26:22+0000&quot;</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-hsds-HealthcareService.html">HSDHealthcareService</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href="Organization-WhistlestopWheels.html">Organization/WhistlestopWheels</a> &quot;Whistlestop Wheels&quot;</p><p><b>category</b>: Transportation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-HealthcareServiceCategoryCS.html">Healthcare Service Category</a>#trans)</span></p><p><b>type</b>: Aged Care Transport <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="http://terminology.hl7.org/CodeSystem/service-type">Service type</a>#531)</span></p><p><b>location</b>: <a href="Location-WhistlestopwheelsLocation.html">Location/WhistlestopwheelsLocation</a> &quot;Whistlestop Wheels of Anytown USA&quot;</p><p><b>name</b>: Whistlestop Transportation Services</p><p><b>contact</b></p><blockquote><p><b>name</b>: Harry Cunningham</p><p><b>title </b>: Director, Transportation Services</p><p><b>department</b>: Executive Staff</p><p><b>email</b>: hcunningham@whistlestopwheels.org</p><p><b>phone</b>: (999)-555-2222(WORK)</p></blockquote><p><b>program</b>: Programs for Persons with Disabilities <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="CodeSystem-HumanServiceProgramCS.html">Human Service Program</a>#ForDisabled)</span></p><p><b>characteristic</b>: Interpretation Services <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="CodeSystem-HumanServiceCharacteristicCS.html">Human Service Characteristic</a>#Interpret)</span></p><p><b>communication</b>: Spanish <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="https://terminology.hl7.org/CodeSystem-v3-ietf3066.html">Tags for the Identification of Languages</a>#es)</span>, English (United States) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="https://terminology.hl7.org/CodeSystem-v3-ietf3066.html">Tags for the Identification of Languages</a>#en-US)</span></p></div>
  </text>
  <active value="true"/>
  <providedBy>
    <reference value="Organization/WhistlestopWheels"/>
  </providedBy>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS"/>
      <code value="trans"/>
      <display value="Transportation"/>
    </coding>
  </category>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="531"/>
      <display value="Aged Care Transport"/>
    </coding>
  </type>
  <location>
    <reference value="Location/WhistlestopwheelsLocation"/>
  </location>
  <name value="Whistlestop Transportation Services"/>
  <telecom>
    <extension
               url="http://hl7.org/fhir/us/hsds/StructureDefinition/service-contactinfo">
      <extension url="name">
        <valueString value="Harry Cunningham"/>
      </extension>
      <extension url="title">
        <valueString value="Director of Transportation Services"/>
      </extension>
      <extension url="department">
        <valueString value="Executive Staff"/>
      </extension>
      <extension url="email">
        <valueString value="cunninghamh@whistlestopwheels.org"/>
      </extension>
    </extension>
    <system value="phone"/>
    <value value="(999)-555-8645"/>
    <use value="work"/>
  </telecom>
  <program>
    <coding>
      <system
              value="http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceProgramCS"/>
      <code value="ForDisabled"/>
      <display value="Programs for Persons with Disabilities"/>
    </coding>
  </program>
  <characteristic>
    <coding>
      <system
              value="http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS"/>
      <code value="Interpret"/>
      <display value="Interpretation Services"/>
    </coding>
  </characteristic>
  <communication>
    <coding>
      <system value="urn:ietf:bcp:47"/>
      <code value="es"/>
      <display value="Spanish"/>
    </coding>
  </communication>
  <communication>
    <coding>
      <system value="urn:ietf:bcp:47"/>
      <code value="en-US"/>
      <display value="English (United States)"/>
    </coding>
  </communication>
</HealthcareService>