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

: WhistlestopWheels - XML Representation

Page standards status: Informative

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="WhistlestopWheels"/>
  <meta>
    <lastUpdated value="2023-08-24T11:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Organization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Extensions Narrative: Organization</b><a name="WhistlestopWheels"></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 Organization &quot;WhistlestopWheels&quot; Updated &quot;2023-08-24 11:26:22+0000&quot;</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-hsds-Organization.html">HSDOrganization</a></p></div><p><b>Org Description</b>: This community services agency contracts with various organizations to provide transport services for the elderly and low-income clients, to and from medical appointments, various assisted living facilities, as well as to grocery shopping and other activites to stay active and connected.</p><p><b>qualification:</b></p><blockquote><b>url: </b><a href="http://hl7.org/fhir/R4/datatypes.html#code">code </a><b>, value:</b> Transportation Network Company <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(provider-taxonomy#342000000X)</span><p><b>url: </b><code>status</code><b>, value: </b>active</p></blockquote><p><b>identifier</b>: Tax ID number: xx-xxxxxxx (use: OFFICIAL, period: 2020-11-01 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>type</b>: Atypical Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-OrgTypeCS.html">Organization Type</a>#atyprv)</span></p><p><b>name</b>: Whistlestop Wheels</p><p><b>telecom</b>: ph: (999)-222-9999(WORK), <a href="https://whistlestop.org/">https://whistlestop.org/</a></p><p><b>contact</b></p><blockquote><p><b>name</b>: Harry Cunningham</p><p><b>telecom</b>: ph: (999)-555-2222(WORK)</p></blockquote><p><b>contact</b></p><blockquote><p><b>name</b>: Samantha Ryan</p><p><b>telecom</b>: ph: (999)-555-7321(WORK)</p></blockquote></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/org-description">
    <valueString
                 value="This community services agency contracts with various organizations to provide transport services for the elderly and low-income clients, to and from medical appointments, various assisted living facilities, as well as to grocery shopping and other activites to stay active and connected."/>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/hsds/StructureDefinition/qualification">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system value="http://nucc.org/provider-taxonomy"/>
          <code value="342000000X"/>
          <display value="Transportation Network Company"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="status">
      <valueCode value="active"/>
    </extension>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="TAX"/>
      </coding>
    </type>
    <system value="urn:us:gov:irs"/>
    <value value="xx-xxxxxxx"/>
    <period>
      <start value="2020-11-01"/>
    </period>
    <assigner>
      <display value="http://www.irs.gov"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS"/>
      <code value="atyprv"/>
      <display value="Atypical Provider"/>
    </coding>
  </type>
  <name value="Whistlestop Wheels"/>
  <telecom>
    <system value="phone"/>
    <value value="(999)-222-9999"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://whistlestop.org/"/>
    <use value="work"/>
  </telecom>
  <contact>
    <name>
      <use value="usual"/>
      <family value="Cunningham"/>
      <given value="Harry"/>
    </name>
    <telecom>
      <extension
                 url="http://hl7.org/fhir/us/hsds/StructureDefinition/org-contactinfo">
        <extension url="title">
          <valueString value="Manager, Automotive Repairs"/>
        </extension>
        <extension url="department">
          <valueString value="Transportation Services"/>
        </extension>
        <extension url="email">
          <valueString value="sryan@whistlestop.org"/>
        </extension>
      </extension>
      <system value="phone"/>
      <value value="(999)-555-2222"/>
      <use value="work"/>
    </telecom>
  </contact>
  <contact>
    <name>
      <use value="usual"/>
      <family value="Ryan"/>
      <given value="Samantha"/>
    </name>
    <telecom>
      <extension
                 url="http://hl7.org/fhir/us/hsds/StructureDefinition/org-contactinfo">
        <extension url="title">
          <valueString value="Director, Transportation Services"/>
        </extension>
        <extension url="department">
          <valueString value="Executive Services"/>
        </extension>
        <extension url="email">
          <valueString value="sryan@whistlestop.org"/>
        </extension>
      </extension>
      <system value="phone"/>
      <value value="(999)-555-7321"/>
      <use value="work"/>
    </telecom>
  </contact>
</Organization>