FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-24bced32-8ae7-4be0-b74e-cb16d3e2fd4a.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration medicationadministration-example-ach-pass2-insulin-lispro-2
identifier: http://example.org/identifiers/798/1018888943 (use: usual, )
status: Completed
category: Inpatient Medication
medication: Insulin Lispro
subject: Pass2 ACH
context: Hospital Admission
effective: 2024-02-01 19:00:00-0500
| Text | Site | Route | Dose |
| Give 5 units before dinner | Structure of blood vessel of left upper arm (body structure) | IV | 4 |
{
"resourceType": "MedicationAdministration",
"id": "medicationadministration-example-ach-pass2-insulin-lispro-2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/identifiers/798",
"value": "1018888943"
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient"
}
],
"text": "Inpatient Medication"
},
"medicationReference": {
"reference": "Medication/medication-example-insulin-lispro",
"display": "Insulin Lispro"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass2",
"display": "Pass2 ACH"
},
"context": {
"reference": "Encounter/encounter-example-ach-ach-pass2-inpatient",
"display": "Hospital Admission"
},
"effectiveDateTime": "2024-02-01T19:00:00-05:00",
"request": {
"reference": "MedicationRequest/medicationrequest-example-ach-pass2-insulin-lispro"
},
"dosage": {
"text": "Give 5 units before dinner",
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1255295007",
"display": "Structure of blood vessel of left upper arm (body structure)"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous route"
}
],
"text": "IV"
},
"dose": {
"value": 4
}
}
}