HIV Case Reporting and Monitoring
0.2.0 - CI Build

HIV Case Reporting and Monitoring - Local Development build (v0.2.0). See the Directory of published versions

: Example CarePlan - ARVTreatmentExample1 - XML Representation

Raw xml | Download



<CarePlan xmlns="http://hl7.org/fhir">
  <id value="ARVTreatmentExample1"/>
  <meta>
    <profile
             value="http://openhie.org/fhir/hiv-casereporting/StructureDefinition/hiv-arv-treatment"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: CarePlan</b><a name="ARVTreatmentExample1"> </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 CarePlan "ARVTreatmentExample1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-hiv-arv-treatment.html">ARVCarePlan</a></p></div><p><b>ART Status</b>: IIT <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#IIT)</span></p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a href="Patient-HIVPatientExample.html">Patient/HIVPatientExample</a> " SMITH"</p><p><b>period</b>: 2021-05-20 --&gt; (ongoing)</p><blockquote><p><b>activity</b></p><p><b>outcomeCodeableConcept</b>: Refused <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (openconceptlab.org#162572)</span></p><h3>Details</h3><table class="grid"><tr><td>-</td><td><b>Extension</b></td><td><b>Kind</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Scheduled[x]</b></td><td><b>Product[x]</b></td></tr><tr><td>*</td><td></td><td>MedicationRequest</td><td>HIV ART medication <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#45260-7)</span></td><td>stopped</td><td>?? --&gt; 2021-05-22</td><td>TDF/3TC/DTG <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#TDF/3TC/DTG)</span></td></tr></table></blockquote></div>
  </text>
  <extension
             url="http://openhie.org/fhir/hiv-casereporting/StructureDefinition/art-status">
    <valueCodeableConcept>
      <coding>
        <code value="IIT"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="active"/>
  <intent value="plan"/>
  <subject>
    <reference value="Patient/HIVPatientExample"/>
  </subject>
  <period>
    <start value="2021-05-20"/>
  </period>
  <activity>
    <outcomeCodeableConcept>
      <coding>
        <system value="https://openconceptlab.org"/>
        <code value="162572"/>
        <display value="Refused"/>
      </coding>
    </outcomeCodeableConcept>
    <detail>
      <extension
                 url="http://openhie.org/fhir/hiv-casereporting/StructureDefinition/art-regimen-line">
        <valueCodeableConcept>
          <coding>
            <code value="FIRST-LINE"/>
          </coding>
        </valueCodeableConcept>
      </extension>
      <kind value="MedicationRequest"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="45260-7"/>
          <display value="HIV ART medication"/>
        </coding>
      </code>
      <status value="stopped"/>
      <scheduledPeriod>
        <end value="2021-05-22"/>
      </scheduledPeriod>
      <productCodeableConcept>
        <coding>
          <code value="TDF/3TC/DTG"/>
        </coding>
      </productCodeableConcept>
    </detail>
  </activity>
</CarePlan>