Cumuluz Translate Implementation Guide
0.1.0 - ci-build
Cumuluz Translate Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://fhir.cumuluz.org/xib/StructureDefinition/xib-Medication | Version: 0.1.0 | |||
| Draft as of 2026-07-11 | Computable Name: XibMedication | |||
Generic XIB medication target for nl-core Medication profiles.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Naam | Markeringen | Kard. | Type | Omschrijving & constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | MedicationEuCore | Definition of a Medication | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
Content/regels voor alle slices | |||
![]() ![]() ![]() |
0..1 | string | Current trade name (authorised name) of the medicinal product. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname | |
![]() ![]() ![]() |
0..* | CodeableConcept | Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification Binding: ProductClassification (example) | |
![]() ![]() ![]() |
0..1 | Quantity | Size of one item (for example, in a pack of 5 vials, this would represent the size of 1 vial) Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem | |
![]() ![]() ![]() |
0..* | (Complex) | Specifies other descriptive properties of the medication. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Unit of presentation of the product (e.g. tablet, vial, ampoule, etc) Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation Binding: UnitOfPresentation (example) | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of container. This information is more relevant in cases when the packaging has an impact on administration of the product (e.g. pre-filled syringe) Url: http://hl7.eu/fhir/StructureDefinition/medication-package-type Binding: eHDSI Package (example) | |
![]() ![]() ![]() |
0..* | (Complex) | Device, typically an administration device, included in the product. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device | |
![]() ![]() ![]() ![]() |
2..* | Extension | Extension Slice: Zonder volgorde, Open op value:url | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Zonder volgorde, Open op value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "device" | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Number of defined devices in te package | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Zonder volgorde, Open op value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "quantity" | |
![]() ![]() ![]() ![]() |
1..1 | uri | "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device" | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
SΣ | 0..1 | CodeableConcept | A terminology-based code for the product (e.g. SNOMED CT code) Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication. |
![]() ![]() |
?!SΣ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: eHDSI Dose Form (example) |
![]() ![]() |
SΣ | 0..1 | Ratio | Amount of the medication (for example, in a package or a vial) |
![]() ![]() |
0..1 | BackboneElement | Details about packaged medications | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
S | 0..1 | string | Lot Number |
Documentatie voor dit formaat | ||||
| Pad | Status | Gebruik | ValueSet | Versie | Source |
| Medication.code | Base | example | SNOMED CT Medication Codes | 📍4.0.1 | FHIR Std. |
| Medication.status | Base | required | Medication status codes | 📍4.0.1 | FHIR Std. |
| Medication.form | Base | example |
eHDSI Dose Form
|
⏿0.2.0 | tx.hl7europe.eu |
| Id | Grade | Pad(en) | Omschrijving | Expressie |
| dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Medication | If 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().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(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Medication | If 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-5 | error | Medication | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Medication | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from MedicationEuCore
| Naam | Markeringen | Kard. | Type | Omschrijving & constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | MedicationEuCore | Definition of a Medication | |
![]() ![]() |
S | 0..1 | CodeableConcept | A terminology-based code for the product (e.g. SNOMED CT code) |
![]() ![]() |
S | 0..1 | code | active | inactive | entered-in-error |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + |
![]() ![]() |
S | 0..1 | Ratio | Amount of the medication (for example, in a package or a vial) |
![]() ![]() |
||||
![]() ![]() ![]() |
S | 0..1 | string | Lot Number |
Documentatie voor dit formaat | ||||
| Naam | Markeringen | Kard. | Type | Omschrijving & constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | MedicationEuCore | Definition of a Medication | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Zonder volgorde, Open op value:url | |||||
![]() ![]() ![]() |
0..1 | string | Current trade name (authorised name) of the medicinal product. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification Binding: ProductClassification (example) | |||||
![]() ![]() ![]() |
0..1 | Quantity | Size of one item (for example, in a pack of 5 vials, this would represent the size of 1 vial) Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem | |||||
![]() ![]() ![]() |
0..* | (Complex) | Specifies other descriptive properties of the medication. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Unit of presentation of the product (e.g. tablet, vial, ampoule, etc) Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation Binding: UnitOfPresentation (example) | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of container. This information is more relevant in cases when the packaging has an impact on administration of the product (e.g. pre-filled syringe) Url: http://hl7.eu/fhir/StructureDefinition/medication-package-type Binding: eHDSI Package (example) | |||||
![]() ![]() ![]() |
0..* | (Complex) | Device, typically an administration device, included in the product. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
2..* | Extension | Extension Slice: Zonder volgorde, Open op value:url | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Zonder volgorde, Open op value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "device" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Value of extension Binding: eHDSI Package (example) | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Number of defined devices in te package | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Zonder volgorde, Open op value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "quantity" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Quantity | Value of extension | |||||
![]() ![]() ![]() ![]() |
1..1 | uri | "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device" | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | Identifier for the medicinal product, its generic representation, or packaged product (e.g. EMA PMS ID on product or package level) | ||||
![]() ![]() |
SΣ | 0..1 | CodeableConcept | A terminology-based code for the product (e.g. SNOMED CT code) Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication. | ||||
![]() ![]() |
?!SΣ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. | ||||
![]() ![]() |
Σ | 0..1 | Reference(Organization) | Marketing authorisation holder of the medicinal product. If the product does not have a marketing authorisation, the manufactured information may be used. It is sufficient to populate only name and optionally an identifier of the organisation. | ||||
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: eHDSI Dose Form (example) | ||||
![]() ![]() |
SΣ | 0..1 | Ratio | Amount of the medication (for example, in a package or a vial) | ||||
![]() ![]() |
0..* | BackboneElement | Ingredient or a part product. For combination packs, each ingredient can be a separate manufactured item with its own ingredients, dose form, and strength | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | The actual ingredient or content Slice: Zonder volgorde, Gesloten op type:$this | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | |||||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Medication (EU core)) | The actual ingredient or content | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | The actual ingredient or content Binding: Medicine Active Substances - IPS (example)
| |||||
![]() ![]() ![]() |
0..1 | boolean | Active ingredient indicator. By default, only active ingredients are expected - therefore, the default value is true. | |||||
![]() ![]() ![]() |
0..1 | Ratio | Amount of substance in product (presentation or concentration strength) | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Zonder volgorde, Open op value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Substance for which the strength is provided (this could be different from the precise active ingredient). Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-strengthsubstance Binding: SNOMEDCTSubstanceCodes (example) | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Quantity | Numerator value | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Quantity | Denominator value | ||||
![]() ![]() |
0..1 | BackboneElement | Details about packaged medications | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
S | 0..1 | string | Lot Number | ||||
![]() ![]() ![]() |
0..1 | dateTime | Expiration Date | |||||
Documentatie voor dit formaat | ||||||||
| Pad | Status | Gebruik | ValueSet | Versie | Source |
| Medication.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Medication.extension:device.extension:device.value[x] | Base | example |
eHDSI Package
|
⏿0.2.0 | tx.hl7europe.eu |
| Medication.code | Base | example | SNOMED CT Medication Codes | 📍4.0.1 | FHIR Std. |
| Medication.status | Base | required | Medication status codes | 📍4.0.1 | FHIR Std. |
| Medication.form | Base | example |
eHDSI Dose Form
|
⏿0.2.0 | tx.hl7europe.eu |
| Medication.ingredient.item[x]:itemCodeableConcept | Base | example |
Medicine Active Substances - IPS
|
⏿2.0.0 | tx.hl7europe.eu |
| Id | Grade | Pad(en) | Omschrijving | Expressie |
| dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Medication | If 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().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(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Medication | If 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-5 | error | Medication | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Medication | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from MedicationEuCore
Key Elements View
| Naam | Markeringen | Kard. | Type | Omschrijving & constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | MedicationEuCore | Definition of a Medication | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
Content/regels voor alle slices | |||
![]() ![]() ![]() |
0..1 | string | Current trade name (authorised name) of the medicinal product. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname | |
![]() ![]() ![]() |
0..* | CodeableConcept | Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification Binding: ProductClassification (example) | |
![]() ![]() ![]() |
0..1 | Quantity | Size of one item (for example, in a pack of 5 vials, this would represent the size of 1 vial) Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem | |
![]() ![]() ![]() |
0..* | (Complex) | Specifies other descriptive properties of the medication. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Unit of presentation of the product (e.g. tablet, vial, ampoule, etc) Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation Binding: UnitOfPresentation (example) | |
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of container. This information is more relevant in cases when the packaging has an impact on administration of the product (e.g. pre-filled syringe) Url: http://hl7.eu/fhir/StructureDefinition/medication-package-type Binding: eHDSI Package (example) | |
![]() ![]() ![]() |
0..* | (Complex) | Device, typically an administration device, included in the product. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device | |
![]() ![]() ![]() ![]() |
2..* | Extension | Extension Slice: Zonder volgorde, Open op value:url | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Zonder volgorde, Open op value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "device" | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Number of defined devices in te package | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Zonder volgorde, Open op value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "quantity" | |
![]() ![]() ![]() ![]() |
1..1 | uri | "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device" | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
SΣ | 0..1 | CodeableConcept | A terminology-based code for the product (e.g. SNOMED CT code) Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication. |
![]() ![]() |
?!SΣ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: eHDSI Dose Form (example) |
![]() ![]() |
SΣ | 0..1 | Ratio | Amount of the medication (for example, in a package or a vial) |
![]() ![]() |
0..1 | BackboneElement | Details about packaged medications | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
S | 0..1 | string | Lot Number |
Documentatie voor dit formaat | ||||
| Pad | Status | Gebruik | ValueSet | Versie | Source |
| Medication.code | Base | example | SNOMED CT Medication Codes | 📍4.0.1 | FHIR Std. |
| Medication.status | Base | required | Medication status codes | 📍4.0.1 | FHIR Std. |
| Medication.form | Base | example |
eHDSI Dose Form
|
⏿0.2.0 | tx.hl7europe.eu |
| Id | Grade | Pad(en) | Omschrijving | Expressie |
| dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Medication | If 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().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(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Medication | If 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-5 | error | Medication | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Medication | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from MedicationEuCore
| Naam | Markeringen | Kard. | Type | Omschrijving & constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | MedicationEuCore | Definition of a Medication | |
![]() ![]() |
S | 0..1 | CodeableConcept | A terminology-based code for the product (e.g. SNOMED CT code) |
![]() ![]() |
S | 0..1 | code | active | inactive | entered-in-error |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + |
![]() ![]() |
S | 0..1 | Ratio | Amount of the medication (for example, in a package or a vial) |
![]() ![]() |
||||
![]() ![]() ![]() |
S | 0..1 | string | Lot Number |
Documentatie voor dit formaat | ||||
Snapshot View
| Naam | Markeringen | Kard. | Type | Omschrijving & constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | MedicationEuCore | Definition of a Medication | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Zonder volgorde, Open op value:url | |||||
![]() ![]() ![]() |
0..1 | string | Current trade name (authorised name) of the medicinal product. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification Binding: ProductClassification (example) | |||||
![]() ![]() ![]() |
0..1 | Quantity | Size of one item (for example, in a pack of 5 vials, this would represent the size of 1 vial) Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem | |||||
![]() ![]() ![]() |
0..* | (Complex) | Specifies other descriptive properties of the medication. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Unit of presentation of the product (e.g. tablet, vial, ampoule, etc) Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation Binding: UnitOfPresentation (example) | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Type of container. This information is more relevant in cases when the packaging has an impact on administration of the product (e.g. pre-filled syringe) Url: http://hl7.eu/fhir/StructureDefinition/medication-package-type Binding: eHDSI Package (example) | |||||
![]() ![]() ![]() |
0..* | (Complex) | Device, typically an administration device, included in the product. Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
2..* | Extension | Extension Slice: Zonder volgorde, Open op value:url | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Zonder volgorde, Open op value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "device" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Value of extension Binding: eHDSI Package (example) | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Number of defined devices in te package | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Zonder volgorde, Open op value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "quantity" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Quantity | Value of extension | |||||
![]() ![]() ![]() ![]() |
1..1 | uri | "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device" | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | Identifier for the medicinal product, its generic representation, or packaged product (e.g. EMA PMS ID on product or package level) | ||||
![]() ![]() |
SΣ | 0..1 | CodeableConcept | A terminology-based code for the product (e.g. SNOMED CT code) Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication. | ||||
![]() ![]() |
?!SΣ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. | ||||
![]() ![]() |
Σ | 0..1 | Reference(Organization) | Marketing authorisation holder of the medicinal product. If the product does not have a marketing authorisation, the manufactured information may be used. It is sufficient to populate only name and optionally an identifier of the organisation. | ||||
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: eHDSI Dose Form (example) | ||||
![]() ![]() |
SΣ | 0..1 | Ratio | Amount of the medication (for example, in a package or a vial) | ||||
![]() ![]() |
0..* | BackboneElement | Ingredient or a part product. For combination packs, each ingredient can be a separate manufactured item with its own ingredients, dose form, and strength | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | The actual ingredient or content Slice: Zonder volgorde, Gesloten op type:$this | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | |||||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Medication (EU core)) | The actual ingredient or content | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | The actual ingredient or content Binding: Medicine Active Substances - IPS (example)
| |||||
![]() ![]() ![]() |
0..1 | boolean | Active ingredient indicator. By default, only active ingredients are expected - therefore, the default value is true. | |||||
![]() ![]() ![]() |
0..1 | Ratio | Amount of substance in product (presentation or concentration strength) | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Zonder volgorde, Open op value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Substance for which the strength is provided (this could be different from the precise active ingredient). Url: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-strengthsubstance Binding: SNOMEDCTSubstanceCodes (example) | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Quantity | Numerator value | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Quantity | Denominator value | ||||
![]() ![]() |
0..1 | BackboneElement | Details about packaged medications | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
S | 0..1 | string | Lot Number | ||||
![]() ![]() ![]() |
0..1 | dateTime | Expiration Date | |||||
Documentatie voor dit formaat | ||||||||
| Pad | Status | Gebruik | ValueSet | Versie | Source |
| Medication.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Medication.extension:device.extension:device.value[x] | Base | example |
eHDSI Package
|
⏿0.2.0 | tx.hl7europe.eu |
| Medication.code | Base | example | SNOMED CT Medication Codes | 📍4.0.1 | FHIR Std. |
| Medication.status | Base | required | Medication status codes | 📍4.0.1 | FHIR Std. |
| Medication.form | Base | example |
eHDSI Dose Form
|
⏿0.2.0 | tx.hl7europe.eu |
| Medication.ingredient.item[x]:itemCodeableConcept | Base | example |
Medicine Active Substances - IPS
|
⏿2.0.0 | tx.hl7europe.eu |
| Id | Grade | Pad(en) | Omschrijving | Expressie |
| dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Medication | If 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().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(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Medication | If 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-5 | error | Medication | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Medication | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from MedicationEuCore
Other representations of profile: CSV, Excel, Schematron