PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.5.0
    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: {short: Unique identifier, type: Identifier, array: true, isSummary: true, index: 0}
  manufacturedDoseForm: {short: Dose form as manufactured and before any transformation into the pharmaceutical product, type: CodeableConcept, isSummary: true, index: 1}
  unitOfPresentation: {short: The “real world” units in which the quantity of the manufactured item is described, type: CodeableConcept, isSummary: true, index: 2}
  manufacturer:
    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
    array: true
    isSummary: true
    index: 3
  ingredient:
    short: The ingredients that make up this manufactured item
    refers: ['http://hl7.org/fhir/StructureDefinition/Ingredient']
    type: Reference
    array: true
    isSummary: true
    index: 4
  property:
    short: General characteristics of this item
    type: BackboneElement
    array: true
    isSummary: true
    index: 5
    elements:
      type: {short: A code expressing the type of characteristic, type: CodeableConcept, isSummary: true, index: 6}
      value:
        short: A value for the characteristic
        choices: [valueCodeableConcept, valueQuantity, valueDate, valueBoolean, valueAttachment]
        isSummary: true
        index: 8
      valueCodeableConcept: {short: A value for the characteristic, type: CodeableConcept, choiceOf: value, isSummary: true, index: 9}
      valueQuantity: {short: A value for the characteristic, type: Quantity, choiceOf: value, isSummary: true, index: 10}
      valueDate: {short: A value for the characteristic, type: date, choiceOf: value, isSummary: true, index: 11}
      valueBoolean: {short: A value for the characteristic, type: boolean, choiceOf: value, isSummary: true, index: 12}
      valueAttachment: {short: A value for the characteristic, type: Attachment, choiceOf: value, isSummary: true, index: 13}
    required: [type]
package_version: 4.5.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.5.0
required: [manufacturedDoseForm]