http://hl7.org/fhir/StructureDefinition/Ingredient|5.0.0

An ingredient of a manufactured item or pharmaceutical product.
description: An ingredient of a manufactured item or pharmaceutical product.
derivation: specialization
name: Ingredient
type: Ingredient
elements:
  role:
    isModifier: false
    short: Purpose of the ingredient within the product, e.g. active, inactive
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/ingredient-role'}
    isSummary: true
    index: 3
  group: {isModifier: false, short: 'A classification of the ingredient according to where in the physical item it tends to be used, such the outer shell of a tablet, inner body or ink', mustSupport: false, isSummary: true, index: 5}
  function:
    isModifier: false
    short: Precise action within the drug product, e.g. antioxidant, alkalizing agent
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/ingredient-function'}
    isSummary: true
    index: 4
  substance:
    isModifier: false
    short: The substance that comprises this ingredient
    mustSupport: false
    isSummary: true
    index: 11
    elements:
      code:
        isModifier: false
        short: A code or full resource that represents the ingredient substance
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/substance-codes'}
        isSummary: true
        index: 12
      strength:
        isModifier: false
        short: The quantity of substance, per presentation, or per volume or mass, and type of quantity
        mustSupport: false
        array: true
        isSummary: true
        index: 13
        elements:
          presentation:
            isModifier: false
            short: The quantity of substance in the unit of presentation
            mustSupport: false
            choices: []
            isSummary: true
            index: 15
          textPresentation: {isModifier: false, short: Text of either the whole presentation strength or a part of it (rest being in Strength.presentation as a ratio), mustSupport: false, isSummary: true, index: 16}
          concentration:
            isModifier: false
            short: The strength per unitary volume (or mass)
            mustSupport: false
            choices: []
            isSummary: true
            index: 18
          textConcentration: {isModifier: false, short: Text of either the whole concentration strength or a part of it (rest being in Strength.concentration as a ratio), mustSupport: false, isSummary: true, index: 19}
          basis: {isModifier: false, short: 'A code that indicates if the strength is, for example, based on the ingredient substance as stated or on the substance base (when the ingredient is a salt)', mustSupport: false, isSummary: true, index: 20}
          measurementPoint: {isModifier: false, short: When strength is measured at a particular point or distance, mustSupport: false, isSummary: true, index: 21}
          country:
            isModifier: false
            short: Where the strength range applies
            mustSupport: false
            array: true
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/country'}
            isSummary: true
            index: 22
          referenceStrength:
            isModifier: false
            short: Strength expressed in terms of a reference substance
            mustSupport: false
            array: true
            isSummary: true
            index: 23
            elements:
              substance:
                isModifier: false
                short: Relevant reference substance
                mustSupport: false
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/substance-codes'}
                isSummary: true
                index: 24
              strength:
                isModifier: false
                short: Strength expressed in terms of a reference substance
                mustSupport: false
                choices: []
                isSummary: true
                index: 26
              measurementPoint: {isModifier: false, short: When strength is measured at a particular point or distance, mustSupport: false, isSummary: true, index: 27}
              country:
                isModifier: false
                short: Where the strength range applies
                mustSupport: false
                array: true
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/country'}
                isSummary: true
                index: 28
            required: [substance, strength]
    required: [code]
  for: {isModifier: false, short: The product which this ingredient is a constituent part of, mustSupport: false, array: true, isSummary: true, index: 2}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|5.0.0'}
    isModifierReason: This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration
    isSummary: true
    index: 1
  allergenicIndicator: {isModifier: false, short: If the ingredient is a known or suspected allergen, mustSupport: false, meaningWhenMissing: 'If this value is not present, there is no statement being made about whether this is an allergen or not. No inference can be made', isSummary: true, index: 6}
  comment: {isModifier: false, short: 'A place for providing any notes that are relevant to the component, e.g. removed during process, adjusted for loss on drying', mustSupport: false, isSummary: false, index: 7}
  identifier: {isModifier: false, short: An identifier or code by which the ingredient can be referenced, mustSupport: false, isSummary: true, index: 0}
  manufacturer:
    isModifier: false
    short: An organization that manufactures this ingredient
    mustSupport: false
    array: true
    isSummary: true
    index: 8
    elements:
      role:
        isModifier: false
        short: allowed | possible | actual
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/ingredient-manufacturer-role|5.0.0'}
        isSummary: true
        index: 9
      manufacturer: {isModifier: false, short: An organization that manufactures this ingredient, mustSupport: false, isSummary: true, index: 10}
    required: [manufacturer]
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Ingredient
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [role, status, substance]