FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | CarePlan |
| Id | CarePlan-ARTInitiatedARTFollowUpCareplanExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan ARTInitiatedARTFollowUpCareplanExample
Profile: Care Plan - ART Treatment
status: Active
intent: Order
category: ART
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
created: 2024-03-20
activity
Care Plan - Next Visit Date: 2024-03-20
ARV Adherence: Observation Medication compliance (observable entity)
{
"resourceType": "CarePlan",
"id": "ARTInitiatedARTFollowUpCareplanExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/art-follow-up-careplan"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/care-plan-category-code-system",
"code": "art-follow-up-care-plan"
}
],
"text": "ART"
}
],
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"created": "2024-03-20",
"activity": [
{
"extension": [
{
"url": "http://moh.gov.et/fhir/hiv/StructureDefinition/care-plan-next-visit",
"valueDateTime": "2024-03-20"
},
{
"url": "http://moh.gov.et/fhir/hiv/StructureDefinition/arv-adherence",
"valueReference": {
"reference": "Observation/FairARVAdherenceExample"
}
}
],
"reference": {
"reference": "MedicationRequest/ARVMedicationRequestInitiatedARTExample"
}
}
]
}