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 Condition Homeless Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "SDOHCC-ConditionHomelessExample",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2021-06-25T18:58:01.507+00:00",
    "source" : "#nUKafeh0gl4Fksae",
    "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</b></p><p><b>clinicalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status unconfirmed}\">Unconfirmed</span></p><p><b>category</b>: <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 homelessness}\">Homelessness</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 32911000}, {http://hl7.org/fhir/sid/icd-10-cm Z59.0}\">Homeless</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>onset</b>: Apr 26, 2021 1:56:33 PM --&gt; (ongoing)</p><p><b>asserter</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>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"Observation-SDOHCC-ObservationResponsePRAPAREHousingStatusExample.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span>, <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes homelessness}\">Homelessness</span>; <span title=\"Codes: {http://loinc.org 71802-3}\">Housing status</span>; effective: Apr 26, 2021 1:56:33 PM; issued: Apr 26, 2021 1:56:33 PM; <span title=\"Codes: {http://loinc.org LA30190-5}\">I do not have housing (staying with others, in a hotel, in a shelter, living outside on the street, on a beach, in a car, or in a park)</span></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" : "homelessness",
          "display" : "Homelessness"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "32911000",
        "display" : "Homeless"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "Z59.0",
        "display" : "Homelessness"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "onsetPeriod" : {
    "start" : "2021-04-26T13:56:33.747Z"
  },
  "asserter" : {
    "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "evidence" : [
    {
      "detail" : [
        {
          "reference" : "Observation/SDOHCC-ObservationResponsePRAPAREHousingStatusExample"
        }
      ]
    }
  ]
}