CH EPL (R5)
0.1.0 - ci-build

CH EPL (R5), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/bag-epl/bag-epl-fhir/ and changes regularly. See the Directory of published versions

Resource Profile: CH IDMP ManufacturedItemDefinition

Official URL: http://fhir.ch/ig/ch-epl/StructureDefinition/ch-idmp-manufactureditemdefinition Version: 0.1.0
Active as of 2024-09-16 Computable Name: CHIDMPManufacturedItemDefinition

Copyright/Legal: CC0-1.0

Profile of the ManufacturedItemDefinition resource for representing the characteristics of a medicinal manufactured item as contained in a packaged medicinal product.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from ManufacturedItemDefinition

NameFlagsCard.TypeDescription & Constraintsdoco
.. ManufacturedItemDefinition 0..* ManufacturedItemDefinition CH IDMP ManufacturedItemDefinition
... manufacturedDoseForm 1..1 CodeableConcept Dose form as manufactured (before any necessary transformation)
Binding: EDQM - Pharmaceutical Dose Form (required)
.... Slices for coding 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC 0..1 Coding Code defined by a terminology system
...... system 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... code 1..1 code Symbol in syntax defined by the system
... unitOfPresentation 0..1 CodeableConcept The “real-world” units in which the quantity of the item is described
Binding: EDQM - Unit of Presentation (required)
.... Slices for coding 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC 1..1 Coding Code defined by a terminology system
...... system 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... code 1..1 code Symbol in syntax defined by the system

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
ManufacturedItemDefinition.manufacturedDoseFormrequiredEdqmPharmaceuticalDoseFormVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-pharmaceutical-dose-form
from this IG
ManufacturedItemDefinition.unitOfPresentationrequiredEdqmUnitOfPresentationVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-unit-of-presentation
from this IG
NameFlagsCard.TypeDescription & Constraintsdoco
.. ManufacturedItemDefinition 0..* ManufacturedItemDefinition CH IDMP ManufacturedItemDefinition
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... manufacturedDoseForm Σ 1..1 CodeableConcept Dose form as manufactured (before any necessary transformation)
Binding: EDQM - Pharmaceutical Dose Form (required)
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC Σ 0..1 Coding Code defined by a terminology system
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... code ΣC 1..1 code Symbol in syntax defined by the system
... unitOfPresentation Σ 0..1 CodeableConcept The “real-world” units in which the quantity of the item is described
Binding: EDQM - Unit of Presentation (required)
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC Σ 1..1 Coding Code defined by a terminology system
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... code ΣC 1..1 code Symbol in syntax defined by the system

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ManufacturedItemDefinition.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
from the FHIR Standard
ManufacturedItemDefinition.manufacturedDoseFormrequiredEdqmPharmaceuticalDoseFormVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-pharmaceutical-dose-form
from this IG
ManufacturedItemDefinition.unitOfPresentationrequiredEdqmUnitOfPresentationVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-unit-of-presentation
from this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorManufacturedItemDefinitionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorManufacturedItemDefinitionIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorManufacturedItemDefinitionIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorManufacturedItemDefinitionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceManufacturedItemDefinitionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. ManufacturedItemDefinition 0..* ManufacturedItemDefinition CH IDMP ManufacturedItemDefinition
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Unique identifier
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... name Σ 0..1 string A descriptive name applied to this item
... manufacturedDoseForm Σ 1..1 CodeableConcept Dose form as manufactured (before any necessary transformation)
Binding: EDQM - Pharmaceutical Dose Form (required)
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC Σ 0..1 Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... unitOfPresentation Σ 0..1 CodeableConcept The “real-world” units in which the quantity of the item is described
Binding: EDQM - Unit of Presentation (required)
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC Σ 1..1 Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... manufacturer Σ 0..* Reference(Organization) Manufacturer of the item, one of several possible
... marketingStatus Σ 0..* MarketingStatus Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated
... ingredient Σ 0..* CodeableConcept The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource
Binding: SNOMEDCTSubstanceCodes (example): This value set includes all substance codes from SNOMED CT - provided as an exemplar value set.


... property Σ 0..* BackboneElement General characteristics of this item
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type Σ 1..1 CodeableConcept A code expressing the type of characteristic
Binding: ProductCharacteristic (example): This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set.

.... value[x] Σ 0..1 A value for the characteristic
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueDate date
..... valueBoolean boolean
..... valueMarkdown markdown
..... valueAttachment Attachment
..... valueReference Reference(Binary)
... component Σ 0..* BackboneElement Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type Σ 1..1 CodeableConcept Defining type of the component e.g. shell, layer, ink
.... function Σ 0..* CodeableConcept The function of this component within the item e.g. delivers active ingredient, masks taste
.... amount Σ 0..* Quantity The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume)
.... constituent Σ 0..* BackboneElement A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... amount Σ 0..* Quantity The measurable amount of the substance, expressable in different ways (e.g. by mass or volume)
..... location Σ 0..* CodeableConcept The physical location of the constituent/ingredient within the component
..... function Σ 0..* CodeableConcept The function of this constituent within the component e.g. binder
..... hasIngredient Σ 0..* CodeableReference(Ingredient) The ingredient that is the constituent of the given component
.... property Σ 0..* See property (ManufacturedItemDefinition) General characteristics of this component
.... component Σ 0..* See component (ManufacturedItemDefinition) A component that this component contains or is made from

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ManufacturedItemDefinition.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
ManufacturedItemDefinition.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
from the FHIR Standard
ManufacturedItemDefinition.manufacturedDoseFormrequiredEdqmPharmaceuticalDoseFormVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-pharmaceutical-dose-form
from this IG
ManufacturedItemDefinition.unitOfPresentationrequiredEdqmUnitOfPresentationVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-unit-of-presentation
from this IG
ManufacturedItemDefinition.ingredientexampleSNOMEDCTSubstanceCodes
http://hl7.org/fhir/ValueSet/substance-codes
from the FHIR Standard
ManufacturedItemDefinition.property.typeexampleProductCharacteristic
http://hl7.org/fhir/ValueSet/product-characteristic-codes
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorManufacturedItemDefinitionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorManufacturedItemDefinitionIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorManufacturedItemDefinitionIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorManufacturedItemDefinitionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceManufacturedItemDefinitionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from ManufacturedItemDefinition

Summary

Mandatory: 1 element(6 nested mandatory elements)

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of ManufacturedItemDefinition.manufacturedDoseForm.coding
  • The element 1 is sliced based on the value of ManufacturedItemDefinition.unitOfPresentation.coding

Differential View

This structure is derived from ManufacturedItemDefinition

NameFlagsCard.TypeDescription & Constraintsdoco
.. ManufacturedItemDefinition 0..* ManufacturedItemDefinition CH IDMP ManufacturedItemDefinition
... manufacturedDoseForm 1..1 CodeableConcept Dose form as manufactured (before any necessary transformation)
Binding: EDQM - Pharmaceutical Dose Form (required)
.... Slices for coding 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC 0..1 Coding Code defined by a terminology system
...... system 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... code 1..1 code Symbol in syntax defined by the system
... unitOfPresentation 0..1 CodeableConcept The “real-world” units in which the quantity of the item is described
Binding: EDQM - Unit of Presentation (required)
.... Slices for coding 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC 1..1 Coding Code defined by a terminology system
...... system 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... code 1..1 code Symbol in syntax defined by the system

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
ManufacturedItemDefinition.manufacturedDoseFormrequiredEdqmPharmaceuticalDoseFormVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-pharmaceutical-dose-form
from this IG
ManufacturedItemDefinition.unitOfPresentationrequiredEdqmUnitOfPresentationVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-unit-of-presentation
from this IG

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ManufacturedItemDefinition 0..* ManufacturedItemDefinition CH IDMP ManufacturedItemDefinition
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... manufacturedDoseForm Σ 1..1 CodeableConcept Dose form as manufactured (before any necessary transformation)
Binding: EDQM - Pharmaceutical Dose Form (required)
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC Σ 0..1 Coding Code defined by a terminology system
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... code ΣC 1..1 code Symbol in syntax defined by the system
... unitOfPresentation Σ 0..1 CodeableConcept The “real-world” units in which the quantity of the item is described
Binding: EDQM - Unit of Presentation (required)
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC Σ 1..1 Coding Code defined by a terminology system
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... code ΣC 1..1 code Symbol in syntax defined by the system

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ManufacturedItemDefinition.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
from the FHIR Standard
ManufacturedItemDefinition.manufacturedDoseFormrequiredEdqmPharmaceuticalDoseFormVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-pharmaceutical-dose-form
from this IG
ManufacturedItemDefinition.unitOfPresentationrequiredEdqmUnitOfPresentationVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-unit-of-presentation
from this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorManufacturedItemDefinitionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorManufacturedItemDefinitionIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorManufacturedItemDefinitionIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorManufacturedItemDefinitionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceManufacturedItemDefinitionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ManufacturedItemDefinition 0..* ManufacturedItemDefinition CH IDMP ManufacturedItemDefinition
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Unique identifier
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... name Σ 0..1 string A descriptive name applied to this item
... manufacturedDoseForm Σ 1..1 CodeableConcept Dose form as manufactured (before any necessary transformation)
Binding: EDQM - Pharmaceutical Dose Form (required)
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC Σ 0..1 Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... unitOfPresentation Σ 0..1 CodeableConcept The “real-world” units in which the quantity of the item is described
Binding: EDQM - Unit of Presentation (required)
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:SMC Σ 1..1 Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:0.4.0.127.0.16.1.1.2.1
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... manufacturer Σ 0..* Reference(Organization) Manufacturer of the item, one of several possible
... marketingStatus Σ 0..* MarketingStatus Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated
... ingredient Σ 0..* CodeableConcept The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource
Binding: SNOMEDCTSubstanceCodes (example): This value set includes all substance codes from SNOMED CT - provided as an exemplar value set.


... property Σ 0..* BackboneElement General characteristics of this item
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type Σ 1..1 CodeableConcept A code expressing the type of characteristic
Binding: ProductCharacteristic (example): This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set.

.... value[x] Σ 0..1 A value for the characteristic
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueDate date
..... valueBoolean boolean
..... valueMarkdown markdown
..... valueAttachment Attachment
..... valueReference Reference(Binary)
... component Σ 0..* BackboneElement Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type Σ 1..1 CodeableConcept Defining type of the component e.g. shell, layer, ink
.... function Σ 0..* CodeableConcept The function of this component within the item e.g. delivers active ingredient, masks taste
.... amount Σ 0..* Quantity The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume)
.... constituent Σ 0..* BackboneElement A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... amount Σ 0..* Quantity The measurable amount of the substance, expressable in different ways (e.g. by mass or volume)
..... location Σ 0..* CodeableConcept The physical location of the constituent/ingredient within the component
..... function Σ 0..* CodeableConcept The function of this constituent within the component e.g. binder
..... hasIngredient Σ 0..* CodeableReference(Ingredient) The ingredient that is the constituent of the given component
.... property Σ 0..* See property (ManufacturedItemDefinition) General characteristics of this component
.... component Σ 0..* See component (ManufacturedItemDefinition) A component that this component contains or is made from

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ManufacturedItemDefinition.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
ManufacturedItemDefinition.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
from the FHIR Standard
ManufacturedItemDefinition.manufacturedDoseFormrequiredEdqmPharmaceuticalDoseFormVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-pharmaceutical-dose-form
from this IG
ManufacturedItemDefinition.unitOfPresentationrequiredEdqmUnitOfPresentationVS
http://fhir.ch/ig/ch-epl/ValueSet/edqm-unit-of-presentation
from this IG
ManufacturedItemDefinition.ingredientexampleSNOMEDCTSubstanceCodes
http://hl7.org/fhir/ValueSet/substance-codes
from the FHIR Standard
ManufacturedItemDefinition.property.typeexampleProductCharacteristic
http://hl7.org/fhir/ValueSet/product-characteristic-codes
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorManufacturedItemDefinitionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorManufacturedItemDefinitionIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorManufacturedItemDefinitionIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorManufacturedItemDefinitionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceManufacturedItemDefinitionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from ManufacturedItemDefinition

Summary

Mandatory: 1 element(6 nested mandatory elements)

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of ManufacturedItemDefinition.manufacturedDoseForm.coding
  • The element 1 is sliced based on the value of ManufacturedItemDefinition.unitOfPresentation.coding

 

Other representations of profile: CSV, Excel, Schematron