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 Procedure HungerVitalSign Example 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "SDOHCC-Procedure-HungerVitalSign-Example-1",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-12-02T16:47:39.096+00:00",
    "source" : "#iDzpb9D9Lc5D00R1"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>basedOn</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>status</b>: completed</p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes food-insecurity-domain}\">Food Insecurity Domain</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 710925007}\">Provision of food (procedure)</span></p><p><b>subject</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><p><b>performed</b>: 2019-08-31</p><p><b>reasonReference</b>: <a href=\"Condition-SDOHCC-Condition-HungerVitalSign-Example-1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</span>, <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 733423003}\">Food insecurity</span>; onset: Aug 18, 2019 12:31:35 PM --&gt; (ongoing)</a></p></div>"
  },
  "basedOn" : [
    {
      "reference" : "ServiceRequest/SDOHCC-ServiceRequest-HungerVitalSign-Example-1"
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes",
        "code" : "food-insecurity-domain",
        "display" : "Food Insecurity Domain"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "710925007",
        "display" : "Provision of food (procedure)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "performedDateTime" : "2019-08-31",
  "reasonReference" : [
    {
      "reference" : "Condition/SDOHCC-Condition-HungerVitalSign-Example-1"
    }
  ]
}