CH EMED EPR
3.0.0-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 3.0.0-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

Official URL: http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication Version: 3.0.0-ci-build
Draft as of 2025-12-04 Computable Name: CHEMEDEPRMedication

Copyright/Legal: CC0-1.0

Definition of the medication

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..* CHEMEDMedication CH EMED Medication
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
... 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

Path Status Usage ValueSet Version 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 required EDQM - Pharmaceutical Dose Form 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x] Base preferred ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x]:itemCodeableConcept Base preferred ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2

Constraints

Id Grade Path(s) Description Expression
ch-emed-med-1 error Medication Medication or ingredient name has to be specified code.text.exists() or ingredient.item.text.exists()
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 CHEMEDMedication

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* CHEMEDMedication CH EMED Medication
... 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 A set of rules under which this content was created
... extension D 0..* Extension ✕ This element is not supported
... identifier
.... assigner D 0..1 Reference(Organization) ✕ This element will be removed in PML(C) documents
... 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 D 0..1 Reference(CH EMED EPR Organization) ✕ This element will be removed in PML(C) documents
... 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 Extension
.... 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 Extension

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication C 0..* CHEMEDMedication CH EMED Medication
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
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ 0..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner ΣD 0..1 Reference(Organization) ✕ This element will be removed in PML(C) documents
... 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 ΣD 0..1 Reference(CH EMED EPR Organization) ✕ This element will be removed in PML(C) documents
... 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 Σ 0..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

Path Status Usage ValueSet Version Source
Medication.meta.security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
Medication.meta.tag Base example Common Tags 📍4.0.1 FHIR Std.
Medication.language Base preferred Common Languages 📦4.0.1 FHIR Std.
Medication.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Medication.identifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
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 EDQM - Pharmaceutical Dose Form 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x] Base preferred ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x]:itemCodeableConcept Base preferred ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x]:itemCodeableConcept.​coding Base extensible ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2

Constraints

Id Grade Path(s) Description Expression
ch-emed-med-1 error Medication Medication or ingredient name has to be specified code.text.exists() or ingredient.item.text.exists()
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 CHEMEDMedication

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..* CHEMEDMedication CH EMED Medication
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
... 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

Path Status Usage ValueSet Version 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 required EDQM - Pharmaceutical Dose Form 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x] Base preferred ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x]:itemCodeableConcept Base preferred ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2

Constraints

Id Grade Path(s) Description Expression
ch-emed-med-1 error Medication Medication or ingredient name has to be specified code.text.exists() or ingredient.item.text.exists()
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 CHEMEDMedication

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* CHEMEDMedication CH EMED Medication
... 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 A set of rules under which this content was created
... extension D 0..* Extension ✕ This element is not supported
... identifier
.... assigner D 0..1 Reference(Organization) ✕ This element will be removed in PML(C) documents
... 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 D 0..1 Reference(CH EMED EPR Organization) ✕ This element will be removed in PML(C) documents
... 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 Extension
.... 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 Extension

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication C 0..* CHEMEDMedication CH EMED Medication
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
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ 0..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner ΣD 0..1 Reference(Organization) ✕ This element will be removed in PML(C) documents
... 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 ΣD 0..1 Reference(CH EMED EPR Organization) ✕ This element will be removed in PML(C) documents
... 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 Σ 0..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

Path Status Usage ValueSet Version Source
Medication.meta.security Base extensible SecurityLabels 📍4.0.1 FHIR Std.
Medication.meta.tag Base example Common Tags 📍4.0.1 FHIR Std.
Medication.language Base preferred Common Languages 📦4.0.1 FHIR Std.
Medication.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Medication.identifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
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 EDQM - Pharmaceutical Dose Form 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x] Base preferred ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x]:itemCodeableConcept Base preferred ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2
Medication.ingredient.​item[x]:itemCodeableConcept.​coding Base extensible ActivePharmaceuticalIngredient 📦3.2.0 CH Term v3.2

Constraints

Id Grade Path(s) Description Expression
ch-emed-med-1 error Medication Medication or ingredient name has to be specified code.text.exists() or ingredient.item.text.exists()
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 CHEMEDMedication

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