PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot1
    http://hl7.org/fhir/StructureDefinition/Medication
description: This resource is primarily used for the identification and definition of a medication, including ingredients, for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.
package_name: hl7.fhir.r6.examples
derivation: specialization
name: Medication
type: Medication
elements:
  definition:
    isModifier: false
    short: Knowledge about this medication
    refers: ['http://hl7.org/fhir/StructureDefinition/MedicationKnowledge']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 17
  doseForm:
    isModifier: false
    short: powder | tablets | capsule +
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-form-codes'}
    isSummary: false
    index: 4
  totalVolume: {isModifier: false, short: 'When the specified product code does not infer a package size, this is the specific amount of drug in the product', type: Quantity, mustSupport: false, isSummary: true, index: 5}
  batch:
    isModifier: false
    short: Details about packaged medications
    type: BackboneElement
    mustSupport: false
    isSummary: false
    index: 14
    elements:
      lotNumber: {isModifier: false, short: Identifier assigned to batch, type: string, mustSupport: false, isSummary: false, index: 15}
      expirationDate: {isModifier: false, short: When batch will expire, type: dateTime, mustSupport: false, isSummary: false, index: 16}
  ingredient:
    isModifier: false
    short: Active or inactive ingredient
    index: 6
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      item:
        isModifier: false
        short: The ingredient (substance or medication) that the ingredient.strength relates to
        type: CodeableReference
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-codes'}
        isSummary: false
        index: 7
      isActive: {isModifier: false, short: Active ingredient indicator, type: boolean, mustSupport: false, isSummary: false, index: 8}
      strength:
        isModifier: false
        short: Quantity of ingredient present
        mustSupport: false
        choices: [strengthRatio, strengthCodeableConcept, strengthQuantity]
        isSummary: false
        index: 10
      strengthRatio: {isModifier: false, short: Quantity of ingredient present, type: Ratio, mustSupport: false, choiceOf: strength, isSummary: false, index: 11}
      strengthCodeableConcept: {isModifier: false, short: Quantity of ingredient present, type: CodeableConcept, mustSupport: false, choiceOf: strength, isSummary: false, index: 12}
      strengthQuantity: {isModifier: false, short: Quantity of ingredient present, type: Quantity, mustSupport: false, choiceOf: strength, isSummary: false, index: 13}
    required: [item]
    isSummary: false
  status:
    isModifier: true
    short: active | inactive | entered-in-error
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/medication-status|6.0.0-ballot1'}
    isModifierReason: This element changes the interpretation of all descriptive attributes.
    isSummary: true
    index: 2
  code:
    isModifier: false
    short: Codes that identify this medication
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/medication-codes'}
    isSummary: true
    index: 1
  identifier: {isModifier: false, short: Business identifier for this medication, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  marketingAuthorizationHolder:
    isModifier: false
    short: Organization that has authorization to market medication
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 3
package_version: 6.0.0-ballot1
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Medication
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 6.0.0-ballot1