FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-prn-acetaminophen-given.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration prn-acetaminophen-given
status: Completed
medication: Acetaminophen 325 mg oral tablet (2 tablets = 650 mg)
subject: Amy V. Baxter
effective: 2026-05-13 13:15:00+0000
| Actor |
| Dr Ronald Bone |
request: MedicationRequest: status = active; intent = order; authoredOn = 2008-04-05
| Text | Route | Dose |
| 650 mg PO PRN for pain | Oral route | 650 mg (Details: UCUM codemg = 'mg') |
{
"resourceType": "MedicationAdministration",
"id": "prn-acetaminophen-given",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "PRN Acetaminophen Administration Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core MedicationAdministration Profile* records a completed PRN oral dose of acetaminophen 650 mg given for pain."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationadministration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "313782",
"display": "Acetaminophen 325 MG Oral Tablet"
}
],
"text": "Acetaminophen 325 mg oral tablet (2 tablets = 650 mg)"
},
"subject": {
"reference": "Patient/example",
"display": "Amy V. Baxter"
},
"effectiveDateTime": "2026-05-13T13:15:00Z",
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
}
],
"request": {
"reference": "MedicationRequest/medicationrequest-referenced-oral-axid"
},
"dosage": {
"text": "650 mg PO PRN for pain",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"dose": {
"value": 650,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
}