PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.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.r5.core
derivation: specialization
name: MedicationAdministration
type: MedicationAdministration
elements:
  category:
    short: Type of medication administration
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-admin-location'}
    index: 7
  occurencePeriod: {short: Start and end time of administration, type: Period, choiceOf: occurence, isSummary: true, index: 15}
  request:
    short: Request administration performed against
    refers: ['http://hl7.org/fhir/StructureDefinition/MedicationRequest']
    type: Reference
    index: 21
  instantiatesCanonical: {short: Instantiates protocol or definition, type: canonical, array: true, isSummary: true, index: 1}
  eventHistory:
    short: A list of events of interest in the lifecycle
    refers: ['http://hl7.org/fhir/StructureDefinition/Provenance']
    type: Reference
    array: true
    index: 34
  instantiatesUri: {short: Instantiates external protocol or definition, type: uri, array: true, isSummary: true, index: 2}
  dosage:
    constraint:
      mad-1: {human: 'SHALL have at least one of dosage.dose or dosage.rate[x]', source: 'http://hl7.org/fhir/StructureDefinition/MedicationAdministration', severity: error, expression: dose.exists() or rate.exists()}
    short: Details of how medication was taken
    type: BackboneElement
    index: 24
    elements:
      text: {type: string, short: Free text dosage instructions e.g. SIG, index: 25}
      site:
        short: Body site administered to
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/approach-site-codes'}
        index: 26
      route:
        short: Path of substance into body
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/route-codes'}
        index: 27
      method:
        short: How drug was administered
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/administration-method-codes'}
        index: 28
      dose: {short: Amount of medication per dose, type: Quantity, index: 29}
      rate:
        short: Dose quantity per unit of time
        choices: [rateRatio, rateQuantity]
        index: 31
      rateRatio: {short: Dose quantity per unit of time, type: Ratio, choiceOf: rate, index: 32}
      rateQuantity: {short: Dose quantity per unit of time, type: Quantity, choiceOf: rate, index: 33}
  encounter:
    short: Encounter administered as part of
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    index: 10
  occurenceDateTime: {short: Start and end time of administration, type: dateTime, choiceOf: occurence, isSummary: true, index: 14}
  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: 6
  recorded: {short: When the MedicationAdministration was first captured in the subject's record, type: dateTime, isSummary: true, index: 16}
  note: {type: Annotation, short: Information about the administration, array: true, index: 23}
  reason:
    short: Concept, condition or observation that supports why the medication was administered
    type: CodeableReference
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/reason-medication-given-codes'}
    index: 20
  supportingInformation:
    short: Additional information to support administration
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    index: 11
  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|4.5.0'}
    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: 5
  occurence:
    short: Start and end time of administration
    choices: [occurenceDateTime, occurencePeriod]
    isSummary: true
    index: 13
  identifier: {short: External identifier, type: Identifier, array: true, index: 0}
  device:
    short: Device used to administer
    refers: ['http://hl7.org/fhir/StructureDefinition/Device']
    type: Reference
    array: true
    index: 22
  basedOn:
    short: Plan this is fulfilled by this administration
    refers: ['http://hl7.org/fhir/StructureDefinition/CarePlan']
    type: Reference
    array: true
    index: 3
  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: 4
  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: 17
    elements:
      function:
        short: Type of performance
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/med-admin-perform-function'}
        index: 18
      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: 19
    required: [actor]
  medication:
    short: What was administered
    type: CodeableReference
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-codes'}
    isSummary: true
    index: 8
package_version: 4.5.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.5.0
required: [occurenceDateTime, status, subject, medication, occurence, occurencePeriod]