PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/MedicationAdministration
description: Base StructureDefinition for MedicationAdministration Resource
package_name: hl7.fhir.core
derivation: specialization
name: MedicationAdministration
type: MedicationAdministration
elements:
  patient:
    short: Who received medication
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 6
  eventHistory:
    short: A list of events of interest in the lifecycle
    refers: ['http://hl7.org/fhir/StructureDefinition/Provenance']
    comments: See usage notes in Request pattern in request history.
    type: Reference
    array: true
    index: 31
  dosage:
    constraint:
      mad-1: {human: 'SHALL have at least one of dosage.dose and dosage.rate[x]', severity: error, expression: dose.exists() or rate.exists()}
    short: Details of how medication was taken
    type: BackboneElement
    index: 21
    elements:
      text: {type: string, short: Free text dosage instructions e.g. SIG, index: 22}
      site: {short: Body site administered to, comments: 'If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [body-site-instance](extension-body-site-instance.html).  May be a summary code, or a reference to a very precise definition of the location, or both.', type: CodeableConcept, index: 23}
      route: {short: Path of substance into body, type: CodeableConcept, index: 24}
      method: {short: How drug was administered, comments: 'One of the reasons this attribute is not used often, is that the method is often pre-coordinated with the route and/or form of administration.  This means the codes used in route or form may pre-coordinate the method in the route code or the form code.  The implementation decision about what coding system to use for route or form code will determine how frequently the method code will be populated e.g. if route or form code pre-coordinate method code, then this attribute will not be populated often; if there is no pre-coordination then method code may  be used frequently.', type: CodeableConcept, index: 25}
      dose: {short: Amount of medication per dose, comments: 'If the administration is not instantaneous (rate is present), this can be specified to convey the total amount administered over period of time of a single administration.', type: Quantity, index: 26}
      rate:
        short: Dose quantity per unit of time
        comments: If the rate changes over time, and you want to capture this in MedicationAdministration, then each change should be captured as a distinct MedicationAdministration, with a specific MedicationAdministration.dosage.rate, and the date time when the rate change occurred. Typically, the MedicationAdministration.dosage.rate element is not used to convey an average rate.
        choices: [rateRatio, rateQuantity]
        index: 28
      rateRatio: {short: Dose quantity per unit of time, comments: 'If the rate changes over time, and you want to capture this in MedicationAdministration, then each change should be captured as a distinct MedicationAdministration, with a specific MedicationAdministration.dosage.rate, and the date time when the rate change occurred. Typically, the MedicationAdministration.dosage.rate element is not used to convey an average rate.', type: Ratio, choiceOf: rate, index: 29}
      rateQuantity: {short: Dose quantity per unit of time, comments: 'If the rate changes over time, and you want to capture this in MedicationAdministration, then each change should be captured as a distinct MedicationAdministration, with a specific MedicationAdministration.dosage.rate, and the date time when the rate change occurred. Typically, the MedicationAdministration.dosage.rate element is not used to convey an average rate.', type: Quantity, choiceOf: rate, index: 30}
  encounter:
    short: Encounter administered as part of
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    index: 7
  notGiven: {isModifier: true, short: True if medication not administered, type: boolean, meaningWhenMissing: 'If this is missing, then the medication was administered', isSummary: true, index: 16}
  medicationCodeableConcept: {short: What was administered, comments: 'If only a code is specified, then it needs to be a code for a specific product.  If more information is required, then the use of the medication resource is recommended.  Note: do not use Medication.name to describe the administered medication. When the only available information is a text description of the medication, Medication.code.text should be used.', type: CodeableConcept, choiceOf: medication, isSummary: true, index: 4}
  note: {type: Annotation, short: Information about the administration, array: true, index: 20}
  reasonNotGiven: {short: Reason administration not performed, type: CodeableConcept, array: true, index: 17}
  supportingInformation:
    short: Additional information to support administration
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    index: 8
  effectiveDateTime: {short: Start and end time of administration, type: dateTime, choiceOf: effective, isSummary: true, index: 11}
  status: {isModifier: true, short: in-progress | on-hold | completed | entered-in-error | stopped, type: code, isSummary: true, index: 1}
  effective:
    short: Start and end time of administration
    choices: [effectiveDateTime, effectivePeriod]
    isSummary: true
    index: 10
  prescription:
    short: Request administration performed against
    refers: ['http://hl7.org/fhir/StructureDefinition/MedicationRequest']
    type: Reference
    index: 15
  identifier: {type: Identifier, short: External identifier, array: true, index: 0}
  device:
    short: Device used to administer
    refers: ['http://hl7.org/fhir/StructureDefinition/Device']
    type: Reference
    array: true
    index: 19
  reasonGiven: {short: Reason administration performed, type: CodeableConcept, array: true, index: 18}
  medicationReference:
    short: What was administered
    refers: ['http://hl7.org/fhir/StructureDefinition/Medication']
    comments: 'If only a code is specified, then it needs to be a code for a specific product.  If more information is required, then the use of the medication resource is recommended.  Note: do not use Medication.name to describe the administered medication. When the only available information is a text description of the medication, Medication.code.text should be used.'
    type: Reference
    choiceOf: medication
    isSummary: true
    index: 5
  performer:
    short: Who administered substance
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    index: 13
  effectivePeriod: {short: Start and end time of administration, type: Period, choiceOf: effective, isSummary: true, index: 12}
  medication:
    short: What was administered
    comments: 'If only a code is specified, then it needs to be a code for a specific product.  If more information is required, then the use of the medication resource is recommended.  Note: do not use Medication.name to describe the administered medication. When the only available information is a text description of the medication, Medication.code.text should be used.'
    choices: [medicationCodeableConcept, medicationReference]
    isSummary: true
    index: 3
  reasonReference:
    short: Condition or Observation that supports why the medication was administered
    refers: ['http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/Observation']
    comments: This is a reference to a condition that is the reason for the medication request.  If only a code exists, use reasonCode.
    type: Reference
    array: true
    index: 14
package_version: 1.8.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, medication, patient, medicationReference, effective]