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

The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.
description: The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.
derivation: specialization
name: ManufacturedItemDefinition
type: ManufacturedItemDefinition
elements:
  manufacturedDoseForm:
    isModifier: false
    short: Dose form as manufactured (before any necessary transformation)
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/manufactured-dose-form'}
    isSummary: true
    index: 3
  property:
    isModifier: false
    short: General characteristics of this item
    mustSupport: false
    array: true
    isSummary: true
    index: 8
    elements:
      type:
        isModifier: false
        short: A code expressing the type of characteristic
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/product-characteristic-codes'}
        isSummary: true
        index: 9
      value:
        isModifier: false
        short: A value for the characteristic
        mustSupport: false
        choices: []
        isSummary: true
        index: 11
    required: [type]
  name: {isModifier: false, short: A descriptive name applied to this item, mustSupport: false, isSummary: true, index: 2}
  unitOfPresentation:
    isModifier: false
    short: The “real-world” units in which the quantity of the item is described
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/unit-of-presentation'}
    isSummary: true
    index: 4
  component:
    isModifier: false
    short: Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup
    mustSupport: false
    array: true
    isSummary: true
    index: 12
    elements:
      type: {isModifier: false, short: 'Defining type of the component e.g. shell, layer, ink', mustSupport: false, isSummary: true, index: 13}
      function: {isModifier: false, short: 'The function of this component within the item e.g. delivers active ingredient, masks taste', mustSupport: false, array: true, isSummary: true, index: 14}
      amount: {isModifier: false, short: 'The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume)', mustSupport: false, array: true, isSummary: true, index: 15}
      constituent:
        isModifier: false
        short: A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)
        mustSupport: false
        array: true
        isSummary: true
        index: 16
        elements:
          amount: {isModifier: false, short: 'The measurable amount of the substance, expressable in different ways (e.g. by mass or volume)', mustSupport: false, array: true, isSummary: true, index: 17}
          location: {isModifier: false, short: The physical location of the constituent/ingredient within the component, mustSupport: false, array: true, isSummary: true, index: 18}
          function: {isModifier: false, short: The function of this constituent within the component e.g. binder, mustSupport: false, array: true, isSummary: true, index: 19}
          hasIngredient: {isModifier: false, short: The ingredient that is the constituent of the given component, mustSupport: false, array: true, isSummary: true, index: 20}
      property:
        elementReference: ['http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition', elements, property]
        isModifier: false
        short: General characteristics of this component
        mustSupport: false
        array: true
        isSummary: true
        index: 21
      component:
        elementReference: ['http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition', elements, component]
        isModifier: false
        short: A component that this component contains or is made from
        mustSupport: false
        array: true
        isSummary: true
        index: 22
    required: [type]
  marketingStatus: {isModifier: false, short: 'Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated', mustSupport: false, array: true, isSummary: true, index: 6}
  ingredient:
    isModifier: false
    short: The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/substance-codes'}
    isSummary: true
    index: 7
  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
  identifier: {isModifier: false, short: Unique identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  manufacturer: {isModifier: false, short: 'Manufacturer of the item, one of several possible', mustSupport: false, array: true, isSummary: true, index: 5}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [status, manufacturedDoseForm]