WHO SMART Guidelines - HIV
0.3.0 - ci-build

WHO SMART Guidelines - HIV - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example HIV Positive Status Observation - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleHivStatusPositiveObservation"/>
  <meta>
    <profile
             value="http://smart.who.int/hiv/StructureDefinition/HivStatusObservation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ExampleHivStatusPositiveObservation</b></p><a name="ExampleHivStatusPositiveObservation"> </a><a name="hcExampleHivStatusPositiveObservation"> </a><a name="ExampleHivStatusPositiveObservation-en-US"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.B.DE115}">HIV status</span></p><p><b>subject</b>: <a href="Patient/HivExamplePatient">Patient/HivExamplePatient</a></p><p><b>effective</b>: 2023-01-10 09:00:00+0000</p><p><b>value</b>: <span title="Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.B.DE116}">HIV-positive</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://smart.who.int/hiv/CodeSystem/HIVConcepts"/>
      <code value="HIV.B.DE115"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/HivExamplePatient"/>
  </subject>
  <effectiveDateTime value="2023-01-10T09:00:00Z"/>
  <valueCodeableConcept>
    <coding>
      <system value="http://smart.who.int/hiv/CodeSystem/HIVConcepts"/>
      <code value="HIV.B.DE116"/>
      <display value="HIV-positive"/>
    </coding>
  </valueCodeableConcept>
</Observation>