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