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

FHIR IG analytics

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

status: Not Done

statusReason: Drug treatment not indicated (situation)

medication: (value set: Medication Brand Name)

subject: Example Patient Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

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: 2015-01-15 14:30:00+0100 --> 2015-01-15 14:30:00+0100

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

note:

Patient started Bupropion this morning - will administer in a reduced dose tomorrow

Dosages

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

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "negation-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-medicationadministrationnotdone"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "not-done",
  "statusReason": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "183966005",
          "display": "Drug treatment not indicated (situation)"
        }
      ]
    }
  ],
  "medicationCodeableConcept": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/codeOptions",
        "valueCanonical": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.88.12.80.16"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "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"
  },
  "note": [
    {
      "text": "Patient started Bupropion this morning - will administer in a reduced dose tomorrow"
    }
  ],
  "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"
    }
  }
}