HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG
1.0.1 - STU1 Release 1 - Standard for Trial-Use International flag

This page is part of the HRSA Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+ or uds-plus) FHIR IG (v1.0.1: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Uds Plus Income Observation Example - XML Representation

Page standards status: Informative

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="de-identified-income-example"/>
  <meta>
    <profile
             value="http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/de-identified-uds-plus-income-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="de-identified-income-example"> </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 Observation &quot;de-identified-income-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-de-identified-uds-plus-income-observation.html">De-Identified UDS Plus Income</a></p></div><p><b>status</b>: final</p><p><b>code</b>: 63058-2 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#63058-2)</span></p><p><b>subject</b>: <a href="Patient-de-identified-example.html">Patient/de-identified-example</a></p><p><b>effective</b>: 2016</p><p><b>value</b>: 101-150</p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="63058-2"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/de-identified-example"/>
  </subject>
  <effectiveDateTime value="2016"/>
  <valueRange>
    <low>
      <value value="101"/>
    </low>
    <high>
      <value value="150"/>
    </high>
  </valueRange>
</Observation>