PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-snapshot1
    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.examples
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|5.0.0-snapshot1'}
    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 and before any transformation into the pharmaceutical product, type: CodeableConcept, mustSupport: false, isSummary: true, index: 2}
  unitOfPresentation: {isModifier: false, short: The “real world” units in which the quantity of the manufactured item is described, type: CodeableConcept, mustSupport: false, 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. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource, type: CodeableConcept, mustSupport: false, array: true, 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, 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-snapshot1
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0-snapshot1
required: [status, manufacturedDoseForm]