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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeMedicationAdministration
IdMedicationAdministration-inprogress-vancomycin.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 inprogress-vancomycin

status: In Progress

medication: Vancomycin 1 g IV

subject: Amy V. Baxter

effective: 2026-05-13 14:30:00+0000 --> (ongoing)

Performers

-Actor
*Dr Ronald Bone

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

Dosages

-TextRouteDose
*1 g IV over 90 minutesIntravenous route1 g (Details: UCUM codeg = 'g')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "inprogress-vancomycin",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "In-Progress Vancomycin Infusion Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core MedicationAdministration Profile* records an in-progress IV infusion of vancomycin 1 g over 90 minutes; the end time is open while the infusion runs."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationadministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1807513",
        "display": "vancomycin 1000 MG Injection"
      }
    ],
    "text": "Vancomycin 1 g IV"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy V. Baxter"
  },
  "effectivePeriod": {
    "start": "2026-05-13T14:30:00Z"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-1",
        "display": "Dr Ronald Bone"
      }
    }
  ],
  "request": {
    "reference": "MedicationRequest/medicationrequest-referenced-oral-axid"
  },
  "dosage": {
    "text": "1 g IV over 90 minutes",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "47625008",
          "display": "Intravenous route"
        }
      ]
    },
    "dose": {
      "value": 1,
      "unit": "g",
      "system": "http://unitsofmeasure.org",
      "code": "g"
    }
  }
}