SDOH Clinical Care
1.1.0 - STU 2 ballot

This page is part of the SDOH Clinical Care for Multiple Domains (v1.1.0: STU 2 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 Condition Unemployed Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "SDOHCC-ConditionUnemployedExample",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-06-25T16:28:03.017+00:00",
    "source" : "#gfGbbXBqHQ271B1H",
    "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><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 \"SDOHCC-ConditionUnemployedExample\" Version \"3\" Updated \"2021-06-25T16:28:03.017Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #gfGbbXBqHQ271B1H!</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/3.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/3.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/STU4/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span>, Employment Status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\">SDOHCC CodeSystem Temporary Codes</a>#employment-status)</span></p><p><b>code</b>: Unemployed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#73438004; <a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#Z56.0 \"Unemployment, unspecified\")</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">Patient/pat-53234: COLIN ABBAS</a> \" ABBAS\"</p><p><b>onset</b>: 2021-04-26T13:56:33.747Z --&gt; (ongoing)</p><p><b>asserter</b>: <a href=\"Patient-pat-53234.html\">Patient/pat-53234: COLIN ABBAS</a> \" ABBAS\"</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"Observation-SDOHCC-ObservationResponsePRAPAREEmploymentStatusExample.html\">Observation/SDOHCC-ObservationResponsePRAPAREEmploymentStatusExample</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" : "employment-status",
          "display" : "Employment Status"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "73438004",
        "display" : "Unemployed"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "Z56.0",
        "display" : "Unemployment, unspecified"
      }
    ]
  },
  "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-ObservationResponsePRAPAREEmploymentStatusExample"
        }
      ]
    }
  ]
}