ELGA e-Medikation (R4) DRAFT
0.1.1 - ci-build

ELGA e-Medikation (R4) DRAFT - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: ELGA e-Med Medikationsplan

Official URL: https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-list-medikationsplan Version: 0.1.1
Draft as of 2026-05-08 Responsible: ELGA GmbH Computable Name: AtEmedListMedikationsplan

Der Medikationsplan eines ELGA-Teilnehmers bzw. einer ELGA-Teilnehmerin wird durch eine List-Ressource abgebildet. Diese enthält 0..* Einträge (List.entry), wobei jedes Entry genau eine Referenz auf einen Medikationsplaneintrag (MedicationRequest) in List.entry.item beinhaltet. Die Reihenfolge der Einträge kann durch den GDA festgelegt werden. Jeder Listeneintrag enthält im Element List.entry.flag den Änderungsstatus des jeweiligen Medikationsplaneintrags.

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
.. List C 0..* AtElgaCoreList A list is a curated collection of resources
Constraints: lst-1, lst-2, lst-3
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier S 1..1 Identifier Logischer Identfier der Liste zur Integritätsprüfung beim Schreibvorgang.
... mode ?!SΣ 1..1 code Die Liste wird laufend gepflegt, hat daher den fixen Wert: working.
Binding: ListMode (required): The processing mode that applies to this list.
Fixed Value: working
... code SΣ 1..1 CodeableConcept Code, der den Typ der Liste beschreibt.
Binding: ExampleUseCodesForList (example): What the purpose of a list is.
Fixed Value: As shown
.... id 0..0 string Unique id for inter-element referencing
.... extension 0..0 Extension Additional content defined by implementations
.... coding 1..1 Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..0 string Unique id for inter-element referencing
..... extension 0..0 Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
..... version 0..0 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 736378000
..... display 1..1 string Representation defined by the system
Fixed Value: Medikationsplan
..... userSelected 0..0 boolean If this coding was chosen directly by the user
.... text 0..0 string Plain text representation of the concept
... subject SΣ 1..1 Reference(AT ELGA Core Patient Profil) Patient, für den die Liste geführt wird, der über den Zentralen Patientenindex identifizierbar und Teilnehmer der ELGA-Anwendung ist.
... date SΣ 1..1 dateTime Datum der letzten Aktualisierung der Liste.
... source SΣ 1..1 Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | Device | AT ELGA Core Patient Profil) Person, die die Liste erstellt hat und für den Inhalt verantwortlich ist. Im Falle eines GDA: eindeutig identifiziert über den GDA-Index und berechtigt auf die ELGA-Anwendung des Patienten zuzugreifen. Im Falle eines Patienten: eindeutig identifiziert durch den ZPI.
... entry SC 0..* BackboneElement Die Reihenfolge der Listeneinträge ist fachlich relevant und wird durch den Ersteller durch die Reihung der Eintries festgelegt.
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... flag S 1..1 CodeableConcept Kennzeichnet die Art der Änderung des Listeneintrags: [New | Unchanged | Changed | Removed] Bedeutung: New: Neuer Eintrag wird hinzugefügt | Unchanged: Bestehender Eintrag wird beibehalten und zur Kenntnis genommen | Changed: Bestehender Eintrag wird geändert | Removed: Bestehender Eintrag wird entfernt
Binding: ELGA List.entry.flag Value Set (required)
.... item S 1..1 Reference(ELGA e-Med Planeintrag) Referenz auf einen Medikationsplaneintrag.
... emptyReason SC 0..1 CodeableConcept Begründung, warum die Liste leer ist. Mögliche Ausprägungen: [notstarted | nilknown] Bedeutung: notstarted: Intitalzustand - noch nie befüllt | nilknown: Die Liste wurde explizit geleert.
Binding: ELGA List Empty Reason Value Set (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.status Base required ELGA List Status ValueSet 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull
List.mode Base required ListMode 📍4.0.1 FHIR Std.
List.code Base example Example Use Codes for List 📍4.0.1 FHIR Std.
List.entry.flag Base required ELGA List.entry.flag Value Set 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull
List.emptyReason Base required ELGA List Empty Reason Value Set 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull

Constraints

Id Grade Path(s) Description Expression
dom-2 error List If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error List 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 List 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 List If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice List 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()
lst-1 error List A list can only have an emptyReason if it is empty emptyReason.empty() or entry.empty()
lst-2 error List The deleted flag can only be used if the mode of the list is "changes" mode = 'changes' or entry.deleted.empty()
lst-3 error List An entry date can only be used if the mode of the list is "working" mode = 'working' or entry.date.empty()

This structure is derived from AtElgaCoreList

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List AtElgaCoreList
... code 1..1 CodeableConcept Code, der den Typ der Liste beschreibt.
Fixed Value: As shown
.... coding 1..1 Coding Code defined by a terminology system
Fixed Value: (Complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 736378000
..... display 1..1 string Representation defined by the system
Fixed Value: Medikationsplan
... entry
.... item 1..1 Reference(ELGA e-Med Planeintrag) Referenz auf einen Medikationsplaneintrag.

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* AtElgaCoreList A list is a curated collection of resources
Constraints: lst-1, lst-2, lst-3
... 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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier S 1..1 Identifier Logischer Identfier der Liste zur Integritätsprüfung beim Schreibvorgang.
... status ?!SΣ 1..1 code Status der Liste. Mögliche Ausprägungen: [current | retired] Bedeutung: current: default | retired: nach Ableben des Patienten bis Ende der Aufbewahrungsfrist
Binding: ELGA List Status ValueSet (required)
... mode ?!SΣ 1..1 code Die Liste wird laufend gepflegt, hat daher den fixen Wert: working.
Binding: ListMode (required): The processing mode that applies to this list.
Fixed Value: working
... code SΣ 1..1 CodeableConcept Code, der den Typ der Liste beschreibt.
Binding: ExampleUseCodesForList (example): What the purpose of a list is.
Fixed Value: As shown
.... id 0..0 string Unique id for inter-element referencing
.... extension 0..0 Extension Additional content defined by implementations
.... coding 1..1 Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..0 string Unique id for inter-element referencing
..... extension 0..0 Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
..... version 0..0 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 736378000
..... display 1..1 string Representation defined by the system
Fixed Value: Medikationsplan
..... userSelected 0..0 boolean If this coding was chosen directly by the user
.... text 0..0 string Plain text representation of the concept
... subject SΣ 1..1 Reference(AT ELGA Core Patient Profil) Patient, für den die Liste geführt wird, der über den Zentralen Patientenindex identifizierbar und Teilnehmer der ELGA-Anwendung ist.
... date SΣ 1..1 dateTime Datum der letzten Aktualisierung der Liste.
... source SΣ 1..1 Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | Device | AT ELGA Core Patient Profil) Person, die die Liste erstellt hat und für den Inhalt verantwortlich ist. Im Falle eines GDA: eindeutig identifiziert über den GDA-Index und berechtigt auf die ELGA-Anwendung des Patienten zuzugreifen. Im Falle eines Patienten: eindeutig identifiziert durch den ZPI.
... entry SC 0..* BackboneElement Die Reihenfolge der Listeneinträge ist fachlich relevant und wird durch den Ersteller durch die Reihung der Eintries festgelegt.
.... 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
.... flag S 1..1 CodeableConcept Kennzeichnet die Art der Änderung des Listeneintrags: [New | Unchanged | Changed | Removed] Bedeutung: New: Neuer Eintrag wird hinzugefügt | Unchanged: Bestehender Eintrag wird beibehalten und zur Kenntnis genommen | Changed: Bestehender Eintrag wird geändert | Removed: Bestehender Eintrag wird entfernt
Binding: ELGA List.entry.flag Value Set (required)
.... item S 1..1 Reference(ELGA e-Med Planeintrag) Referenz auf einen Medikationsplaneintrag.
... emptyReason SC 0..1 CodeableConcept Begründung, warum die Liste leer ist. Mögliche Ausprägungen: [notstarted | nilknown] Bedeutung: notstarted: Intitalzustand - noch nie befüllt | nilknown: Die Liste wurde explizit geleert.
Binding: ELGA List Empty Reason Value Set (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.language Base preferred Common Languages 📍4.0.1 FHIR Std.
List.status Base required ELGA List Status ValueSet 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull
List.mode Base required ListMode 📍4.0.1 FHIR Std.
List.code Base example Example Use Codes for List 📍4.0.1 FHIR Std.
List.entry.flag Base required ELGA List.entry.flag Value Set 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull
List.emptyReason Base required ELGA List Empty Reason Value Set 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull

Constraints

Id Grade Path(s) Description Expression
dom-2 error List If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error List 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 List 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 List If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice List 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()
lst-1 error List A list can only have an emptyReason if it is empty emptyReason.empty() or entry.empty()
lst-2 error List The deleted flag can only be used if the mode of the list is "changes" mode = 'changes' or entry.deleted.empty()
lst-3 error List An entry date can only be used if the mode of the list is "working" mode = 'working' or entry.date.empty()

This structure is derived from AtElgaCoreList

Summary

Fixed: 1 element

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* AtElgaCoreList A list is a curated collection of resources
Constraints: lst-1, lst-2, lst-3
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier S 1..1 Identifier Logischer Identfier der Liste zur Integritätsprüfung beim Schreibvorgang.
... mode ?!SΣ 1..1 code Die Liste wird laufend gepflegt, hat daher den fixen Wert: working.
Binding: ListMode (required): The processing mode that applies to this list.
Fixed Value: working
... code SΣ 1..1 CodeableConcept Code, der den Typ der Liste beschreibt.
Binding: ExampleUseCodesForList (example): What the purpose of a list is.
Fixed Value: As shown
.... id 0..0 string Unique id for inter-element referencing
.... extension 0..0 Extension Additional content defined by implementations
.... coding 1..1 Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..0 string Unique id for inter-element referencing
..... extension 0..0 Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
..... version 0..0 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 736378000
..... display 1..1 string Representation defined by the system
Fixed Value: Medikationsplan
..... userSelected 0..0 boolean If this coding was chosen directly by the user
.... text 0..0 string Plain text representation of the concept
... subject SΣ 1..1 Reference(AT ELGA Core Patient Profil) Patient, für den die Liste geführt wird, der über den Zentralen Patientenindex identifizierbar und Teilnehmer der ELGA-Anwendung ist.
... date SΣ 1..1 dateTime Datum der letzten Aktualisierung der Liste.
... source SΣ 1..1 Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | Device | AT ELGA Core Patient Profil) Person, die die Liste erstellt hat und für den Inhalt verantwortlich ist. Im Falle eines GDA: eindeutig identifiziert über den GDA-Index und berechtigt auf die ELGA-Anwendung des Patienten zuzugreifen. Im Falle eines Patienten: eindeutig identifiziert durch den ZPI.
... entry SC 0..* BackboneElement Die Reihenfolge der Listeneinträge ist fachlich relevant und wird durch den Ersteller durch die Reihung der Eintries festgelegt.
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... flag S 1..1 CodeableConcept Kennzeichnet die Art der Änderung des Listeneintrags: [New | Unchanged | Changed | Removed] Bedeutung: New: Neuer Eintrag wird hinzugefügt | Unchanged: Bestehender Eintrag wird beibehalten und zur Kenntnis genommen | Changed: Bestehender Eintrag wird geändert | Removed: Bestehender Eintrag wird entfernt
Binding: ELGA List.entry.flag Value Set (required)
.... item S 1..1 Reference(ELGA e-Med Planeintrag) Referenz auf einen Medikationsplaneintrag.
... emptyReason SC 0..1 CodeableConcept Begründung, warum die Liste leer ist. Mögliche Ausprägungen: [notstarted | nilknown] Bedeutung: notstarted: Intitalzustand - noch nie befüllt | nilknown: Die Liste wurde explizit geleert.
Binding: ELGA List Empty Reason Value Set (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.status Base required ELGA List Status ValueSet 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull
List.mode Base required ListMode 📍4.0.1 FHIR Std.
List.code Base example Example Use Codes for List 📍4.0.1 FHIR Std.
List.entry.flag Base required ELGA List.entry.flag Value Set 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull
List.emptyReason Base required ELGA List Empty Reason Value Set 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull

Constraints

Id Grade Path(s) Description Expression
dom-2 error List If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error List 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 List 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 List If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice List 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()
lst-1 error List A list can only have an emptyReason if it is empty emptyReason.empty() or entry.empty()
lst-2 error List The deleted flag can only be used if the mode of the list is "changes" mode = 'changes' or entry.deleted.empty()
lst-3 error List An entry date can only be used if the mode of the list is "working" mode = 'working' or entry.date.empty()

Differential View

This structure is derived from AtElgaCoreList

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List AtElgaCoreList
... code 1..1 CodeableConcept Code, der den Typ der Liste beschreibt.
Fixed Value: As shown
.... coding 1..1 Coding Code defined by a terminology system
Fixed Value: (Complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 736378000
..... display 1..1 string Representation defined by the system
Fixed Value: Medikationsplan
... entry
.... item 1..1 Reference(ELGA e-Med Planeintrag) Referenz auf einen Medikationsplaneintrag.

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* AtElgaCoreList A list is a curated collection of resources
Constraints: lst-1, lst-2, lst-3
... 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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier S 1..1 Identifier Logischer Identfier der Liste zur Integritätsprüfung beim Schreibvorgang.
... status ?!SΣ 1..1 code Status der Liste. Mögliche Ausprägungen: [current | retired] Bedeutung: current: default | retired: nach Ableben des Patienten bis Ende der Aufbewahrungsfrist
Binding: ELGA List Status ValueSet (required)
... mode ?!SΣ 1..1 code Die Liste wird laufend gepflegt, hat daher den fixen Wert: working.
Binding: ListMode (required): The processing mode that applies to this list.
Fixed Value: working
... code SΣ 1..1 CodeableConcept Code, der den Typ der Liste beschreibt.
Binding: ExampleUseCodesForList (example): What the purpose of a list is.
Fixed Value: As shown
.... id 0..0 string Unique id for inter-element referencing
.... extension 0..0 Extension Additional content defined by implementations
.... coding 1..1 Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..0 string Unique id for inter-element referencing
..... extension 0..0 Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
..... version 0..0 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 736378000
..... display 1..1 string Representation defined by the system
Fixed Value: Medikationsplan
..... userSelected 0..0 boolean If this coding was chosen directly by the user
.... text 0..0 string Plain text representation of the concept
... subject SΣ 1..1 Reference(AT ELGA Core Patient Profil) Patient, für den die Liste geführt wird, der über den Zentralen Patientenindex identifizierbar und Teilnehmer der ELGA-Anwendung ist.
... date SΣ 1..1 dateTime Datum der letzten Aktualisierung der Liste.
... source SΣ 1..1 Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | Device | AT ELGA Core Patient Profil) Person, die die Liste erstellt hat und für den Inhalt verantwortlich ist. Im Falle eines GDA: eindeutig identifiziert über den GDA-Index und berechtigt auf die ELGA-Anwendung des Patienten zuzugreifen. Im Falle eines Patienten: eindeutig identifiziert durch den ZPI.
... entry SC 0..* BackboneElement Die Reihenfolge der Listeneinträge ist fachlich relevant und wird durch den Ersteller durch die Reihung der Eintries festgelegt.
.... 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
.... flag S 1..1 CodeableConcept Kennzeichnet die Art der Änderung des Listeneintrags: [New | Unchanged | Changed | Removed] Bedeutung: New: Neuer Eintrag wird hinzugefügt | Unchanged: Bestehender Eintrag wird beibehalten und zur Kenntnis genommen | Changed: Bestehender Eintrag wird geändert | Removed: Bestehender Eintrag wird entfernt
Binding: ELGA List.entry.flag Value Set (required)
.... item S 1..1 Reference(ELGA e-Med Planeintrag) Referenz auf einen Medikationsplaneintrag.
... emptyReason SC 0..1 CodeableConcept Begründung, warum die Liste leer ist. Mögliche Ausprägungen: [notstarted | nilknown] Bedeutung: notstarted: Intitalzustand - noch nie befüllt | nilknown: Die Liste wurde explizit geleert.
Binding: ELGA List Empty Reason Value Set (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.language Base preferred Common Languages 📍4.0.1 FHIR Std.
List.status Base required ELGA List Status ValueSet 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull
List.mode Base required ListMode 📍4.0.1 FHIR Std.
List.code Base example Example Use Codes for List 📍4.0.1 FHIR Std.
List.entry.flag Base required ELGA List.entry.flag Value Set 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull
List.emptyReason Base required ELGA List Empty Reason Value Set 📦0.1.0 hl7.at.fhir.elga.core.r4 vnull

Constraints

Id Grade Path(s) Description Expression
dom-2 error List If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error List 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 List 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 List If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice List 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()
lst-1 error List A list can only have an emptyReason if it is empty emptyReason.empty() or entry.empty()
lst-2 error List The deleted flag can only be used if the mode of the list is "changes" mode = 'changes' or entry.deleted.empty()
lst-3 error List An entry date can only be used if the mode of the list is "working" mode = 'working' or entry.date.empty()

This structure is derived from AtElgaCoreList

Summary

Fixed: 1 element

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron