FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-acs-medadmin-adenosine.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Status | Completed |
|---|---|
| Medication | Adenosine |
| Patient | Bob Bobson |
| Encounter | 0450-1-2016/06/14 |
| Effective time | 2016-06-14 11:36 +12:00 |
| Performer | Josephine Manu-Bloggs, paramedic |
| Route | Intravenous route |
| Dose | 6 mg |
| Note | A note about Adenosine |
{
"resourceType": "MedicationAdministration",
"id": "acs-medadmin-adenosine",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-medication-administration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"text": "Adenosine"
},
"subject": {
"reference": "Patient/acs-patient-bob"
},
"context": {
"reference": "Encounter/acs-encounter"
},
"effectiveDateTime": "2016-06-14T11:36:00+12:00",
"performer": [
{
"actor": {
"reference": "PractitionerRole/acs-providerrole-josephine"
}
}
],
"note": [
{
"text": "A note about Adenosine"
}
],
"dosage": {
"route": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-route",
"code": "iv"
}
]
},
"dose": {
"value": 6,
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
}