Simple HIV IG
0.1.0 - CI Build

Simple HIV IG - Local Development build (v0.1.0). See the Directory of published versions

: Bundle/Example-HIVSimple - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="Example-HIVSimple"/>
  <type value="transaction"/>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Patient/Patient-HIVSimple"/>
    <resource>
      <Patient>
        <id value="Patient-HIVSimple"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "Patient-HIVSimple" </p></div><p><b>identifier</b>: id: 1234</p><p><b>name</b>: Mittens Cat</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1985-01-01</p></div>
        </text>
        <identifier>
          <system
                  value="https://intrahealth.github.io/simple-hiv-ig/CodeSystem/OpenCR"/>
          <value value="1234"/>
        </identifier>
        <name>
          <text value="Mittens Cat"/>
          <family value="Cat"/>
          <given value="Mittens"/>
        </name>
        <gender value="female"/>
        <birthDate value="1985-01-01"/>
      </Patient>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Patient"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Organization/Organization-HIVSimple1"/>
    <resource>
      <Organization>
        <id value="Organization-HIVSimple1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "Organization-HIVSimple1" </p></div><p><b>identifier</b>: id: Organization-HIVSimple1</p><p><b>name</b>: Organization-HIVSimple Government Hospital</p></div>
        </text>
        <identifier>
          <system value="https://github.com/synthetichealth/synthea"/>
          <value value="Organization-HIVSimple1"/>
        </identifier>
        <name value="Organization-HIVSimple Government Hospital"/>
      </Organization>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Organization"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Location/Location-HIVSimple1"/>
    <resource>
      <Location>
        <id value="Location-HIVSimple1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "Location-HIVSimple1" </p></div><p><b>identifier</b>: id: Location-HIVSimple1</p><p><b>managingOrganization</b>: <span></span></p></div>
        </text>
        <identifier>
          <system value="https://github.com/synthetichealth/synthea"/>
          <value value="Location-HIVSimple1"/>
        </identifier>
        <managingOrganization>
          <identifier>
            <system value="https://github.com/synthetichealth/synthea"/>
            <value value="Organization-HIVSimple1"/>
          </identifier>
        </managingOrganization>
      </Location>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Location"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Condition/Condition-HIVSimple"/>
    <resource>
      <Condition>
        <id value="Condition-HIVSimple"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "Condition-HIVSimple" </p></div><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>code</b>: HIV - Human immunodeficiency virus infection <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#86406008)</span></p><p><b>subject</b>: <a href="#Patient_Patient-HIVSimple">See above (Patient/Patient-HIVSimple)</a></p><p><b>onset</b>: 2010-01-01</p></div>
        </text>
        <clinicalStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
            <code value="active"/>
          </coding>
        </clinicalStatus>
        <verificationStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
            <code value="confirmed"/>
          </coding>
        </verificationStatus>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="86406008"/>
            <display value="HIV - Human immunodeficiency virus infection"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Patient-HIVSimple"/>
        </subject>
        <onsetDateTime value="2010-01-01"/>
      </Condition>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Condition"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Condition/Condition-Pregnancy"/>
    <resource>
      <Condition>
        <id value="Condition-Pregnancy"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "Condition-Pregnancy" </p></div><p><b>clinicalStatus</b>: Inactive <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#inactive)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>code</b>: Pregnant (finding) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#77386006)</span></p><p><b>subject</b>: <a href="#Patient_Patient-HIVSimple">See above (Patient/Patient-HIVSimple)</a></p><p><b>onset</b>: 2020-01-01</p><p><b>abatement</b>: 2020-09-30</p></div>
        </text>
        <clinicalStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
            <code value="inactive"/>
          </coding>
        </clinicalStatus>
        <verificationStatus>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
            <code value="confirmed"/>
          </coding>
        </verificationStatus>
        <code>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="77386006"/>
            <display value="Pregnant (finding)"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Patient-HIVSimple"/>
        </subject>
        <onsetDateTime value="2020-01-01"/>
        <abatementDateTime value="2020-09-30"/>
      </Condition>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Condition"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Encounter/Encounter-HIVSimple"/>
    <resource>
      <Encounter>
        <id value="Encounter-HIVSimple"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "Encounter-HIVSimple" </p></div><p><b>status</b>: finished</p><p><b>class</b>: inpatient acute (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code ACUTE = 'inpatient acute', stated as 'null')</p><p><b>subject</b>: <a href="#Patient_Patient-HIVSimple">See above (Patient/Patient-HIVSimple)</a></p><p><b>period</b>: 2011-01-01 --&gt; 2011-01-01</p><p><b>account</b>: <a href="Account-Account-HIVSimple.html">Account/Account-HIVSimple</a></p><h3>Locations</h3><table class="grid"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><span></span></td></tr></table><p><b>serviceProvider</b>: <span></span></p></div>
        </text>
        <status value="finished"/>
        <class>
          <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
          <code value="ACUTE"/>
        </class>
        <subject>
          <reference value="Patient/Patient-HIVSimple"/>
        </subject>
        <period>
          <start value="2011-01-01"/>
          <end value="2011-01-01"/>
        </period>
        <account>
          <reference value="Account/Account-HIVSimple"/>
        </account>
        <location>
          <location>
            <identifier>
              <system value="https://github.com/synthetichealth/synthea"/>
              <value value="Location-HIVSimple1"/>
            </identifier>
          </location>
        </location>
        <serviceProvider>
          <identifier>
            <system value="https://github.com/synthetichealth/synthea"/>
            <value value="Organization-HIVSimple1"/>
          </identifier>
        </serviceProvider>
      </Encounter>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Encounter"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/DiagnosticReport/DiagnosticReport-HIVSimple"/>
    <resource>
      <DiagnosticReport>
        <id value="DiagnosticReport-HIVSimple"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "DiagnosticReport-HIVSimple" </p></div><p><b>status</b>: final</p><p><b>code</b>: HIV 1 and 2 tests - Meaningful Use set <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#75622-1)</span></p><p><b>subject</b>: <a href="#Patient_Patient-HIVSimple">See above (Patient/Patient-HIVSimple)</a></p><p><b>encounter</b>: <a href="#Encounter_Encounter-HIVSimple">See above (Encounter/Encounter-HIVSimple)</a></p><p><b>result</b>: <a href="#Observation_Observation-HIVSimple">See above (Observation/Observation-HIVSimple)</a></p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="75622-1"/>
            <display value="HIV 1 and 2 tests - Meaningful Use set"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Patient-HIVSimple"/>
        </subject>
        <encounter>
          <reference value="Encounter/Encounter-HIVSimple"/>
        </encounter>
        <result>
          <reference value="Observation/Observation-HIVSimple"/>
        </result>
      </DiagnosticReport>
    </resource>
    <request>
      <method value="POST"/>
      <url value="DiagnosticReport"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Observation/Observation-HIVSimple"/>
    <resource>
      <Observation>
        <id value="Observation-HIVSimple"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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-HIVSimple" </p></div><p><b>status</b>: final</p><p><b>code</b>: HIV 1 and 2 tests - Meaningful Use set <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#75622-1)</span></p><p><b>subject</b>: <a href="#Patient_Patient-HIVSimple">See above (Patient/Patient-HIVSimple)</a></p><p><b>encounter</b>: <a href="#Encounter_Encounter-HIVSimple">See above (Encounter/Encounter-HIVSimple)</a></p><p><b>value</b>: HIV Positive <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#165816005)</span></p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="75622-1"/>
            <display value="HIV 1 and 2 tests - Meaningful Use set"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Patient-HIVSimple"/>
        </subject>
        <encounter>
          <reference value="Encounter/Encounter-HIVSimple"/>
        </encounter>
        <valueCodeableConcept>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="165816005"/>
            <display value="HIV Positive"/>
          </coding>
        </valueCodeableConcept>
      </Observation>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Observation"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Encounter/Encounter-ViralLoad"/>
    <resource>
      <Encounter>
        <id value="Encounter-ViralLoad"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "Encounter-ViralLoad" </p></div><p><b>status</b>: finished</p><p><b>class</b>: inpatient acute (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code ACUTE = 'inpatient acute', stated as 'null')</p><p><b>subject</b>: <a href="#Patient_Patient-HIVSimple">See above (Patient/Patient-HIVSimple)</a></p><p><b>period</b>: 2020-06-01 --&gt; 2020-06-01</p><p><b>account</b>: <a href="Account-Account-HIVSimple.html">Account/Account-HIVSimple</a></p><h3>Locations</h3><table class="grid"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><span></span></td></tr></table><p><b>serviceProvider</b>: <span></span></p></div>
        </text>
        <status value="finished"/>
        <class>
          <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
          <code value="ACUTE"/>
        </class>
        <subject>
          <reference value="Patient/Patient-HIVSimple"/>
        </subject>
        <period>
          <start value="2020-06-01"/>
          <end value="2020-06-01"/>
        </period>
        <account>
          <reference value="Account/Account-HIVSimple"/>
        </account>
        <location>
          <location>
            <identifier>
              <system value="https://github.com/synthetichealth/synthea"/>
              <value value="Location-HIVSimple1"/>
            </identifier>
          </location>
        </location>
        <serviceProvider>
          <identifier>
            <system value="https://github.com/synthetichealth/synthea"/>
            <value value="Organization-HIVSimple1"/>
          </identifier>
        </serviceProvider>
      </Encounter>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Encounter"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/DiagnosticReport/DiagnosticReport-ViralLoad"/>
    <resource>
      <DiagnosticReport>
        <id value="DiagnosticReport-ViralLoad"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "DiagnosticReport-ViralLoad" </p></div><p><b>status</b>: final</p><p><b>code</b>: HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#25836-8)</span></p><p><b>subject</b>: <a href="#Patient_Patient-HIVSimple">See above (Patient/Patient-HIVSimple)</a></p><p><b>encounter</b>: <a href="#Encounter_Encounter-ViralLoad">See above (Encounter/Encounter-ViralLoad)</a></p><p><b>result</b>: <a href="#Observation_Observation-ViralLoad">See above (Observation/Observation-ViralLoad)</a></p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="25836-8"/>
            <display
                     value="HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Patient-HIVSimple"/>
        </subject>
        <encounter>
          <reference value="Encounter/Encounter-ViralLoad"/>
        </encounter>
        <result>
          <reference value="Observation/Observation-ViralLoad"/>
        </result>
      </DiagnosticReport>
    </resource>
    <request>
      <method value="POST"/>
      <url value="DiagnosticReport"/>
    </request>
  </entry>
  <entry>
    <fullUrl
             value="https://intrahealth.github.io/simple-hiv-ig/Observation/Observation-ViralLoad"/>
    <resource>
      <Observation>
        <id value="Observation-ViralLoad"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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-ViralLoad" </p></div><p><b>status</b>: final</p><p><b>code</b>: HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#25836-8)</span></p><p><b>subject</b>: <a href="#Patient_Patient-HIVSimple">See above (Patient/Patient-HIVSimple)</a></p><p><b>encounter</b>: <a href="#Encounter_Encounter-ViralLoad">See above (Encounter/Encounter-ViralLoad)</a></p><p><b>value</b>: 741660 copies/mL<span style="background: LightGoldenRodYellow"> (Details: UCUM code {copies}/mL = '{copies}/mL')</span></p></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="25836-8"/>
            <display
                     value="HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/Patient-HIVSimple"/>
        </subject>
        <encounter>
          <reference value="Encounter/Encounter-ViralLoad"/>
        </encounter>
        <valueQuantity>
          <value value="741660"/>
          <unit value="copies/mL"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="{copies}/mL"/>
        </valueQuantity>
      </Observation>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Observation"/>
    </request>
  </entry>
</Bundle>