CH EMED EPR
2.0.1-ci-build - ci-build Switzerland flag

CH EMED EPR, published by CARA. This guide is not an authorized publication; it is the continuous build for version 2.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CARA-ch/ch-emed-epr/ and changes regularly. See the Directory of published versions

Resource Profile: CH EMED EPR Medication (DIS)

Official URL: http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication-medicationdispense Version: 2.0.1-ci-build
Draft as of 2025-09-04 Computable Name: CHEMEDEPRMedicationMedicationDispense

Copyright/Legal: CC0-1.0

Definition of the medication for the medication dispense

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 C 0..* CHEMEDMedicationMedicationDispense CH EMED Medication (MedicationDispense)
Constraints: ch-emed-med-1
... extension D 0..* Extension ✕ This element is not supported
... code Σ 1..1 CodeableConcept Codes that identify this medication. GTIN or ATC code SHOULD be specified. See also treatment guidance page.
Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code of the medication
Slice: Unordered, Open by value:system
..... coding:GTIN SΣ 0..1 Coding GTIN for Swiss products
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Global Trade Item Number (GS1)
Fixed Value: urn:oid:2.51.1.1
...... version ΣD 0..1 string ✕ This element is not supported
...... code Σ 1..1 code Symbol in syntax defined by the system
...... userSelected ΣD 0..1 boolean ✕ This element is not supported
..... coding:ATC Σ 0..1 Coding ATC for foreign products
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Anatomical Therapeutic Chemical (ATC) Classification
Fixed Value: http://www.whocc.no/atc
...... version ΣD 0..1 string ✕ This element is not supported
...... code Σ 1..1 code Symbol in syntax defined by the system
...... userSelected ΣD 0..1 boolean ✕ This element is not supported
.... text SΣ 1..1 string Medication name
... 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.
Required Pattern: active
... form 0..1 CodeableConcept Galenic form
Binding: EDQM - Pharmaceutical Dose Form (required)
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... coding SΣ 1..* Coding Code defined by a terminology system
..... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version ΣD 0..1 string ✕ This element is not supported
..... code Σ 1..1 code Symbol in syntax defined by the system
..... userSelected ΣD 0..1 boolean ✕ This element is not supported
.... text Σ 1..1 string Plain text representation of the concept
... amount Σ 1..1 CHCoreRatioWithEmedUnits Package size
... ingredient 0..* BackboneElement Ingredients SHOULD be specified. See also treatment guidance page.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
Binding: ActivePharmaceuticalIngredient (preferred)
..... itemCodeableConcept CodeableConcept
..... itemReference Reference(Substance | CH Core Medication)
..... item[x]:itemCodeableConcept 0..1 CodeableConcept The actual ingredient or content
Binding: ActivePharmaceuticalIngredient (preferred)
...... id D 0..1 string ✕ This element is not supported
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... text SΣ 1..1 string Ingredient name
.... strength S 0..1 CHCoreRatioWithEmedUnits Dose per unit

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Medication.codeexampleSNOMEDCTMedicationCodes
http://hl7.org/fhir/ValueSet/medication-codes
From the FHIR Standard
Medication.statusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
From the FHIR Standard
Medication.formrequiredPharmaceuticalDoseFormEDQM
http://fhir.ch/ig/ch-term/ValueSet/edqm-pharmaceuticaldoseform
Medication.ingredient.item[x]preferredActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient
Medication.ingredient.item[x]:itemCodeableConceptpreferredActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient

Constraints

IdGradePath(s)DetailsRequirements
ch-emed-med-1errorMedicationMedication or ingredient name has to be specified
: code.text.exists() or ingredient.item.text.exists()
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf 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-4errorMedicationIf 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-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from CHEMEDMedicationMedicationDispense

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* CHEMEDMedicationMedicationDispense CH EMED Medication (MedicationDispense)
... meta
.... extension D 0..* Extension ✕ This element is not supported
.... versionId D 0..1 id ✕ This element is not supported
.... lastUpdated D 0..1 instant ✕ This element is not supported
.... source D 0..1 uri ✕ This element is not supported
.... security D 0..* Coding ✕ This element is not supported
.... tag D 0..* Coding ✕ This element is not supported
... implicitRules 0..0
... extension D 0..* Extension ✕ This element is not supported
... code 1..1 CodeableConcept Codes that identify this medication. GTIN or ATC code SHOULD be specified. See also treatment guidance page.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... Slices for coding Content/Rules for all slices
..... coding:GTIN 0..1 Coding GTIN for Swiss products
...... extension D 0..* Extension ✕ This element is not supported
...... version D 0..1 string ✕ This element is not supported
...... userSelected D 0..1 boolean ✕ This element is not supported
..... coding:ATC 0..1 Coding ATC for foreign products
...... extension D 0..* Extension ✕ This element is not supported
...... version D 0..1 string ✕ This element is not supported
...... userSelected D 0..1 boolean ✕ This element is not supported
... status 0..1 code active | inactive | entered-in-error
Required Pattern: active
... manufacturer 0..1 Reference(CH EMED EPR Organization) Manufacturer of the item
... form
.... extension D 0..* Extension ✕ This element is not supported
.... coding
..... extension D 0..* Extension ✕ This element is not supported
..... version D 0..1 string ✕ This element is not supported
..... userSelected D 0..1 boolean ✕ This element is not supported
.... text 1..1 string Plain text representation of the concept
... ingredient 0..* BackboneElement Ingredients SHOULD be specified. See also treatment guidance page.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... modifierExtension 0..0
.... Slices for item[x] Content/Rules for all slices
..... item[x]:itemCodeableConcept 0..1 CodeableConcept The actual ingredient or content
...... id D 0..1 string ✕ This element is not supported
...... extension D 0..* Extension ✕ This element is not supported
... batch
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... modifierExtension 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication C 0..* CHEMEDMedicationMedicationDispense CH EMED Medication (MedicationDispense)
Constraints: ch-emed-med-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... versionId ΣD 0..1 id ✕ This element is not supported
.... lastUpdated ΣD 0..1 instant ✕ This element is not supported
.... source ΣD 0..1 uri ✕ This element is not supported
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security ΣD 0..* Coding ✕ This element is not supported
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag ΣD 0..* Coding ✕ This element is not supported
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... contained 0..* Resource Contained, inline Resources
... extension D 0..* Extension ✕ This element is not supported
... identifier Σ 0..* Identifier Business identifier for this medication
... code Σ 1..1 CodeableConcept Codes that identify this medication. GTIN or ATC code SHOULD be specified. See also treatment guidance page.
Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code of the medication
Slice: Unordered, Open by value:system
..... coding:GTIN SΣ 0..1 Coding GTIN for Swiss products
...... id 0..1 string Unique id for inter-element referencing
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Global Trade Item Number (GS1)
Fixed Value: urn:oid:2.51.1.1
...... version ΣD 0..1 string ✕ This element is not supported
...... code Σ 1..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected ΣD 0..1 boolean ✕ This element is not supported
..... coding:ATC Σ 0..1 Coding ATC for foreign products
...... id 0..1 string Unique id for inter-element referencing
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Anatomical Therapeutic Chemical (ATC) Classification
Fixed Value: http://www.whocc.no/atc
...... version ΣD 0..1 string ✕ This element is not supported
...... code Σ 1..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected ΣD 0..1 boolean ✕ This element is not supported
.... text SΣ 1..1 string Medication name
... 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.
Required Pattern: active
... manufacturer Σ 0..1 Reference(CH EMED EPR Organization) Manufacturer of the item
... form 0..1 CodeableConcept Galenic form
Binding: EDQM - Pharmaceutical Dose Form (required)
.... id 0..1 string Unique id for inter-element referencing
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... coding SΣ 1..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version ΣD 0..1 string ✕ This element is not supported
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
..... userSelected ΣD 0..1 boolean ✕ This element is not supported
.... text Σ 1..1 string Plain text representation of the concept
... amount Σ 1..1 CHCoreRatioWithEmedUnits Package size
... ingredient 0..* BackboneElement Ingredients SHOULD be specified. See also treatment guidance page.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
Binding: ActivePharmaceuticalIngredient (preferred)
..... itemCodeableConcept CodeableConcept
..... itemReference Reference(Substance | CH Core Medication)
..... item[x]:itemCodeableConcept 0..1 CodeableConcept The actual ingredient or content
Binding: ActivePharmaceuticalIngredient (preferred)
...... id D 0..1 string ✕ This element is not supported
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Ingredients coded with SNOMED CT
Binding: ActivePharmaceuticalIngredient (extensible)
...... text SΣ 1..1 string Ingredient name
.... isActive 0..1 boolean Active ingredient indicator
.... strength S 0..1 CHCoreRatioWithEmedUnits Dose per unit
... batch 0..1 BackboneElement Details about packaged medications
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... lotNumber 0..1 string Identifier assigned to batch
.... expirationDate 0..1 dateTime When batch will expire

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Medication.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
From the FHIR Standard
Medication.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
From the FHIR Standard
Medication.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Medication.codeexampleSNOMEDCTMedicationCodes
http://hl7.org/fhir/ValueSet/medication-codes
From the FHIR Standard
Medication.statusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
From the FHIR Standard
Medication.formrequiredPharmaceuticalDoseFormEDQM
http://fhir.ch/ig/ch-term/ValueSet/edqm-pharmaceuticaldoseform
Medication.ingredient.item[x]preferredActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient
Medication.ingredient.item[x]:itemCodeableConceptpreferredActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient
Medication.ingredient.item[x]:itemCodeableConcept.codingextensibleActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient

Constraints

IdGradePath(s)DetailsRequirements
ch-emed-med-1errorMedicationMedication or ingredient name has to be specified
: code.text.exists() or ingredient.item.text.exists()
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf 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-4errorMedicationIf 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-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from CHEMEDMedicationMedicationDispense

Summary

Mandatory: 1 element(1 nested mandatory element)
Prohibited: 4 elements

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication C 0..* CHEMEDMedicationMedicationDispense CH EMED Medication (MedicationDispense)
Constraints: ch-emed-med-1
... extension D 0..* Extension ✕ This element is not supported
... code Σ 1..1 CodeableConcept Codes that identify this medication. GTIN or ATC code SHOULD be specified. See also treatment guidance page.
Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code of the medication
Slice: Unordered, Open by value:system
..... coding:GTIN SΣ 0..1 Coding GTIN for Swiss products
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Global Trade Item Number (GS1)
Fixed Value: urn:oid:2.51.1.1
...... version ΣD 0..1 string ✕ This element is not supported
...... code Σ 1..1 code Symbol in syntax defined by the system
...... userSelected ΣD 0..1 boolean ✕ This element is not supported
..... coding:ATC Σ 0..1 Coding ATC for foreign products
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Anatomical Therapeutic Chemical (ATC) Classification
Fixed Value: http://www.whocc.no/atc
...... version ΣD 0..1 string ✕ This element is not supported
...... code Σ 1..1 code Symbol in syntax defined by the system
...... userSelected ΣD 0..1 boolean ✕ This element is not supported
.... text SΣ 1..1 string Medication name
... 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.
Required Pattern: active
... form 0..1 CodeableConcept Galenic form
Binding: EDQM - Pharmaceutical Dose Form (required)
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... coding SΣ 1..* Coding Code defined by a terminology system
..... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version ΣD 0..1 string ✕ This element is not supported
..... code Σ 1..1 code Symbol in syntax defined by the system
..... userSelected ΣD 0..1 boolean ✕ This element is not supported
.... text Σ 1..1 string Plain text representation of the concept
... amount Σ 1..1 CHCoreRatioWithEmedUnits Package size
... ingredient 0..* BackboneElement Ingredients SHOULD be specified. See also treatment guidance page.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
Binding: ActivePharmaceuticalIngredient (preferred)
..... itemCodeableConcept CodeableConcept
..... itemReference Reference(Substance | CH Core Medication)
..... item[x]:itemCodeableConcept 0..1 CodeableConcept The actual ingredient or content
Binding: ActivePharmaceuticalIngredient (preferred)
...... id D 0..1 string ✕ This element is not supported
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... text SΣ 1..1 string Ingredient name
.... strength S 0..1 CHCoreRatioWithEmedUnits Dose per unit

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Medication.codeexampleSNOMEDCTMedicationCodes
http://hl7.org/fhir/ValueSet/medication-codes
From the FHIR Standard
Medication.statusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
From the FHIR Standard
Medication.formrequiredPharmaceuticalDoseFormEDQM
http://fhir.ch/ig/ch-term/ValueSet/edqm-pharmaceuticaldoseform
Medication.ingredient.item[x]preferredActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient
Medication.ingredient.item[x]:itemCodeableConceptpreferredActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient

Constraints

IdGradePath(s)DetailsRequirements
ch-emed-med-1errorMedicationMedication or ingredient name has to be specified
: code.text.exists() or ingredient.item.text.exists()
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf 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-4errorMedicationIf 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-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA 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()

Differential View

This structure is derived from CHEMEDMedicationMedicationDispense

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* CHEMEDMedicationMedicationDispense CH EMED Medication (MedicationDispense)
... meta
.... extension D 0..* Extension ✕ This element is not supported
.... versionId D 0..1 id ✕ This element is not supported
.... lastUpdated D 0..1 instant ✕ This element is not supported
.... source D 0..1 uri ✕ This element is not supported
.... security D 0..* Coding ✕ This element is not supported
.... tag D 0..* Coding ✕ This element is not supported
... implicitRules 0..0
... extension D 0..* Extension ✕ This element is not supported
... code 1..1 CodeableConcept Codes that identify this medication. GTIN or ATC code SHOULD be specified. See also treatment guidance page.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... Slices for coding Content/Rules for all slices
..... coding:GTIN 0..1 Coding GTIN for Swiss products
...... extension D 0..* Extension ✕ This element is not supported
...... version D 0..1 string ✕ This element is not supported
...... userSelected D 0..1 boolean ✕ This element is not supported
..... coding:ATC 0..1 Coding ATC for foreign products
...... extension D 0..* Extension ✕ This element is not supported
...... version D 0..1 string ✕ This element is not supported
...... userSelected D 0..1 boolean ✕ This element is not supported
... status 0..1 code active | inactive | entered-in-error
Required Pattern: active
... manufacturer 0..1 Reference(CH EMED EPR Organization) Manufacturer of the item
... form
.... extension D 0..* Extension ✕ This element is not supported
.... coding
..... extension D 0..* Extension ✕ This element is not supported
..... version D 0..1 string ✕ This element is not supported
..... userSelected D 0..1 boolean ✕ This element is not supported
.... text 1..1 string Plain text representation of the concept
... ingredient 0..* BackboneElement Ingredients SHOULD be specified. See also treatment guidance page.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... modifierExtension 0..0
.... Slices for item[x] Content/Rules for all slices
..... item[x]:itemCodeableConcept 0..1 CodeableConcept The actual ingredient or content
...... id D 0..1 string ✕ This element is not supported
...... extension D 0..* Extension ✕ This element is not supported
... batch
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... modifierExtension 0..0

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication C 0..* CHEMEDMedicationMedicationDispense CH EMED Medication (MedicationDispense)
Constraints: ch-emed-med-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... versionId ΣD 0..1 id ✕ This element is not supported
.... lastUpdated ΣD 0..1 instant ✕ This element is not supported
.... source ΣD 0..1 uri ✕ This element is not supported
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security ΣD 0..* Coding ✕ This element is not supported
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag ΣD 0..* Coding ✕ This element is not supported
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... contained 0..* Resource Contained, inline Resources
... extension D 0..* Extension ✕ This element is not supported
... identifier Σ 0..* Identifier Business identifier for this medication
... code Σ 1..1 CodeableConcept Codes that identify this medication. GTIN or ATC code SHOULD be specified. See also treatment guidance page.
Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code of the medication
Slice: Unordered, Open by value:system
..... coding:GTIN SΣ 0..1 Coding GTIN for Swiss products
...... id 0..1 string Unique id for inter-element referencing
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Global Trade Item Number (GS1)
Fixed Value: urn:oid:2.51.1.1
...... version ΣD 0..1 string ✕ This element is not supported
...... code Σ 1..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected ΣD 0..1 boolean ✕ This element is not supported
..... coding:ATC Σ 0..1 Coding ATC for foreign products
...... id 0..1 string Unique id for inter-element referencing
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Anatomical Therapeutic Chemical (ATC) Classification
Fixed Value: http://www.whocc.no/atc
...... version ΣD 0..1 string ✕ This element is not supported
...... code Σ 1..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected ΣD 0..1 boolean ✕ This element is not supported
.... text SΣ 1..1 string Medication name
... 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.
Required Pattern: active
... manufacturer Σ 0..1 Reference(CH EMED EPR Organization) Manufacturer of the item
... form 0..1 CodeableConcept Galenic form
Binding: EDQM - Pharmaceutical Dose Form (required)
.... id 0..1 string Unique id for inter-element referencing
.... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
.... coding SΣ 1..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version ΣD 0..1 string ✕ This element is not supported
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
..... userSelected ΣD 0..1 boolean ✕ This element is not supported
.... text Σ 1..1 string Plain text representation of the concept
... amount Σ 1..1 CHCoreRatioWithEmedUnits Package size
... ingredient 0..* BackboneElement Ingredients SHOULD be specified. See also treatment guidance page.
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
Binding: ActivePharmaceuticalIngredient (preferred)
..... itemCodeableConcept CodeableConcept
..... itemReference Reference(Substance | CH Core Medication)
..... item[x]:itemCodeableConcept 0..1 CodeableConcept The actual ingredient or content
Binding: ActivePharmaceuticalIngredient (preferred)
...... id D 0..1 string ✕ This element is not supported
...... extension D 0..* Extension ✕ This element is not supported
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Ingredients coded with SNOMED CT
Binding: ActivePharmaceuticalIngredient (extensible)
...... text SΣ 1..1 string Ingredient name
.... isActive 0..1 boolean Active ingredient indicator
.... strength S 0..1 CHCoreRatioWithEmedUnits Dose per unit
... batch 0..1 BackboneElement Details about packaged medications
.... id D 0..1 string ✕ This element is not supported
.... extension D 0..* Extension ✕ This element is not supported
.... lotNumber 0..1 string Identifier assigned to batch
.... expirationDate 0..1 dateTime When batch will expire

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Medication.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
From the FHIR Standard
Medication.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
From the FHIR Standard
Medication.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Medication.codeexampleSNOMEDCTMedicationCodes
http://hl7.org/fhir/ValueSet/medication-codes
From the FHIR Standard
Medication.statusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
From the FHIR Standard
Medication.formrequiredPharmaceuticalDoseFormEDQM
http://fhir.ch/ig/ch-term/ValueSet/edqm-pharmaceuticaldoseform
Medication.ingredient.item[x]preferredActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient
Medication.ingredient.item[x]:itemCodeableConceptpreferredActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient
Medication.ingredient.item[x]:itemCodeableConcept.codingextensibleActivePharmaceuticalIngredient
http://fhir.ch/ig/ch-term/ValueSet/ActivePharmaceuticalIngredient

Constraints

IdGradePath(s)DetailsRequirements
ch-emed-med-1errorMedicationMedication or ingredient name has to be specified
: code.text.exists() or ingredient.item.text.exists()
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf 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-4errorMedicationIf 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-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from CHEMEDMedicationMedicationDispense

Summary

Mandatory: 1 element(1 nested mandatory element)
Prohibited: 4 elements

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron