FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-LinkedToCareAndInitiatedARTExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation LinkedToCareAndInitiatedARTExample
Profile: Observation - HIV Program Status
basedOn: CarePlan: status = active; intent = order; category = ART Follow-up Care Plan; created = 2024-03-20
status: Final
category: Therapy
code: Treatment plan
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
effective: 2023-11-27
performer: Organization Meshwalkiya Health Center
value: Linked to care and treatment
{
"resourceType": "Observation",
"id": "LinkedToCareAndInitiatedARTExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/hiv-program-status-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "CarePlan/ARTInitiatedARTFollowUpCareplanExample"
}
],
"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/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2023-11-27",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueCodeableConcept": {
"extension": [
{
"url": "http://moh.gov.et/fhir/hiv/StructureDefinition/observed-date",
"valueDateTime": "2023-11-27"
}
],
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/hiv-positive-tracking-code-system",
"code": "Linked-To-Care"
}
]
}
}