SDOH Clinical Care
2.0.0 - STU 2 US

This page is part of the SDOH Clinical Care for Multiple Domains (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: SDOHCC Condition Food Insecurity Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "SDOHCC-ConditionFoodInsecurityExample",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-06-17T19:04:43.302+00:00",
    "source" : "#0R7Gw7f50bKBvXZl",
    "profile" : [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"SDOHCC-ConditionFoodInsecurityExample\"> </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 Condition &quot;SDOHCC-ConditionFoodInsecurityExample&quot; Version &quot;3&quot; Updated &quot;2021-06-17 07:04:43+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #0R7Gw7f50bKBvXZl!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SDOHCC-Condition.html\">SDOHCC Condition</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Unconfirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#unconfirmed)</span></p><p><b>category</b>: Health Concern <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU3.1.1/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span>, Food Insecurity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\">SDOHCC CodeSystem Temporary Codes</a>#food-insecurity)</span></p><p><b>code</b>: Food insecurity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#733423003; <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#Z59.4 &quot;Lack of adequate food and safe drinking water&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">Patient/pat-53234: COLIN ABBAS</a> &quot; ABBAS&quot;</p><p><b>onset</b>: 2019-08-18 12:31:35+0000 --&gt; (ongoing)</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"Observation-SDOHCC-ObservationResponseHungerVitalSignQuestion3Example.html\">Observation/SDOHCC-ObservationResponseHungerVitalSignQuestion3Example</a></td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "unconfirmed",
        "display" : "Unconfirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
          "code" : "health-concern",
          "display" : "Health Concern"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
          "code" : "food-insecurity",
          "display" : "Food Insecurity"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "733423003",
        "display" : "Food insecurity"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "Z59.4",
        "display" : "Lack of adequate food and safe drinking water"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "onsetPeriod" : {
    "start" : "2019-08-18T12:31:35.123Z"
  },
  "evidence" : [
    {
      "detail" : [
        {
          "reference" : "Observation/SDOHCC-ObservationResponseHungerVitalSignQuestion3Example"
        }
      ]
    }
  ]
}