FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | CarePlan |
| Id | CarePlan-TPTCareplanExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan TPTCareplanExample
status: Active
intent: Order
category: TB treatment
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
created: 2024-03-20
{
"resourceType": "CarePlan",
"id": "TPTCareplanExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/tpt-careplan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/care-plan-category-code-system",
"code": "tb-preventive-therapy-care-plan"
}
],
"text": "TB treatment"
}
],
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"created": "2024-03-20",
"activity": [
{
"outcomeReference": [
{
"reference": "Observation/TBProphylaxisTypeINHObservationExample"
}
],
"reference": {
"reference": "MedicationRequest/TPTMedicationRequestExample"
}
}
]
}