PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.5.0
    http://hl7.org/fhir/StructureDefinition/MedicationAdministration
description: Describes the event of a patient consuming or otherwise being administered a medication.  This may be as simple as swallowing a tablet or it may be a long running infusion.  Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.
package_name: hl7.fhir.core
derivation: specialization
name: MedicationAdministration
type: MedicationAdministration
elements:
  category:
    short: Type of medication usage
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/medication-admin-category'}
    index: 4
  request:
    short: Request administration performed against
    refers: ['http://hl7.org/fhir/StructureDefinition/MedicationRequest']
    type: Reference
    index: 22
  eventHistory:
    short: A list of events of interest in the lifecycle
    refers: ['http://hl7.org/fhir/StructureDefinition/Provenance']
    type: Reference
    array: true
    index: 35
  dosage:
    constraint:
      mad-1: {human: 'SHALL have at least one of dosage.dose or dosage.rate[x]', severity: error, expression: dose.exists() or rate.exists()}
    short: Details of how medication was taken
    type: BackboneElement
    index: 25
    elements:
      text: {type: string, short: Free text dosage instructions e.g. SIG, index: 26}
      site:
        short: Body site administered to
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/approach-site-codes'}
        index: 27
      route:
        short: Path of substance into body
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/route-codes'}
        index: 28
      method:
        short: How drug was administered
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/administration-method-codes'}
        index: 29
      dose: {short: Amount of medication per dose, type: Quantity, index: 30}
      rate:
        short: Dose quantity per unit of time
        choices: [rateRatio, rateQuantity]
        index: 32
      rateRatio: {short: Dose quantity per unit of time, type: Ratio, choiceOf: rate, index: 33}
      rateQuantity: {short: Dose quantity per unit of time, type: Quantity, choiceOf: rate, index: 34}
  instantiates: {short: Instantiates protocol or definition, type: uri, array: true, isSummary: true, index: 1}
  reasonCode:
    short: Reason administration performed
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/reason-medication-given-codes'}
    index: 20
  medicationCodeableConcept: {short: What was administered, type: CodeableConcept, choiceOf: medication, isSummary: true, index: 7}
  statusReason:
    short: Reason administration not performed
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes'}
    index: 19
  note: {type: Annotation, short: Information about the administration, array: true, index: 24}
  supportingInformation:
    short: Additional information to support administration
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    index: 11
  effectiveDateTime: {short: Start and end time of administration, type: dateTime, choiceOf: effective, isSummary: true, index: 14}
  status:
    isModifier: true
    short: in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/medication-admin-status'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 3
  effective:
    short: Start and end time of administration
    choices: [effectiveDateTime, effectivePeriod]
    isSummary: true
    index: 13
  identifier: {type: Identifier, short: External identifier, array: true, index: 0}
  context:
    short: Encounter or Episode of Care administered as part of
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter', 'http://hl7.org/fhir/StructureDefinition/EpisodeOfCare']
    type: Reference
    index: 10
  device:
    short: Device used to administer
    refers: ['http://hl7.org/fhir/StructureDefinition/Device']
    type: Reference
    array: true
    index: 23
  medicationReference:
    short: What was administered
    refers: ['http://hl7.org/fhir/StructureDefinition/Medication']
    type: Reference
    choiceOf: medication
    isSummary: true
    index: 8
  partOf:
    short: Part of referenced event
    refers: ['http://hl7.org/fhir/StructureDefinition/MedicationAdministration', 'http://hl7.org/fhir/StructureDefinition/Procedure']
    type: Reference
    array: true
    isSummary: true
    index: 2
  subject:
    short: Who received medication
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 9
  performer:
    short: Who performed the medication administration and what they did
    type: BackboneElement
    array: true
    isSummary: true
    index: 16
    elements:
      function:
        short: Type of performance
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/med-admin-perform-function'}
        index: 17
      actor:
        short: Who performed the medication administration
        refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        type: Reference
        isSummary: true
        index: 18
    required: [actor]
  effectivePeriod: {short: Start and end time of administration, type: Period, choiceOf: effective, isSummary: true, index: 15}
  medication:
    short: What was administered
    choices: [medicationCodeableConcept, medicationReference]
    isSummary: true
    index: 6
  reasonReference:
    short: Condition or observation that supports why the medication was administered
    refers: ['http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/DiagnosticReport', 'http://hl7.org/fhir/StructureDefinition/Observation']
    type: Reference
    array: true
    index: 21
package_version: 3.5.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [effectiveDateTime, effectivePeriod, medicationCodeableConcept, status, subject, medication, medicationReference, effective]