SDOH Clinical Care
2.1.0 - STU 2.1 United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC Condition Homeless Example - XML Representation

Page standards status: Informative

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="SDOHCC-ConditionHomelessExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Condition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="SDOHCC-ConditionHomelessExample"> </a><a name="hcSDOHCC-ConditionHomelessExample"> </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-ConditionHomelessExample&quot; </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/5.3.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/5.3.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>, Homelessness <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html">SDOHCC CodeSystem Temporary Codes</a>#homelessness)</span></p><p><b>code</b>: Homeless <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#32911000; <a href="http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#Z59.0 &quot;Homelessness&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>: 2021-04-26 13:56:33+0000 --&gt; (ongoing)</p><p><b>asserter</b>: <a href="Patient-pat-53234.html">Patient/pat-53234: COLIN ABBAS</a> &quot; ABBAS&quot;</p><h3>Evidences</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Detail</b></td></tr><tr><td style="display: none">*</td><td><a href="Observation-SDOHCC-ObservationResponsePRAPAREHousingStatusExample.html">Observation/SDOHCC-ObservationResponsePRAPAREHousingStatusExample</a></td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="unconfirmed"/>
      <display value="Unconfirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/core/CodeSystem/condition-category"/>
      <code value="health-concern"/>
      <display value="Health Concern"/>
    </coding>
  </category>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes"/>
      <code value="homelessness"/>
      <display value="Homelessness"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="32911000"/>
      <display value="Homeless"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <code value="Z59.0"/>
      <display value="Homelessness"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/pat-53234"/>
    <display value="COLIN ABBAS"/>
  </subject>
  <onsetPeriod>
    <start value="2021-04-26T13:56:33.747Z"/>
  </onsetPeriod>
  <asserter>🔗 
    <reference value="Patient/pat-53234"/>
    <display value="COLIN ABBAS"/>
  </asserter>
  <evidence>
    <detail>🔗 
      <reference
                 value="Observation/SDOHCC-ObservationResponsePRAPAREHousingStatusExample"/>
    </detail>
  </evidence>
</Condition>