http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient|4.0.1

An ingredient of a manufactured item or pharmaceutical product.
description: An ingredient of a manufactured item or pharmaceutical product.
derivation: specialization
name: MedicinalProductIngredient
type: MedicinalProductIngredient
elements:
  identifier: {short: Identifier for the ingredient, isSummary: true, index: 0}
  role: {short: 'Ingredient role e.g. Active ingredient, excipient', isSummary: true, index: 1}
  allergenicIndicator: {short: If the ingredient is a known or suspected allergen, isSummary: true, index: 2}
  manufacturer: {short: Manufacturer of this Ingredient, array: true, isSummary: true, index: 3}
  specifiedSubstance:
    short: A specified substance that comprises this ingredient
    array: true
    isSummary: true
    index: 4
    elements:
      code: {short: The specified substance, isSummary: true, index: 5}
      group: {short: 'The group of specified substance, e.g. group 1 to 4', isSummary: true, index: 6}
      confidentiality: {short: Confidentiality level of the specified substance as the ingredient, isSummary: true, index: 7}
      strength:
        short: Quantity of the substance or specified substance present in the manufactured item or pharmaceutical product
        array: true
        isSummary: true
        index: 8
        elements:
          presentation: {short: 'The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item', isSummary: true, index: 9}
          presentationLowLimit: {isModifier: true, short: 'A lower limit for the quantity of substance in the unit of presentation. For use when there is a range of strengths, this is the lower limit, with the presentation attribute becoming the upper limit', isModifierReason: 'If this is present it implies that the whole strength is expressed as a range, due to uncertainty or variation', isSummary: true, index: 10}
          concentration: {short: The strength per unitary volume (or mass), isSummary: true, index: 11}
          concentrationLowLimit: {isModifier: true, short: 'A lower limit for the strength per unitary volume (or mass), for when there is a range. The concentration attribute then becomes the upper limit', isModifierReason: 'If this is present it implies that the whole strength is expressed as a range, due to uncertainty or variation', isSummary: true, index: 12}
          measurementPoint: {short: For when strength is measured at a particular point or distance, isSummary: true, index: 13}
          country: {short: The country or countries for which the strength range applies, array: true, isSummary: true, index: 14}
          referenceStrength:
            short: Strength expressed in terms of a reference substance
            array: true
            isSummary: true
            index: 15
            elements:
              substance: {short: Relevant reference substance, isSummary: true, index: 16}
              strength: {short: Strength expressed in terms of a reference substance, isSummary: true, index: 17}
              strengthLowLimit: {short: Strength expressed in terms of a reference substance, isSummary: true, index: 18}
              measurementPoint: {short: For when strength is measured at a particular point or distance, isSummary: true, index: 19}
              country: {short: The country or countries for which the strength range applies, array: true, isSummary: true, index: 20}
            required: [strength]
        required: [presentation]
    required: [group, code]
  substance:
    short: The ingredient substance
    isSummary: true
    index: 21
    elements:
      code: {short: The ingredient substance, isSummary: true, index: 22}
      strength:
        elementReference: ['http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient', elements, specifiedSubstance, elements, strength]
        short: Quantity of the substance or specified substance present in the manufactured item or pharmaceutical product
        array: true
        isSummary: true
        index: 23
    required: [code]
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [role]