HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG - Local Development build (v1.0.0). See the Directory of published versions
: Uds Plus Sexual Orientation Observation Example - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="de-identified-sexual-orientation-example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-sexual-orientation-observation"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="de-identified-sexual-orientation-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 "de-identified-sexual-orientation-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-uds-plus-sexual-orientation-observation.html">De-Identified UDS Plus Sexual Orientation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Sexual orientation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#76690-7)</span></p><p><b>subject</b>: <a href="Patient-example.html">Patient/example</a> " SHAW"</p><p><b>effective</b>: 2007</p><p><b>value</b>: not asked <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html">NullFlavor</a>#NASK)</span></p></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="76690-7"/>
</coding>
</code>
<subject>
<reference value="Patient/example"/>
</subject>
<effectiveDateTime value="2007"/>
<valueCodeableConcept>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
<code value="NASK"/>
<display value="not asked"/>
</coding>
</valueCodeableConcept>
</Observation>