FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-FollowUpArvTreatmentMedicationStatementExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement FollowUpArvTreatmentMedicationStatementExample
Profile: Medication Statement - ART
status: Active
medication: Medication TDF + 3TC + DTG
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
effective: 2009-11-24 --> (ongoing)
reasonReference: Observation HIV Antiretroviral therapy Antiretroviral therapy status section
{
"resourceType": "MedicationStatement",
"id": "FollowUpArvTreatmentMedicationStatementExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/arv-treatment-medication-statement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/ARVMedicationExample"
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"context": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectivePeriod": {
"start": "2009-11-24"
},
"reasonReference": [
{
"reference": "Observation/AliveOnArtARTFollowupStatusExample"
}
]
}