FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-eff062fd-e0b2-4eeb-a628-e9ec88e29fb5.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-pass3-metronidazole-3
identifier: http://example.org/identifiers/798/1018888323 (use: usual, )
status: Completed
category: Inpatient Medication
medication: Metronidazole 500 MG
subject: Pass2 ACH
context: Short Stay
effective: 2024-02-03 09:09:00-0500
| Text | Route | Dose |
| 5mg tablet by mouth twice daily | Oral | 5 mg (Details: UCUM codemg = 'mg') |
{
"resourceType": "MedicationAdministration",
"id": "medicationadministration-example-ach-pass3-metronidazole-3",
"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": "1018888323"
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient"
}
],
"text": "Inpatient Medication"
},
"medicationReference": {
"reference": "Medication/medication-example-metronidazole",
"display": "Metronidazole 500 MG"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass3",
"display": "Pass2 ACH"
},
"context": {
"reference": "Encounter/encounter-example-ach-ach-pass3-short-stay",
"display": "Short Stay"
},
"effectiveDateTime": "2024-02-03T09:09:00-05:00",
"request": {
"reference": "MedicationRequest/medicationrequest-example-ach-pass3-metronidazole"
},
"dosage": {
"text": "5mg tablet by mouth twice daily",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Use"
}
],
"text": "Oral"
},
"dose": {
"value": 5,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
}