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 Bundle - EMR - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EMR"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "Patient/HIVPatientExample"^^xsd:anyURI ] ;
    ( fhir:resource <Patient/HIVPatientExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Patient/HIVPatientExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "Encounter/TargetFacilityEncounterExample"^^xsd:anyURI ] ;
    ( fhir:resource <Encounter/TargetFacilityEncounterExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Encounter/TargetFacilityEncounterExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "Encounter/TransferringFacilityEncounterExample"^^xsd:anyURI ] ;
    ( fhir:resource <Encounter/TransferringFacilityEncounterExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Encounter/TransferringFacilityEncounterExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "Observation/HIVTestResultExample"^^xsd:anyURI ] ;
    ( fhir:resource <Observation/HIVTestResultExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Observation/HIVTestResultExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "Condition/HIVDiagnosisExample"^^xsd:anyURI ] ;
    ( fhir:resource <Condition/HIVDiagnosisExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Condition/HIVDiagnosisExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "Observation/DeathExample"^^xsd:anyURI ] ;
    ( fhir:resource <Observation/DeathExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Observation/DeathExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "Observation/DateHIVTestDoneExample"^^xsd:anyURI ] ;
    ( fhir:resource <Observation/DateHIVTestDoneExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Observation/DateHIVTestDoneExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "CarePlan/ARVTreatmentExample"^^xsd:anyURI ] ;
    ( fhir:resource <CarePlan/ARVTreatmentExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "CarePlan/ARVTreatmentExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "EpisodeOfCare/HIVEpisodeOfCareExample"^^xsd:anyURI ] ;
    ( fhir:resource <EpisodeOfCare/HIVEpisodeOfCareExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "EpisodeOfCare/HIVEpisodeOfCareExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "ServiceRequest/TransferredOutServiceRequestExample"^^xsd:anyURI ] ;
    ( fhir:resource <ServiceRequest/TransferredOutServiceRequestExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "ServiceRequest/TransferredOutServiceRequestExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "Organization/HIVOrganizationPatientTransferredToExample"^^xsd:anyURI ] ;
    ( fhir:resource <Organization/HIVOrganizationPatientTransferredToExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Organization/HIVOrganizationPatientTransferredToExample"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "Practitioner/PractitionerExample"^^xsd:anyURI ] ;
    ( fhir:resource <Practitioner/PractitionerExample> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Practitioner/PractitionerExample"^^xsd:anyURI ]     ]
  ] ) . # 

<Patient/HIVPatientExample> a fhir:Patient ;
  fhir:id [ fhir:v "HIVPatientExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-patient"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"HIVPatientExample\"> </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 Patient &quot;HIVPatientExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hiv-patient.html\">Patient</a></p></div><p><b>identifier</b>: Medical record number: ORG1-0765712, id: NID1234567</p><p><b>active</b>: true</p><p><b>name</b>: Jane Maria Smith (OFFICIAL)</p><p><b>telecom</b>: <a href=\"tel:+27821234567\">+27821234567</a>, <a href=\"mailto:someone@example.com\">someone@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1990-12-12</p><p><b>address</b>: Cape Town Western Province South Africa </p><p><b>managingOrganization</b>: <a href=\"Organization-HIVOrganizationExample.html\">Organization/HIVOrganizationExample</a> &quot;HIV Test Services Health Facility&quot;</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]       ] )     ] ;
fhir:system [ fhir:v "http://openhie.org/fhir/hiv-program-monitoring/identifier/mr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ORG1-0765712" ]
  ] [
fhir:system [ fhir:v "http://openhie.org/fhir/hiv-program-monitoring/identifier/nid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NID1234567" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "Jane" ] [ fhir:v "Maria" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+27821234567" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "someone@example.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1990-12-12"^^xsd:date] ; # 
  fhir:address ( [
fhir:city [ fhir:v "Cape Town" ] ;
fhir:district [ fhir:v "City of Cape Town" ] ;
fhir:state [ fhir:v "Western Province" ] ;
fhir:country [ fhir:v "South Africa" ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]
  ] . # 

<Encounter/TargetFacilityEncounterExample> a fhir:Encounter ;
  fhir:id [ fhir:v "TargetFacilityEncounterExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/target-facility-encounter"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/target-facility-encounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"TargetFacilityEncounterExample\"> </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 Encounter &quot;TargetFacilityEncounterExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-target-facility-encounter.html\">Target Facility Encounter</a></p></div><p><b>Next Appointment Date</b>: 2022-10-22</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'null')</p><p><b>subject</b>: <a href=\"#Patient_HIVPatientExample\">See above (Patient/HIVPatientExample)</a></p><p><b>episodeOfCare</b>: <a href=\"#EpisodeOfCare_HIVEpisodeOfCareExample\">See above (EpisodeOfCare/HIVEpisodeOfCareExample)</a></p><p><b>period</b>: 2022-12-01 --&gt; 2023-01-20</p><p><b>serviceProvider</b>: <a href=\"Organization-HIVOrganizationExample.html\">Organization/HIVOrganizationExample</a> &quot;HIV Test Services Health Facility&quot;</p><p><b>partOf</b>: <a href=\"#Encounter_TransferringFacilityEncounterExample\">See above (Encounter/TransferringFacilityEncounterExample)</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-care-next-visit"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2022-10-22"^^xsd:date ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:episodeOfCare ( [
fhir:reference [ fhir:v "EpisodeOfCare/HIVEpisodeOfCareExample" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2022-12-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-01-20"^^xsd:date ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]
  ] ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Encounter/TransferringFacilityEncounterExample" ]
  ] . # 

<Encounter/TransferringFacilityEncounterExample> a fhir:Encounter ;
  fhir:id [ fhir:v "TransferringFacilityEncounterExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/transferring-facility-encounter"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/transferring-facility-encounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"TransferringFacilityEncounterExample\"> </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 Encounter &quot;TransferringFacilityEncounterExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-transferring-facility-encounter.html\">Transferring Facility Encounter</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'null')</p><p><b>period</b>: 2022-12-01 --&gt; 2023-01-20</p><p><b>serviceProvider</b>: <a href=\"Organization-HIVOrganizationExample.html\">Organization/HIVOrganizationExample</a> &quot;HIV Test Services Health Facility&quot;</p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2022-12-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-01-20"^^xsd:date ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]
  ] . # 

<Observation/HIVTestResultExample> a fhir:Observation ;
  fhir:id [ fhir:v "HIVTestResultExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-test-results"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-test-results>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"HIVTestResultExample\"> </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 Observation &quot;HIVTestResultExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hiv-test-results.html\">Lab Results</a></p></div><p><b>status</b>: final</p><p><b>code</b>: HIV 1 nucleic acid assay <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#398579006)</span></p><p><b>subject</b>: <a href=\"#Patient_HIVPatientExample\">See above (Patient/HIVPatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_TargetFacilityEncounterExample\">See above (Encounter/TargetFacilityEncounterExample)</a></p><p><b>effective</b>: 2022-11-30</p><p><b>performer</b>: <a href=\"Organization-HIVOrganizationExample.html\">Organization/HIVOrganizationExample</a> &quot;HIV Test Services Health Facility&quot;</p><p><b>value</b>: 1001</p><p><b>interpretation</b>: Uncontrolled <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#19032002)</span></p><p><b>note</b>: Viral load not suppressed (By Organization/HIVOrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:398579006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "398579006" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/TargetFacilityEncounterExample" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-11-30"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]
  ] ) ; # 
  fhir:value [ fhir:v "1001"^^xsd:integer] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
a sct:19032002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19032002" ]     ] )
  ] ) ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]     ] ;
fhir:time [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Viral load not suppressed" ]
  ] ) . # 

<Condition/HIVDiagnosisExample> a fhir:Condition ;
  fhir:id [ fhir:v "HIVDiagnosisExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-diagnosis"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-diagnosis>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"HIVDiagnosisExample\"> </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 Condition &quot;HIVDiagnosisExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hiv-diagnosis.html\">Diagnosis</a></p></div><p><b>identifier</b>: Patient internal identifier: abc123</p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.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/5.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>code</b>: 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_HIVPatientExample\">See above (Patient/HIVPatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_TargetFacilityEncounterExample\">See above (Encounter/TargetFacilityEncounterExample)</a></p><p><b>recordedDate</b>: 2021-05-18</p><p><b>note</b>: Additional information regarding the HIV diagnosis (By Organization/HIVOrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PI" ]       ] )     ] ;
fhir:system [ fhir:v "http://openhie.org/fhir/hiv-program-monitoring/identifier/hiv-diagnosis"^^xsd:anyURI ] ;
fhir:value [ fhir:v "abc123" ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:86406008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86406008" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/TargetFacilityEncounterExample" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2021-05-18"^^xsd:date] ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]     ] ;
fhir:time [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Additional information regarding the HIV diagnosis" ]
  ] ) . # 

<Observation/DeathExample> a fhir:Observation ;
  fhir:id [ fhir:v "DeathExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/death"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/death>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"DeathExample\"> </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 Observation &quot;DeathExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-death.html\">Patient Death</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Death (event) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#419620001)</span></p><p><b>subject</b>: <a href=\"#Patient_HIVPatientExample\">See above (Patient/HIVPatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_TargetFacilityEncounterExample\">See above (Encounter/TargetFacilityEncounterExample)</a></p><p><b>effective</b>: 2023-02-05</p><p><b>note</b>: Deatils regarding death (By Organization/HIVOrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:419620001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "419620001" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/TargetFacilityEncounterExample" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-02-05"^^xsd:date] ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]     ] ;
fhir:time [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Deatils regarding death" ]
  ] ) . # 

<Observation/DateHIVTestDoneExample> a fhir:Observation ;
  fhir:id [ fhir:v "DateHIVTestDoneExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/date-hiv-test-done"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/date-hiv-test-done>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"DateHIVTestDoneExample\"> </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 Observation &quot;DateHIVTestDoneExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-date-hiv-test-done.html\">Date HIV Test Done</a></p></div><p><b>status</b>: final</p><p><b>code</b>: HIV viral load <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#315124004)</span></p><p><b>subject</b>: <a href=\"#Patient_HIVPatientExample\">See above (Patient/HIVPatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_TargetFacilityEncounterExample\">See above (Encounter/TargetFacilityEncounterExample)</a></p><p><b>effective</b>: 2022-12-10</p><p><b>note</b>: Additional information regarding the HIV test (By Organization/HIVOrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:315124004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "315124004" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/TargetFacilityEncounterExample" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-12-10"^^xsd:date] ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]     ] ;
fhir:time [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Additional information regarding the HIV test" ]
  ] ) . # 

<CarePlan/ARVTreatmentExample> a fhir:CarePlan ;
  fhir:id [ fhir:v "ARVTreatmentExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-arv-treatment"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-arv-treatment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan</b><a name=\"ARVTreatmentExample\"> </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 &quot;ARVTreatmentExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hiv-arv-treatment.html\">ARV Treatment</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a href=\"#Patient_HIVPatientExample\">See above (Patient/HIVPatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_TargetFacilityEncounterExample\">See above (Encounter/TargetFacilityEncounterExample)</a></p><p><b>period</b>: 2022-12-01 --&gt; 2022-12-01</p><blockquote><p><b>activity</b></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>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>in-progress</td><td>2023-01-01 --&gt; 2023-01-01</td><td>Abacavir (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#387005008)</span></td></tr></table></blockquote><p><b>note</b>: Additional information regarding the ARV treatment prescribed (By Organization/HIVOrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/TargetFacilityEncounterExample" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2022-12-01"^^xsd:date ] ;
fhir:end [ fhir:v "2022-12-01"^^xsd:date ]
  ] ; # 
  fhir:activity ( [
fhir:detail [
      ( fhir:extension [
fhir:url [ fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/art-regimen-line"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
a sct:708255002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708255002" ]           ] )         ]       ] ) ;
fhir:kind [ fhir:v "MedicationRequest" ] ;
fhir:code [
        ( fhir:coding [
a loinc:45260-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "45260-7" ]         ] )       ] ;
fhir:status [ fhir:v "in-progress" ] ;
fhir:scheduled [
a fhir:Period ;
fhir:start [ fhir:v "2023-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-01-01"^^xsd:date ]       ] ;
fhir:product [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:387005008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387005008" ]         ] )       ]     ]
  ] ) ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]     ] ;
fhir:time [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Additional information regarding the ARV treatment prescribed" ]
  ] ) . # 

<EpisodeOfCare/HIVEpisodeOfCareExample> a fhir:EpisodeOfCare ;
  fhir:id [ fhir:v "HIVEpisodeOfCareExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-episode-of-care"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-episode-of-care>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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\">See above (Condition/HIVDiagnosisExample)</a></td></tr></table><p><b>patient</b>: <a href=\"#Patient_HIVPatientExample\">See above (Patient/HIVPatientExample)</a></p><p><b>period</b>: 2021-05-18 --&gt; 2021-05-18</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PI" ]       ] )     ] ;
fhir:system [ fhir:v "http://openhie.org/fhir/hiv-program-monitoring/identifier/enrollment-unique-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "abc123" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:182837001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "182837001" ]     ] )
  ] ) ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/HIVDiagnosisExample" ]     ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-05-18"^^xsd:date ] ;
fhir:end [ fhir:v "2021-05-18"^^xsd:date ]
  ] . # 

<ServiceRequest/TransferredOutServiceRequestExample> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "TransferredOutServiceRequestExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/transferred-out"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/transferred-out>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"TransferredOutServiceRequestExample\"> </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 ServiceRequest &quot;TransferredOutServiceRequestExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-transferred-out.html\">Transferred Out Service Request</a></p></div><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: Transferred to another hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA20597-3)</span></p><p><b>subject</b>: <a href=\"#Patient_HIVPatientExample\">See above (Patient/HIVPatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_TargetFacilityEncounterExample\">See above (Encounter/TargetFacilityEncounterExample)</a></p><p><b>occurrence</b>: 2012-01-05</p><p><b>requester</b>: <a href=\"#Practitioner_PractitionerExample\">See above (Practitioner/PractitionerExample)</a></p><p><b>performer</b>: <a href=\"#Organization_HIVOrganizationPatientTransferredToExample\">See above (Organization/HIVOrganizationPatientTransferredToExample)</a></p><p><b>note</b>: additional notes about the transfer (By Organization/HIVOrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:LA20597-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA20597-3" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/TargetFacilityEncounterExample" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2012-01-05"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/PractitionerExample" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/HIVOrganizationPatientTransferredToExample" ]
  ] ) ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]     ] ;
fhir:time [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "additional notes about the transfer" ]
  ] ) . # 

<Organization/HIVOrganizationPatientTransferredToExample> a fhir:Organization ;
  fhir:id [ fhir:v "HIVOrganizationPatientTransferredToExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-organization-patient-transferred-to"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-organization-patient-transferred-to>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"HIVOrganizationPatientTransferredToExample\"> </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 Organization &quot;HIVOrganizationPatientTransferredToExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hiv-organization-patient-transferred-to.html\">HIV Organization Patient Is Transferred To</a></p></div><p><b>identifier</b>: Organization identifier: facility1</p><p><b>name</b>: HIV Test Services Health Facility</p><p><b>address</b>: DISI line 1 DISI line 2 DISI line 3 DISI city 1 DISI state 1 DISI postal code DISI country </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ]       ] )     ] ;
fhir:system [ fhir:v "http://openhie.org/fhir/hiv-program-monitoring/identifier/hiv-organization"^^xsd:anyURI ] ;
fhir:value [ fhir:v "facility1" ]
  ] ) ; # 
  fhir:name [ fhir:v "HIV Test Services Health Facility"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "DISI line 1" ] [ fhir:v "DISI line 2" ] [ fhir:v "DISI line 3" ] ) ;
fhir:city [ fhir:v "DISI city 1" ] ;
fhir:district [ fhir:v "DISI district 1" ] ;
fhir:state [ fhir:v "DISI state 1" ] ;
fhir:postalCode [ fhir:v "DISI postal code" ] ;
fhir:country [ fhir:v "DISI country" ]
  ] ) . # 

<Practitioner/PractitionerExample> a fhir:Practitioner ;
  fhir:id [ fhir:v "PractitionerExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-practitioner"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/hiv-program-monitoring/StructureDefinition/hiv-practitioner>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"PractitionerExample\"> </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 Practitioner &quot;PractitionerExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hiv-practitioner.html\">Practitioner</a></p></div><p><b>name</b>: James Smith </p><p><b>telecom</b>: ph: 27537652509</p></div>"
  ] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "James" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "27537652509" ]
  ] ) . #