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 On ART Medication Statement - XML Representation

Raw xml | Download



<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="ExampleHivOnArt"/>
  <meta>
    <profile value="http://smart.who.int/hiv/StructureDefinition/HivOnArt"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement ExampleHivOnArt</b></p><a name="ExampleHivOnArt"> </a><a name="hcExampleHivOnArt"> </a><a name="ExampleHivOnArt-en-US"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.D.DE91}">ABC + 3TC + ATV/r</span></p><p><b>subject</b>: <a href="Patient-example-hiv-patient.html">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2022-01-17 12:00:00+0000</p><p><b>reasonCode</b>: <span title="Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.D.DE38}">On ART</span></p></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://smart.who.int/hiv/CodeSystem/HIVConcepts"/>
      <code value="HIV.D.DE91"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/example-hiv-patient"/>
  </subject>
  <effectiveDateTime value="2022-01-17T12:00:00Z"/>
  <reasonCode>
    <coding>
      <system value="http://smart.who.int/hiv/CodeSystem/HIVConcepts"/>
      <code value="HIV.D.DE38"/>
    </coding>
  </reasonCode>
</MedicationStatement>