HIV Program Monitoring and Patient Care Coordination
0.2.0 - CI Build International flag

HIV Program Monitoring and Patient Care Coordination, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/openhie/HIV-Program-Monitoring-and-Patient-Care-Coordination and changes regularly. See the Directory of published versions

: Example EpisodeOfCare - HIVEpisodeOfCareExample - XML Representation

Raw xml | Download



<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="HIVEpisodeOfCareExample"/>
  <meta>
    <profile
             value="http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-episode-of-care"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: EpisodeOfCare</b><a name="HIVEpisodeOfCareExample"> </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 EpisodeOfCare &quot;HIVEpisodeOfCareExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-hiv-episode-of-care.html">Patient Enrollment Type</a></p></div><p><b>identifier</b>: Patient internal identifier: abc123</p><p><b>status</b>: active</p><p><b>type</b>: Restart of medication <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#182837001)</span></p><h3>Diagnoses</h3><table class="grid"><tr><td>-</td><td><b>Condition</b></td></tr><tr><td>*</td><td><a href="Condition-HIVDiagnosisExample.html">Condition/HIVDiagnosisExample</a></td></tr></table><p><b>patient</b>: <a href="Patient-HIVPatientExample.html">Patient/HIVPatientExample</a> &quot; SMITH&quot;</p><p><b>period</b>: 2021-05-18 --&gt; 2021-05-18</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PI"/>
      </coding>
    </type>
    <system
            value="http://openhie.org/fhir/hiv-program-monitoring/identifier/enrollment-unique-id"/>
    <value value="abc123"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="182837001"/>
    </coding>
  </type>
  <diagnosis>
    <condition>
      <reference value="Condition/HIVDiagnosisExample"/>
    </condition>
  </diagnosis>
  <patient>
    <reference value="Patient/HIVPatientExample"/>
  </patient>
  <period>
    <start value="2021-05-18"/>
    <end value="2021-05-18"/>
  </period>
</EpisodeOfCare>