FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-ARVDrugDispensationAliveOnARTExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense ARVDrugDispensationAliveOnARTExample
Profile: Medication Dispense - ARV
status: Completed
medication: Medication TDF + 3TC + DTG
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
authorizingPrescription: MedicationRequest: identifier = http://moh.gov.et/fhir/hiv/identifier/medication#prescription-12345; status = completed; intent = order; medication[x] = ->Medication TDF + 3TC + DTG; authoredOn = 2023-10-11 17:21:33-0800
quantity: 90 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')
daysSupply: 90 Days (Details: UCUM coded = 'd')
whenHandedOver: 2012-12-09
{
"resourceType": "MedicationDispense",
"id": "ARVDrugDispensationAliveOnARTExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/arv-medication-dispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationReference": {
"reference": "Medication/ARVMedicationExample"
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"context": {
"reference": "Encounter/GeneralEncounterExample"
},
"authorizingPrescription": [
{
"reference": "MedicationRequest/ARVMedicationRequestAliveOnARTExample"
}
],
"quantity": {
"value": 90,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"daysSupply": {
"value": 90,
"unit": "Days",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenHandedOver": "2012-12-09"
}