PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@5.0.0-snapshot2
    http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition
description: The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.
package_name: hl7.fhir.r5.core
derivation: specialization
name: ManufacturedItemDefinition
type: ManufacturedItemDefinition
elements:
  identifier: {isModifier: false, short: Unique identifier, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    index: 1
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.6.0'}
    isModifierReason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration
    isSummary: true
  manufacturedDoseForm:
    isModifier: false
    short: Dose form as manufactured (before any necessary transformation)
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/manufactured-dose-form'}
    isSummary: true
    index: 2
  unitOfPresentation:
    isModifier: false
    short: The “real world” units in which the quantity of the item is described
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/unit-of-presentation'}
    isSummary: true
    index: 3
  manufacturer:
    isModifier: false
    short: Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues)
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 4
  ingredient:
    isModifier: false
    short: The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource
    type: CodeableConcept
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/substance-codes'}
    isSummary: true
    index: 5
  property:
    isModifier: false
    short: General characteristics of this item
    index: 6
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      type:
        isModifier: false
        short: A code expressing the type of characteristic
        type: CodeableConcept
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/product-characteristic-codes'}
        isSummary: true
        index: 7
      value:
        isModifier: false
        short: A value for the characteristic
        mustSupport: false
        choices: [valueCodeableConcept, valueQuantity, valueDate, valueBoolean, valueAttachment]
        isSummary: true
        index: 9
      valueCodeableConcept: {isModifier: false, short: A value for the characteristic, type: CodeableConcept, mustSupport: false, choiceOf: value, isSummary: true, index: 10}
      valueQuantity: {isModifier: false, short: A value for the characteristic, type: Quantity, mustSupport: false, choiceOf: value, isSummary: true, index: 11}
      valueDate: {isModifier: false, short: A value for the characteristic, type: date, mustSupport: false, choiceOf: value, isSummary: true, index: 12}
      valueBoolean: {isModifier: false, short: A value for the characteristic, type: boolean, mustSupport: false, choiceOf: value, isSummary: true, index: 13}
      valueAttachment: {isModifier: false, short: A value for the characteristic, type: Attachment, mustSupport: false, choiceOf: value, isSummary: true, index: 14}
    required: [type]
    isSummary: true
package_version: 5.0.0-snapshot2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.6.0
required: [status, manufacturedDoseForm]