FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-RelatedPersonStartedARTEntryWithinFacilityExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation RelatedPersonStartedARTEntryWithinFacilityExample
Profile: Observation - HIV Program Status
status: Final
category: Therapy
code: Treatment plan
subject: Jane Smith Female, DoB: 1982-04-12 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345673)
effective: 2023-11-27
performer: Organization Meshwalkiya Health Center
value: Started ART
{
"resourceType": "Observation",
"id": "RelatedPersonStartedARTEntryWithinFacilityExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/hiv-program-status-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "therapy"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "LP95599-4"
}
]
},
"subject": {
"reference": "Patient/SexualPartnerRelatedPersonBecomesPatientExample"
},
"encounter": {
"reference": "Encounter/EncounterWithEntryPointTBClinicExample"
},
"effectiveDateTime": "2023-11-27",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/hiv-positive-tracking-code-system",
"code": "Started-ART"
}
]
}
}