UnicomIG
0.1.0 - ci-build

UnicomIG, published by UNICOM. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/hl7-eu/unicom-ig and changes regularly. See the Directory of published versions

Resource Profile: Processing Profile - Ingredient

Official URL: http://unicom-project.eu/fhir/StructureDefinition/TransitionIngredient Version: 0.1.0
Active as of 2023-02-03 Computable Name: TransitionIngredient

Intermediate profile for processing PPL Ingredient data

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

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

This structure is derived from Ingredient

NameFlagsCard.TypeDescription & Constraintsdoco
.. Ingredient 0..*IngredientAn ingredient of a manufactured item or pharmaceutical product
... for 0..*Reference(Processing Profile - Medicinal Product | Processing Profile - Administrable Product | Processing Profile - Manufactured Item)Reference to the medicinal product, pharmaceutical product and/or manufactured item where the ingredient is used
... role 1..1CodeableConceptRole of the ingredient. PPL data normally only includes active ingredients.
... substance 1..1BackboneElementSubstance code from EMA SMS
.... code 1..1CodeableReference(SubstanceDefinition)A code or full resource that represents the ingredient substance
Binding: EMA SPOR SMS Substances (example)
.... strength 0..*BackboneElementThe quantity of substance, per presentation, or per volume or mass, and type of quantity
..... presentationRatio 0..1RatioStrength per unit of presentation (10mg/vial or 10mg/0.5ml where 0.5ml is the size of the vial)
..... concentrationRatio 0..1RatioStrength per unit of measurement (20mg/1ml)
..... referenceStrength 0..*BackboneElementStrenth expressed in terms of a reference substance; reference strength type not distinguished. According to EMA IG, all products need to have reference strentgh (repeating the strentgh, if needed)
...... substance 0..1CodeableReference(SubstanceDefinition)Substance code from EMA SMS
Binding: EMA SPOR SMS Substances (example)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Ingredient.substance.codeexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
Ingredient.substance.strength.referenceStrength.substanceexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
NameFlagsCard.TypeDescription & Constraintsdoco
.. Ingredient C0..*IngredientAn ingredient of a manufactured item or pharmaceutical product
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... role Σ1..1CodeableConceptRole of the ingredient. PPL data normally only includes active ingredients.
Binding: IngredientRole (example): A classification of the ingredient identifying its purpose within the product, e.g. active, inactive.

... substance Σ1..1BackboneElementSubstance code from EMA SMS
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code Σ1..1CodeableReference(SubstanceDefinition)A code or full resource that represents the ingredient substance
Binding: EMA SPOR SMS Substances (example)
.... strength Σ0..*BackboneElementThe quantity of substance, per presentation, or per volume or mass, and type of quantity
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... Slices for presentation[x] Σ0..1The quantity of substance in the unit of presentation
Slice: Unordered, Open by type:$this
...... presentationRatioRatio
...... presentationRatioRangeRatioRange
...... presentation[x]:presentationRatio Σ0..1RatioStrength per unit of presentation (10mg/vial or 10mg/0.5ml where 0.5ml is the size of the vial)
..... Slices for concentration[x] Σ0..1The strength per unitary volume (or mass)
Slice: Unordered, Open by type:$this
...... concentrationRatioRatio
...... concentrationRatioRangeRatioRange
...... concentration[x]:concentrationRatio Σ0..1RatioStrength per unit of measurement (20mg/1ml)
..... referenceStrength Σ0..*BackboneElementStrenth expressed in terms of a reference substance; reference strength type not distinguished. According to EMA IG, all products need to have reference strentgh (repeating the strentgh, if needed)
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... substance Σ0..1CodeableReference(SubstanceDefinition)Substance code from EMA SMS
Binding: EMA SPOR SMS Substances (example)
...... strength[x] Σ1..1Strength expressed in terms of a reference substance
....... strengthRatioRatio
....... strengthRatioRangeRatioRange

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Ingredient.statusrequiredPublicationStatus
Ingredient.roleexampleIngredientRole
Ingredient.substance.codeexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
Ingredient.substance.strength.referenceStrength.substanceexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorIngredientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorIngredientIf 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.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorIngredientIf 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-5errorIngredientIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceIngredientA 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()
ing-1errorIngredientIf an ingredient is noted as an allergen (allergenicIndicator) then its substance should be a code. If the substance is a SubstanceDefinition, then the allegen information should be documented in that resource
: (Ingredient.allergenicIndicator.where(value='true').count() + Ingredient.substance.code.reference.count()) < 2
NameFlagsCard.TypeDescription & Constraintsdoco
.. Ingredient C0..*IngredientAn ingredient of a manufactured item or pharmaceutical product
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..1IdentifierAn identifier or code by which the ingredient can be referenced
... status ?!Σ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... for Σ0..*Reference(Processing Profile - Medicinal Product | Processing Profile - Administrable Product | Processing Profile - Manufactured Item)Reference to the medicinal product, pharmaceutical product and/or manufactured item where the ingredient is used
... role Σ1..1CodeableConceptRole of the ingredient. PPL data normally only includes active ingredients.
Binding: IngredientRole (example): A classification of the ingredient identifying its purpose within the product, e.g. active, inactive.

... function Σ0..*CodeableConceptPrecise action within the drug product, e.g. antioxidant, alkalizing agent
Binding: IngredientFunction (example): A classification of the ingredient identifying its precise purpose(s) in the drug product (beyond e.g. active/inactive).


... allergenicIndicator Σ0..1booleanIf the ingredient is a known or suspected allergen
... manufacturer Σ0..*BackboneElementAn organization that manufactures this ingredient
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... role Σ0..1codeallowed | possible | actual
Binding: IngredientManufacturerRole (required): The way in which this manufacturer is associated with the ingredient.

.... manufacturer Σ1..1Reference(Organization)An organization that manufactures this ingredient
... substance Σ1..1BackboneElementSubstance code from EMA SMS
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code Σ1..1CodeableReference(SubstanceDefinition)A code or full resource that represents the ingredient substance
Binding: EMA SPOR SMS Substances (example)
.... strength Σ0..*BackboneElementThe quantity of substance, per presentation, or per volume or mass, and type of quantity
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... Slices for presentation[x] Σ0..1The quantity of substance in the unit of presentation
Slice: Unordered, Open by type:$this
...... presentationRatioRatio
...... presentationRatioRangeRatioRange
...... presentation[x]:presentationRatio Σ0..1RatioStrength per unit of presentation (10mg/vial or 10mg/0.5ml where 0.5ml is the size of the vial)
..... textPresentation Σ0..1stringText of either the whole presentation strength or a part of it (rest being in Strength.presentation as a ratio)
..... Slices for concentration[x] Σ0..1The strength per unitary volume (or mass)
Slice: Unordered, Open by type:$this
...... concentrationRatioRatio
...... concentrationRatioRangeRatioRange
...... concentration[x]:concentrationRatio Σ0..1RatioStrength per unit of measurement (20mg/1ml)
..... textConcentration Σ0..1stringText of either the whole concentration strength or a part of it (rest being in Strength.concentration as a ratio)
..... measurementPoint Σ0..1stringWhen strength is measured at a particular point or distance
..... country Σ0..*CodeableConceptWhere the strength range applies
Binding: Country ValueSet (example): Jurisdiction codes


..... referenceStrength Σ0..*BackboneElementStrenth expressed in terms of a reference substance; reference strength type not distinguished. According to EMA IG, all products need to have reference strentgh (repeating the strentgh, if needed)
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... substance Σ0..1CodeableReference(SubstanceDefinition)Substance code from EMA SMS
Binding: EMA SPOR SMS Substances (example)
...... strength[x] Σ1..1Strength expressed in terms of a reference substance
....... strengthRatioRatio
....... strengthRatioRangeRatioRange
...... measurementPoint Σ0..1stringWhen strength is measured at a particular point or distance
...... country Σ0..*CodeableConceptWhere the strength range applies
Binding: Country ValueSet (example): Jurisdiction codes



doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Ingredient.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Ingredient.statusrequiredPublicationStatus
Ingredient.roleexampleIngredientRole
Ingredient.functionexampleIngredientFunction
Ingredient.manufacturer.rolerequiredIngredientManufacturerRole
Ingredient.substance.codeexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
Ingredient.substance.strength.countryexampleCountry ValueSet
Ingredient.substance.strength.referenceStrength.substanceexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
Ingredient.substance.strength.referenceStrength.countryexampleCountry ValueSet

Constraints

IdGradePath(s)DetailsRequirements
dom-r4bwarningIngredient.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
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()

Differential View

This structure is derived from Ingredient

NameFlagsCard.TypeDescription & Constraintsdoco
.. Ingredient 0..*IngredientAn ingredient of a manufactured item or pharmaceutical product
... for 0..*Reference(Processing Profile - Medicinal Product | Processing Profile - Administrable Product | Processing Profile - Manufactured Item)Reference to the medicinal product, pharmaceutical product and/or manufactured item where the ingredient is used
... role 1..1CodeableConceptRole of the ingredient. PPL data normally only includes active ingredients.
... substance 1..1BackboneElementSubstance code from EMA SMS
.... code 1..1CodeableReference(SubstanceDefinition)A code or full resource that represents the ingredient substance
Binding: EMA SPOR SMS Substances (example)
.... strength 0..*BackboneElementThe quantity of substance, per presentation, or per volume or mass, and type of quantity
..... presentationRatio 0..1RatioStrength per unit of presentation (10mg/vial or 10mg/0.5ml where 0.5ml is the size of the vial)
..... concentrationRatio 0..1RatioStrength per unit of measurement (20mg/1ml)
..... referenceStrength 0..*BackboneElementStrenth expressed in terms of a reference substance; reference strength type not distinguished. According to EMA IG, all products need to have reference strentgh (repeating the strentgh, if needed)
...... substance 0..1CodeableReference(SubstanceDefinition)Substance code from EMA SMS
Binding: EMA SPOR SMS Substances (example)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Ingredient.substance.codeexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
Ingredient.substance.strength.referenceStrength.substanceexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Ingredient C0..*IngredientAn ingredient of a manufactured item or pharmaceutical product
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... role Σ1..1CodeableConceptRole of the ingredient. PPL data normally only includes active ingredients.
Binding: IngredientRole (example): A classification of the ingredient identifying its purpose within the product, e.g. active, inactive.

... substance Σ1..1BackboneElementSubstance code from EMA SMS
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code Σ1..1CodeableReference(SubstanceDefinition)A code or full resource that represents the ingredient substance
Binding: EMA SPOR SMS Substances (example)
.... strength Σ0..*BackboneElementThe quantity of substance, per presentation, or per volume or mass, and type of quantity
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... Slices for presentation[x] Σ0..1The quantity of substance in the unit of presentation
Slice: Unordered, Open by type:$this
...... presentationRatioRatio
...... presentationRatioRangeRatioRange
...... presentation[x]:presentationRatio Σ0..1RatioStrength per unit of presentation (10mg/vial or 10mg/0.5ml where 0.5ml is the size of the vial)
..... Slices for concentration[x] Σ0..1The strength per unitary volume (or mass)
Slice: Unordered, Open by type:$this
...... concentrationRatioRatio
...... concentrationRatioRangeRatioRange
...... concentration[x]:concentrationRatio Σ0..1RatioStrength per unit of measurement (20mg/1ml)
..... referenceStrength Σ0..*BackboneElementStrenth expressed in terms of a reference substance; reference strength type not distinguished. According to EMA IG, all products need to have reference strentgh (repeating the strentgh, if needed)
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... substance Σ0..1CodeableReference(SubstanceDefinition)Substance code from EMA SMS
Binding: EMA SPOR SMS Substances (example)
...... strength[x] Σ1..1Strength expressed in terms of a reference substance
....... strengthRatioRatio
....... strengthRatioRangeRatioRange

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Ingredient.statusrequiredPublicationStatus
Ingredient.roleexampleIngredientRole
Ingredient.substance.codeexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
Ingredient.substance.strength.referenceStrength.substanceexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorIngredientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorIngredientIf 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.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorIngredientIf 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-5errorIngredientIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceIngredientA 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()
ing-1errorIngredientIf an ingredient is noted as an allergen (allergenicIndicator) then its substance should be a code. If the substance is a SubstanceDefinition, then the allegen information should be documented in that resource
: (Ingredient.allergenicIndicator.where(value='true').count() + Ingredient.substance.code.reference.count()) < 2

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Ingredient C0..*IngredientAn ingredient of a manufactured item or pharmaceutical product
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..1IdentifierAn identifier or code by which the ingredient can be referenced
... status ?!Σ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... for Σ0..*Reference(Processing Profile - Medicinal Product | Processing Profile - Administrable Product | Processing Profile - Manufactured Item)Reference to the medicinal product, pharmaceutical product and/or manufactured item where the ingredient is used
... role Σ1..1CodeableConceptRole of the ingredient. PPL data normally only includes active ingredients.
Binding: IngredientRole (example): A classification of the ingredient identifying its purpose within the product, e.g. active, inactive.

... function Σ0..*CodeableConceptPrecise action within the drug product, e.g. antioxidant, alkalizing agent
Binding: IngredientFunction (example): A classification of the ingredient identifying its precise purpose(s) in the drug product (beyond e.g. active/inactive).


... allergenicIndicator Σ0..1booleanIf the ingredient is a known or suspected allergen
... manufacturer Σ0..*BackboneElementAn organization that manufactures this ingredient
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... role Σ0..1codeallowed | possible | actual
Binding: IngredientManufacturerRole (required): The way in which this manufacturer is associated with the ingredient.

.... manufacturer Σ1..1Reference(Organization)An organization that manufactures this ingredient
... substance Σ1..1BackboneElementSubstance code from EMA SMS
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code Σ1..1CodeableReference(SubstanceDefinition)A code or full resource that represents the ingredient substance
Binding: EMA SPOR SMS Substances (example)
.... strength Σ0..*BackboneElementThe quantity of substance, per presentation, or per volume or mass, and type of quantity
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... Slices for presentation[x] Σ0..1The quantity of substance in the unit of presentation
Slice: Unordered, Open by type:$this
...... presentationRatioRatio
...... presentationRatioRangeRatioRange
...... presentation[x]:presentationRatio Σ0..1RatioStrength per unit of presentation (10mg/vial or 10mg/0.5ml where 0.5ml is the size of the vial)
..... textPresentation Σ0..1stringText of either the whole presentation strength or a part of it (rest being in Strength.presentation as a ratio)
..... Slices for concentration[x] Σ0..1The strength per unitary volume (or mass)
Slice: Unordered, Open by type:$this
...... concentrationRatioRatio
...... concentrationRatioRangeRatioRange
...... concentration[x]:concentrationRatio Σ0..1RatioStrength per unit of measurement (20mg/1ml)
..... textConcentration Σ0..1stringText of either the whole concentration strength or a part of it (rest being in Strength.concentration as a ratio)
..... measurementPoint Σ0..1stringWhen strength is measured at a particular point or distance
..... country Σ0..*CodeableConceptWhere the strength range applies
Binding: Country ValueSet (example): Jurisdiction codes


..... referenceStrength Σ0..*BackboneElementStrenth expressed in terms of a reference substance; reference strength type not distinguished. According to EMA IG, all products need to have reference strentgh (repeating the strentgh, if needed)
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... substance Σ0..1CodeableReference(SubstanceDefinition)Substance code from EMA SMS
Binding: EMA SPOR SMS Substances (example)
...... strength[x] Σ1..1Strength expressed in terms of a reference substance
....... strengthRatioRatio
....... strengthRatioRangeRatioRange
...... measurementPoint Σ0..1stringWhen strength is measured at a particular point or distance
...... country Σ0..*CodeableConceptWhere the strength range applies
Binding: Country ValueSet (example): Jurisdiction codes



doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Ingredient.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Ingredient.statusrequiredPublicationStatus
Ingredient.roleexampleIngredientRole
Ingredient.functionexampleIngredientFunction
Ingredient.manufacturer.rolerequiredIngredientManufacturerRole
Ingredient.substance.codeexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
Ingredient.substance.strength.countryexampleCountry ValueSet
Ingredient.substance.strength.referenceStrength.substanceexampleSubstancesSMS (a valid code from Substances EMA SPOR SMS)
Ingredient.substance.strength.referenceStrength.countryexampleCountry ValueSet

Constraints

IdGradePath(s)DetailsRequirements
dom-r4bwarningIngredient.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
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()

 

Other representations of profile: CSV, Excel, Schematron