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

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4
Resource TypeMedicationAdministration
IdMedicationAdministration-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 example

status: Completed

medication: Medication alemtuzumab 10 MG/ML [Lemtrada]

subject: Donald Duck

context: Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.

supportingInformation: Condition Burn of ear

effective: 2015-01-15 14:30:00+0100 --> 2015-01-15 14:30:00+0100

request: MedicationRequest: status = active; intent = order; medication[x] = ->Medication alemtuzumab 10 MG/ML [Lemtrada]; authoredOn = 2015-03-25 19:32:52-0500

Dosages

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

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/example"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Donald Duck"
  },
  "context": {
    "reference": "Encounter/example"
  },
  "supportingInformation": [
    {
      "reference": "Condition/example"
    }
  ],
  "effectivePeriod": {
    "start": "2015-01-15T14:30:00+01:00",
    "end": "2015-01-15T14:30:00+01: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"
    }
  }
}