FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeMedicationAdministration
IdMedicationAdministration-prn-acetaminophen-given.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Performers

-Actor
*Dr Ronald Bone

request: MedicationRequest: status = active; intent = order; authoredOn = 2008-04-05

Dosages

-TextRouteDose
*650 mg PO PRN for painOral route650 mg (Details: UCUM codemg = 'mg')

Source1

{
  "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"
    }
  }
}