Release 4

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

11.18 Resource MedicinalProductManufactured - Content

Biomedical Research and Regulation Work GroupMaturity Level: 0 Trial UseSecurity Category: Anonymous Compartments: Not linked to any defined compartments

The manufactured item as contained in the packaged medicinal product.

Any pharmaceutical product or combination of pharmaceutical products that may be administered to human beings (or animals) for treating or preventing disease, with the aim/purpose of making a medical diagnosis or to restore, correct or modify physiological functions.

A Medicinal Product may contain in the packaging one or more manufactured items and one or more pharmaceutical products. In certain regions a Medicinal Product may also be defined as any substance or combination of substances which may be used to make a medical diagnosis.

This applies to proprietary medicinal products for human use intended to be placed on the market and to industrially manufactured medicinal products, the marketing of which has been authorised by a Medicines Regulatory Agency. However, the provisions do not apply to: i) medicinal products prepared according to prescription (e.g. prepared in a pharmacy from a prescription intended for a specific patient), ii) medicinal products prepared in accordance with an official formula (e.g. prepared in a pharmacy in accordance with the instructions in a pharmacopoeia and intended to be given direct to the patient by the pharmacy), iii) medicinal products intended for research and development trials (see 11.2 Investigational Medicinal Product) and to iv) intermediate products intended for subsequent processing by an authorised manufacturer. [from ENV 13607 and ENV 12610]

This resource is referenced by MedicinalProductPackaged

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicinalProductManufactured ΣTUDomainResourceThe manufactured item as contained in the packaged medicinal product
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... manufacturedDoseForm Σ1..1CodeableConceptDose form as manufactured and before any transformation into the pharmaceutical product
... unitOfPresentation Σ0..1CodeableConceptThe “real world” units in which the quantity of the manufactured item is described
... quantity Σ1..1QuantityThe quantity or "count number" of the manufactured item
... manufacturer Σ0..*Reference(Organization)Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues)
... ingredient Σ0..*Reference(MedicinalProductIngredient)Ingredient
... physicalCharacteristics Σ0..1ProdCharacteristicDimensions, color etc.
... otherCharacteristics Σ0..*CodeableConceptOther codeable characteristics

doco Documentation for this format

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:MedicinalProductManufactured;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:MedicinalProductManufactured.manufacturedDoseForm [ CodeableConcept ]; # 1..1 Dose form as manufactured and before any transformation into the pharmaceutical product
  fhir:MedicinalProductManufactured.unitOfPresentation [ CodeableConcept ]; # 0..1 The “real world� units in which the quantity of the manufactured item is described
  fhir:MedicinalProductManufactured.quantity [ Quantity ]; # 1..1 The quantity or "count number" of the manufactured item
  fhir:MedicinalProductManufactured.manufacturer [ Reference(Organization) ], ... ; # 0..* Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues)
  fhir:MedicinalProductManufactured.ingredient [ Reference(MedicinalProductIngredient) ], ... ; # 0..* Ingredient
  fhir:MedicinalProductManufactured.physicalCharacteristics [ ProdCharacteristic ]; # 0..1 Dimensions, color etc.
  fhir:MedicinalProductManufactured.otherCharacteristics [ CodeableConcept ], ... ; # 0..* Other codeable characteristics
]

Changes since R3

This resource did not exist in Release 2

This analysis is available as XML or JSON.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicinalProductManufactured ΣTUDomainResourceThe manufactured item as contained in the packaged medicinal product
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... manufacturedDoseForm Σ1..1CodeableConceptDose form as manufactured and before any transformation into the pharmaceutical product
... unitOfPresentation Σ0..1CodeableConceptThe “real world” units in which the quantity of the manufactured item is described
... quantity Σ1..1QuantityThe quantity or "count number" of the manufactured item
... manufacturer Σ0..*Reference(Organization)Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues)
... ingredient Σ0..*Reference(MedicinalProductIngredient)Ingredient
... physicalCharacteristics Σ0..1ProdCharacteristicDimensions, color etc.
... otherCharacteristics Σ0..*CodeableConceptOther codeable characteristics

doco Documentation for this format

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:MedicinalProductManufactured;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:MedicinalProductManufactured.manufacturedDoseForm [ CodeableConcept ]; # 1..1 Dose form as manufactured and before any transformation into the pharmaceutical product
  fhir:MedicinalProductManufactured.unitOfPresentation [ CodeableConcept ]; # 0..1 The “real world� units in which the quantity of the manufactured item is described
  fhir:MedicinalProductManufactured.quantity [ Quantity ]; # 1..1 The quantity or "count number" of the manufactured item
  fhir:MedicinalProductManufactured.manufacturer [ Reference(Organization) ], ... ; # 0..* Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues)
  fhir:MedicinalProductManufactured.ingredient [ Reference(MedicinalProductIngredient) ], ... ; # 0..* Ingredient
  fhir:MedicinalProductManufactured.physicalCharacteristics [ ProdCharacteristic ]; # 0..1 Dimensions, color etc.
  fhir:MedicinalProductManufactured.otherCharacteristics [ CodeableConcept ], ... ; # 0..* Other codeable characteristics
]

Changes since Release 3

This resource did not exist in Release 2

This analysis is available as XML or JSON.

 

See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions & the dependency analysis