SDOH Clinical Care
0.1.0 - STU 1

This page is part of the SDOH Clinical Care for Multiple Domains (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: SDOHCC Task OrderFulfillment Example 1 - XML Representation

Raw xml | Download



<Task xmlns="http://hl7.org/fhir">
  <id value="SDOHCC-Task-OrderFulfillment-Example-1"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2020-12-02T16:54:33.845+00:00"/>
    <source value="#qnd2WpnmLN1EOu5y"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: accepted</p><p><b>intent</b>: order</p><p><b>code</b>: <span title="Codes: {http://hl7.org/fhir/CodeSystem/task-code fulfill}">Fulfill the focal request</span></p><p><b>focus</b>: <a href="ServiceRequest-SDOHCC-ServiceRequest-HungerVitalSign-Example-1.html">Generated Summary: status: active; intent: order; <span title="Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes food-insecurity-domain}">Food Insecurity Domain</span>; <span title="Codes: {http://snomed.info/sct 710925007}">Provision of food (procedure)</span></a></p><p><b>for</b>: <a href="Patient-pat-53234.html">COLIN ABBAS. Generated Summary: Medical Record Number: 1032702 (USUAL); active; COLIN V. ABBAS , COLIN V. BAXTER ; Phone: 555-555-5555; gender: male; birthDate: 1987-02-20</a></p><h3>Outputs</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title="Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes resulting-activity}">Resulting Activity</span></td><td><span title="Codes: {http://snomed.info/sct 713109004}">Referral to community meals service (procedure)</span></td></tr></table></div>
  </text>
  <status value="accepted"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/CodeSystem/task-code"/>
      <code value="fulfill"/>
      <display value="Fulfill the focal request"/>
    </coding>
  </code>
  <focus>
    <reference
               value="ServiceRequest/SDOHCC-ServiceRequest-HungerVitalSign-Example-1"/>
  </focus>
  <for>
    <reference value="Patient/pat-53234"/>
    <display value="COLIN ABBAS"/>
  </for>
  <output>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes"/>
        <code value="resulting-activity"/>
        <display value="Resulting Activity"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="713109004"/>
        <display value="Referral to community meals service (procedure)"/>
      </coding>
    </valueCodeableConcept>
  </output>
</Task>