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

: MealsOnWheelsLocation - XML Representation

Page standards status: Informative

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="MealsOnWheelsLocation"/>
  <meta>
    <lastUpdated value="2020-08-26T13:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</b><a name="MealsOnWheelsLocation"> </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 Location &quot;MealsOnWheelsLocation&quot; Updated &quot;2020-08-26 13:26:22+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-hsds-Location.html">HSDLocation</a></p></div><p><b>Accessibility</b>: cognitive <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-AccessibilityCS.html">Accessibility CS</a>#cognitive)</span></p><p><b>Accessibility</b>: Cultural competence <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-AccessibilityCS.html">Accessibility CS</a>#cultcomp)</span></p><p><b>status</b>: active</p><p><b>name</b>: Meals on Wheels Delivery by Whistlestop Wheels</p><p><b>telecom</b>: ph: (999)-555-9827(WORK)</p><p><b>address</b>: 282 Broadway Anytown CA 99999 </p><h3>Positions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style="display: none">*</td><td>121.9018</td><td>38.732967</td></tr></table><p><b>managingOrganization</b>: <a href="Organization-FoodBank.html">Organization/FoodBank</a> &quot;Redwood Food Bank&quot;</p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: mon, tue, wed, thu, fri</p><p><b>openingTime</b>: 08:00:00</p><p><b>closingTime</b>: 20:00:00</p></blockquote><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: sat, sun</p><p><b>openingTime</b>: 08:00:00</p><p><b>closingTime</b>: 16:00:00</p></blockquote></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/accessibility">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AccessibilityCS"/>
        <code value="cognitive"/>
        <display value="cognitive"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/accessibility">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AccessibilityCS"/>
        <code value="cultcomp"/>
        <display value="Cultural competence"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="active"/>
  <name value="Meals on Wheels Delivery by Whistlestop Wheels"/>
  <telecom>
    <system value="phone"/>
    <value value="(999)-555-9827"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="282 Broadway"/>
    <city value="Anytown"/>
    <district value="Yolo"/>
    <state value="CA"/>
    <postalCode value="99999"/>
  </address>
  <position>
    <longitude value="121.9018"/>
    <latitude value="38.732967"/>
  </position>
  <managingOrganization>
    <reference value="Organization/FoodBank"/>
  </managingOrganization>
  <hoursOfOperation>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <openingTime value="08:00:00"/>
    <closingTime value="20:00:00"/>
  </hoursOfOperation>
  <hoursOfOperation>
    <daysOfWeek value="sat"/>
    <daysOfWeek value="sun"/>
    <openingTime value="08:00:00"/>
    <closingTime value="16:00:00"/>
  </hoursOfOperation>
</Location>