MyHealth@Eu Patient Summary
1.0.0-ci-build - ci-build 150

MyHealth@Eu Patient Summary - Local Development build (v1.0.0-ci-build) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Medication: EPS

Official URL: http://fhir.ehdsi.eu/eps/StructureDefinition/medication-eps-myhealtheu Version: 1.0.0-ci-build
Standards status: Draft Maturity Level: 1 Computable Name: MedicationMyHealthEuEps

This profile constrains the Medication resource for the purpose of this guide, adapted from the MPD work.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* MedicationMyHealthCore Definition of a Medication
This profile also imposes the profile Medication Obligations (EPS)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension Content/Rules for all slices
.... extension:productName O 0..1 string Medication - Product Name
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname
ObligationsActor
SHALL:handle EHDSI Handler
.... extension:classification O 0..* (Complex) Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification
ObligationsActor
SHALL:handle EHDSI Handler
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Active Ingredient (required)
.... extension:sizeOfItem 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
.... extension:characteristic 0..* (Complex) Specifies other descriptive properties of the medication.
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic
.... extension:unitOfPresentation 0..1 (Complex) Medication - Unit of presentation
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation"
..... value[x] 1..1 CodeableConcept Value of extension
Binding: eHDSI Quantity Unit (extensible)
.... extension:packageType 0..1 (Complex) Medication: Package type
URL: http://hl7.eu/fhir/StructureDefinition/medication-package-type
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.eu/fhir/StructureDefinition/medication-package-type"
.... extension:device 0..* (Complex) Medication - Device
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device
..... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:device 1..1 Extension Extension
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "device"
...... extension:quantity 1..1 Extension Number of defined devices in te package
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "quantity"
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device"
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... code OΣ 0..1 CodeableConcept National product code
Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication.
ObligationsActor
SHALL:handle EHDSI Handler
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.
... form O 1..1 CodeableConcept add exceptional values and make it required
Binding: eHDSI Dose Form (required)
ObligationsActor
SHALL:handle EHDSI Handler
... ingredient 1..* 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
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
..... itemReference Reference(Any)
..... itemCodeableConcept CodeableConcept
..... item[x]:itemReference 0..1 Reference(Medication: EPS) The actual ingredient or content
..... item[x]:itemCodeableConcept O 0..1 CodeableConcept The actual ingredient or content
Binding: eHDSI Substance with exceptions (required)
Additional BindingsPurpose
eHDSI Substance candidate
ObligationsActor
SHALL:handle EHDSI Handler
.... isActive 0..1 boolean Active ingredient flag

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Medication.extension:classification.​value[x] Base required eHDSI Active Ingredient 📦9.1.0 This IG
Medication.extension:unitOfPresentation.​value[x] Base extensible eHDSI Quantity Unit 📦9.1.0 This IG
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 required eHDSI Dose Form 📦9.1.0 This IG
Medication.ingredient.​item[x]:itemCodeableConcept Base required eHDSI Substance with exceptions 📦1.0.0-ci-build This IG

Constraints

Id Grade Path(s) Description Expression
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 MedicationMyHealthCore

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication MedicationMyHealthCore This profile also imposes the profile Medication Obligations (EPS)
... Slices for extension Content/Rules for all slices
.... extension:productName O 0..1 MedicationProductName Medication - Product Name
ObligationsActor
SHALL:handle EHDSI Handler
.... extension:classification O 0..* MedicationClassification Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc
ObligationsActor
SHALL:handle EHDSI Handler
..... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Active Ingredient (required)
... identifier 0..* Identifier Identifier for the medicinal product, its generic representation, or packaged product.
... code O 0..1 CodeableConcept National product code
ObligationsActor
SHALL:handle EHDSI Handler
... ingredient 1..* 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
.... Slices for item[x] Content/Rules for all slices
..... item[x]:itemReference 0..1 Reference(Medication: EPS) The actual ingredient or content
..... item[x]:itemCodeableConcept O 0..1 CodeableConcept The actual ingredient or content
Binding: eHDSI Substance with exceptions (required)
ObligationsActor
SHALL:handle EHDSI Handler
.... isActive 0..1 boolean Active ingredient flag

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Medication.extension:classification.​value[x] Base required eHDSI Active Ingredient 📦9.1.0 This IG
Medication.ingredient.​item[x]:itemCodeableConcept Base required eHDSI Substance with exceptions 📦1.0.0-ci-build This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* MedicationMyHealthCore Definition of a Medication
This profile also imposes the profile Medication Obligations (EPS)
... 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
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:productName O 0..1 string Medication - Product Name
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname
ObligationsActor
SHALL:handle EHDSI Handler
.... extension:classification O 0..* (Complex) Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification
ObligationsActor
SHALL:handle EHDSI Handler
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Active Ingredient (required)
.... extension:sizeOfItem 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
.... extension:characteristic 0..* (Complex) Specifies other descriptive properties of the medication.
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic
.... extension:unitOfPresentation 0..1 (Complex) Medication - Unit of presentation
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation"
..... value[x] 1..1 CodeableConcept Value of extension
Binding: eHDSI Quantity Unit (extensible)
.... extension:packageType 0..1 (Complex) Medication: Package type
URL: http://hl7.eu/fhir/StructureDefinition/medication-package-type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.eu/fhir/StructureDefinition/medication-package-type"
..... value[x] 0..1 CodeableConcept Type of container, e.g pre-filled syringe, unit-dose blister, sachet, etc.
Binding: eHDSI Package (extensible)
.... extension:device 0..* (Complex) Medication - Device
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:device 1..1 Extension Extension
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "device"
....... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Package (extensible)
...... extension:quantity 1..1 Extension Number of defined devices in te package
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "quantity"
....... value[x] 0..1 Quantity Value of extension
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device"
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Identifier for the medicinal product, its generic representation, or packaged product.
... code OΣ 0..1 CodeableConcept National product code
Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication.
ObligationsActor
SHALL:handle EHDSI Handler
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.
... manufacturer Σ 0..1 Reference(Organization) Manufacturer
... form O 1..1 CodeableConcept add exceptional values and make it required
Binding: eHDSI Dose Form (required)
ObligationsActor
SHALL:handle EHDSI Handler
... amount Σ 0..1 RatioMyHealth Amount of drug in package
... ingredient 1..* 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
.... 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
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
..... itemReference Reference(Any)
..... itemCodeableConcept CodeableConcept
..... item[x]:itemReference 0..1 Reference(Medication: EPS) The actual ingredient or content
..... item[x]:itemCodeableConcept O 0..1 CodeableConcept The actual ingredient or content
Binding: eHDSI Substance with exceptions (required)
Additional BindingsPurpose
eHDSI Substance candidate
ObligationsActor
SHALL:handle EHDSI Handler
.... isActive 0..1 boolean Active ingredient flag
.... strength 0..1 RatioMyHealth Amount of substance in product (presentation or concentration strength)
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... extension:basisOfStrengthSubstance 0..1 (Complex) Medication - Strength substance
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-strengthsubstance
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-strengthsubstance"
....... value[x] 1..1 CodeableConcept Value of extension
Binding: eHDSI Substance With Exceptions (required)
..... numerator Σ 0..1 Quantity Numerator value
..... denominator Σ 0..1 Quantity Denominator value
... batch 0..1 BackboneElement Details about packaged medications
.... 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
.... lotNumber 0..1 string Lot Number
.... expirationDate 0..1 dateTime Expiration Date

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Medication.language Base required eHDSI Language 📦9.1.0 This IG
Medication.extension:classification.​value[x] Base required eHDSI Active Ingredient 📦9.1.0 This IG
Medication.extension:unitOfPresentation.​value[x] Base extensible eHDSI Quantity Unit 📦9.1.0 This IG
Medication.extension:packageType.​value[x] Base extensible eHDSI Package 📦9.1.0 This IG
Medication.extension:device.​extension:device.value[x] Base extensible eHDSI Package 📦9.1.0 This IG
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 required eHDSI Dose Form 📦9.1.0 This IG
Medication.ingredient.​item[x]:itemCodeableConcept Base required eHDSI Substance with exceptions 📦1.0.0-ci-build This IG
Medication.ingredient.​strength.extension:basisOfStrengthSubstance.​value[x] Base required eHDSI Substance With Exceptions 📦1.0.0-ci-build This IG

Constraints

Id Grade Path(s) Description Expression
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 MedicationMyHealthCore

Summary

Mandatory: 2 elements

Structures

This structure refers to these other structures:

Maturity: 1

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* MedicationMyHealthCore Definition of a Medication
This profile also imposes the profile Medication Obligations (EPS)
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension Content/Rules for all slices
.... extension:productName O 0..1 string Medication - Product Name
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname
ObligationsActor
SHALL:handle EHDSI Handler
.... extension:classification O 0..* (Complex) Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification
ObligationsActor
SHALL:handle EHDSI Handler
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Active Ingredient (required)
.... extension:sizeOfItem 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
.... extension:characteristic 0..* (Complex) Specifies other descriptive properties of the medication.
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic
.... extension:unitOfPresentation 0..1 (Complex) Medication - Unit of presentation
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation"
..... value[x] 1..1 CodeableConcept Value of extension
Binding: eHDSI Quantity Unit (extensible)
.... extension:packageType 0..1 (Complex) Medication: Package type
URL: http://hl7.eu/fhir/StructureDefinition/medication-package-type
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.eu/fhir/StructureDefinition/medication-package-type"
.... extension:device 0..* (Complex) Medication - Device
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device
..... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:device 1..1 Extension Extension
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "device"
...... extension:quantity 1..1 Extension Number of defined devices in te package
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "quantity"
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device"
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... code OΣ 0..1 CodeableConcept National product code
Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication.
ObligationsActor
SHALL:handle EHDSI Handler
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.
... form O 1..1 CodeableConcept add exceptional values and make it required
Binding: eHDSI Dose Form (required)
ObligationsActor
SHALL:handle EHDSI Handler
... ingredient 1..* 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
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
..... itemReference Reference(Any)
..... itemCodeableConcept CodeableConcept
..... item[x]:itemReference 0..1 Reference(Medication: EPS) The actual ingredient or content
..... item[x]:itemCodeableConcept O 0..1 CodeableConcept The actual ingredient or content
Binding: eHDSI Substance with exceptions (required)
Additional BindingsPurpose
eHDSI Substance candidate
ObligationsActor
SHALL:handle EHDSI Handler
.... isActive 0..1 boolean Active ingredient flag

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Medication.extension:classification.​value[x] Base required eHDSI Active Ingredient 📦9.1.0 This IG
Medication.extension:unitOfPresentation.​value[x] Base extensible eHDSI Quantity Unit 📦9.1.0 This IG
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 required eHDSI Dose Form 📦9.1.0 This IG
Medication.ingredient.​item[x]:itemCodeableConcept Base required eHDSI Substance with exceptions 📦1.0.0-ci-build This IG

Constraints

Id Grade Path(s) Description Expression
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 MedicationMyHealthCore

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication MedicationMyHealthCore This profile also imposes the profile Medication Obligations (EPS)
... Slices for extension Content/Rules for all slices
.... extension:productName O 0..1 MedicationProductName Medication - Product Name
ObligationsActor
SHALL:handle EHDSI Handler
.... extension:classification O 0..* MedicationClassification Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc
ObligationsActor
SHALL:handle EHDSI Handler
..... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Active Ingredient (required)
... identifier 0..* Identifier Identifier for the medicinal product, its generic representation, or packaged product.
... code O 0..1 CodeableConcept National product code
ObligationsActor
SHALL:handle EHDSI Handler
... ingredient 1..* 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
.... Slices for item[x] Content/Rules for all slices
..... item[x]:itemReference 0..1 Reference(Medication: EPS) The actual ingredient or content
..... item[x]:itemCodeableConcept O 0..1 CodeableConcept The actual ingredient or content
Binding: eHDSI Substance with exceptions (required)
ObligationsActor
SHALL:handle EHDSI Handler
.... isActive 0..1 boolean Active ingredient flag

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Medication.extension:classification.​value[x] Base required eHDSI Active Ingredient 📦9.1.0 This IG
Medication.ingredient.​item[x]:itemCodeableConcept Base required eHDSI Substance with exceptions 📦1.0.0-ci-build This IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* MedicationMyHealthCore Definition of a Medication
This profile also imposes the profile Medication Obligations (EPS)
... 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
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:productName O 0..1 string Medication - Product Name
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname
ObligationsActor
SHALL:handle EHDSI Handler
.... extension:classification O 0..* (Complex) Classifications of the product, e.g ATC, narcotic/psychotropic, orphan drug, etc
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification
ObligationsActor
SHALL:handle EHDSI Handler
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Active Ingredient (required)
.... extension:sizeOfItem 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
.... extension:characteristic 0..* (Complex) Specifies other descriptive properties of the medication.
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic
.... extension:unitOfPresentation 0..1 (Complex) Medication - Unit of presentation
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation"
..... value[x] 1..1 CodeableConcept Value of extension
Binding: eHDSI Quantity Unit (extensible)
.... extension:packageType 0..1 (Complex) Medication: Package type
URL: http://hl7.eu/fhir/StructureDefinition/medication-package-type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://hl7.eu/fhir/StructureDefinition/medication-package-type"
..... value[x] 0..1 CodeableConcept Type of container, e.g pre-filled syringe, unit-dose blister, sachet, etc.
Binding: eHDSI Package (extensible)
.... extension:device 0..* (Complex) Medication - Device
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:device 1..1 Extension Extension
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "device"
....... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Package (extensible)
...... extension:quantity 1..1 Extension Number of defined devices in te package
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "quantity"
....... value[x] 0..1 Quantity Value of extension
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device"
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Identifier for the medicinal product, its generic representation, or packaged product.
... code OΣ 0..1 CodeableConcept National product code
Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication.
ObligationsActor
SHALL:handle EHDSI Handler
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.
... manufacturer Σ 0..1 Reference(Organization) Manufacturer
... form O 1..1 CodeableConcept add exceptional values and make it required
Binding: eHDSI Dose Form (required)
ObligationsActor
SHALL:handle EHDSI Handler
... amount Σ 0..1 RatioMyHealth Amount of drug in package
... ingredient 1..* 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
.... 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
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
..... itemReference Reference(Any)
..... itemCodeableConcept CodeableConcept
..... item[x]:itemReference 0..1 Reference(Medication: EPS) The actual ingredient or content
..... item[x]:itemCodeableConcept O 0..1 CodeableConcept The actual ingredient or content
Binding: eHDSI Substance with exceptions (required)
Additional BindingsPurpose
eHDSI Substance candidate
ObligationsActor
SHALL:handle EHDSI Handler
.... isActive 0..1 boolean Active ingredient flag
.... strength 0..1 RatioMyHealth Amount of substance in product (presentation or concentration strength)
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... extension:basisOfStrengthSubstance 0..1 (Complex) Medication - Strength substance
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-strengthsubstance
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-strengthsubstance"
....... value[x] 1..1 CodeableConcept Value of extension
Binding: eHDSI Substance With Exceptions (required)
..... numerator Σ 0..1 Quantity Numerator value
..... denominator Σ 0..1 Quantity Denominator value
... batch 0..1 BackboneElement Details about packaged medications
.... 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
.... lotNumber 0..1 string Lot Number
.... expirationDate 0..1 dateTime Expiration Date

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Medication.language Base required eHDSI Language 📦9.1.0 This IG
Medication.extension:classification.​value[x] Base required eHDSI Active Ingredient 📦9.1.0 This IG
Medication.extension:unitOfPresentation.​value[x] Base extensible eHDSI Quantity Unit 📦9.1.0 This IG
Medication.extension:packageType.​value[x] Base extensible eHDSI Package 📦9.1.0 This IG
Medication.extension:device.​extension:device.value[x] Base extensible eHDSI Package 📦9.1.0 This IG
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 required eHDSI Dose Form 📦9.1.0 This IG
Medication.ingredient.​item[x]:itemCodeableConcept Base required eHDSI Substance with exceptions 📦1.0.0-ci-build This IG
Medication.ingredient.​strength.extension:basisOfStrengthSubstance.​value[x] Base required eHDSI Substance With Exceptions 📦1.0.0-ci-build This IG

Constraints

Id Grade Path(s) Description Expression
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 MedicationMyHealthCore

Summary

Mandatory: 2 elements

Structures

This structure refers to these other structures:

Maturity: 1

 

Other representations of profile: CSV, Excel, Schematron