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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeMedicationAdministration
IdMedicationAdministration-done-example.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 done-example

status: Completed

medication: Medication 1.2 ML alemtuzumab 10 MG/ML Injection [Lemtrada]

subject: Example Patient

context: Encounter: identifier = http://hospital.example.org/encounter-ids#ENC-2026-987654 (use: official, ); status = finished; class = inpatient encounter (ActCode#IMP); type = Hospital admission; priority = urgent; period = 2026-08-01 10:30:00-0400 --> 2026-08-05 14:00:00-0400

supportingInformation: Condition Burn of ear

effective: 2026-08-02 14:30:00-0400 --> 2026-08-02 14:45:00-0400

request: MedicationRequest: status = active; intent = order; medication[x] = ->Medication 1.2 ML alemtuzumab 10 MG/ML Injection [Lemtrada]; authoredOn = 2026-08-01 19:32:52-0400

Dosages

-RouteDose
*Intravenous route (qualifier value)3 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "done-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-medicationadministrationdone"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/example"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example Patient"
  },
  "context": {
    "reference": "Encounter/example"
  },
  "supportingInformation": [
    {
      "reference": "Condition/example"
    }
  ],
  "effectivePeriod": {
    "start": "2026-08-02T14:30:00-04:00",
    "end": "2026-08-02T14:45:00-04:00"
  },
  "request": {
    "reference": "MedicationRequest/example"
  },
  "dosage": {
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "47625008",
          "display": "Intravenous route (qualifier value)"
        }
      ]
    },
    "dose": {
      "value": 3,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}