<?xml version="1.0" encoding="UTF-8"?>

<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="prn-acetaminophen-given"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="PRN Acetaminophen Administration Example"/>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown value="This example of a *US Core MedicationAdministration Profile* records a completed PRN oral dose of acetaminophen 650 mg given for pain."/>
    </extension>
    <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationadministration"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationAdministration prn-acetaminophen-given</b></p><a name="prn-acetaminophen-given"> </a><a name="hcprn-acetaminophen-given"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-medicationadministration.html">US Core MedicationAdministration Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 313782}">Acetaminophen 325 mg oral tablet (2 tablets = 650 mg)</span></p><p><b>subject</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Patient-example.html">Amy V. Baxter</a></p><p><b>effective</b>: 2026-05-13 13:15:00+0000</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html">Dr Ronald Bone</a></td></tr></table><p><b>request</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/MedicationRequest-medicationrequest-referenced-oral-axid.html">MedicationRequest: status = active; intent = order; authoredOn = 2008-04-05</a></p><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style="display: none">*</td><td>650 mg PO PRN for pain</td><td><span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></td><td>650 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="313782"/>
      <display value="Acetaminophen 325 MG Oral Tablet"/>
    </coding>
    <text value="Acetaminophen 325 mg oral tablet (2 tablets = 650 mg)"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/example"/>
    <display value="Amy V. Baxter"/>
  </subject>
  <effectiveDateTime value="2026-05-13T13:15:00Z"/>
  <performer>
    <actor>
      <reference value="Practitioner/practitioner-1"/>
      <display value="Dr Ronald Bone"/>
    </actor>
  </performer>
  <request>
    <reference value="MedicationRequest/medicationrequest-referenced-oral-axid"/>
  </request>
  <dosage>
    <text value="650 mg PO PRN for pain"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
    <dose>
      <value value="650"/>
      <unit value="mg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg"/>
    </dose>
  </dosage>
</MedicationAdministration>