SDOH Clinical Care
1.0.0 - STU 1

This page is part of the SDOH Clinical Care for Multiple Domains (v1.0.0: STU 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 Goal Food Security Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "SDOHCC-GoalFoodSecurityExample",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-06-03T01:31:59.696+00:00",
    "source" : "#InLIR7QajAcI3CDo",
    "profile" : [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Goal"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>lifecycleStatus</b>: active</p><p><b>achievementStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/goal-achievement improving}\">Improving</span></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span></p><p><b>description</b>: <span title=\"Codes: {http://snomed.info/sct 1078229009}\">Food security</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><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://loinc.org 88124-3}\">Food insecurity risk [HVS]</span></td><td><span title=\"Codes: {http://loinc.org LA19983-8}\">No risk</span></td><td>2021-08-01</td></tr></table><p><b>statusDate</b>: 2021-05-01</p><p><b>addresses</b>: <a href=\"Condition-SDOHCC-ConditionFoodInsecurityExample.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 unconfirmed}\">Unconfirmed</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-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span>; <span title=\"Codes: {http://snomed.info/sct 733423003}, {http://hl7.org/fhir/sid/icd-10-cm Z59.4}\">Food insecurity</span>; onset: Aug 18, 2019 12:31:35 PM --&gt; (ongoing)</a></p></div>"
  },
  "lifecycleStatus" : "active",
  "achievementStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code" : "improving",
        "display" : "Improving"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
          "code" : "food-insecurity",
          "display" : "Food Insecurity"
        }
      ]
    }
  ],
  "description" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1078229009",
        "display" : "Food security"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "88124-3",
            "display" : "Food insecurity risk [HVS]"
          }
        ]
      },
      "detailCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA19983-8",
            "display" : "No risk"
          }
        ]
      },
      "dueDate" : "2021-08-01"
    }
  ],
  "statusDate" : "2021-05-01",
  "addresses" : [
    {
      "reference" : "Condition/SDOHCC-ConditionFoodInsecurityExample"
    }
  ]
}