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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "SDOHCC-Task-OrderFulfillment-Example-1",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-12-02T16:54:33.845+00:00",
    "source" : "#qnd2WpnmLN1EOu5y"
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "accepted",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/task-code",
        "code" : "fulfill",
        "display" : "Fulfill the focal request"
      }
    ]
  },
  "focus" : {
    "reference" : "ServiceRequest/SDOHCC-ServiceRequest-HungerVitalSign-Example-1"
  },
  "for" : {
    "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "output" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes",
            "code" : "resulting-activity",
            "display" : "Resulting Activity"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "713109004",
            "display" : "Referral to community meals service (procedure)"
          }
        ]
      }
    }
  ]
}