ELGA e-Diagnose R4 (Draft)
0.1.0 - ci-build
ELGA e-Diagnose R4 (Draft) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-list | Version: 0.1.0 | |||
| Active as of 2026-08-28 | Responsible: ELGA GmbH | Computable Name: AtEdiagList | ||
Das AT e-Diagnose List-Profil dient der strukturierten Listung von Einträgen.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | List | AT e-Diagnose List Constraints: lst-1, lst-2, lst-3, list-integrity, list-emptyreason-required |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!SΣ | 1..1 | code | Status des Liste. Binding: ListStatus (required): The current state of the list. Fixed Value: current |
![]() ![]() |
?!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 |
![]() ![]() |
SΣ | 1..1 | CodeableConcept | Code, der den Typ der Liste beschreibt. Binding: ELGA AT e-Diagnose List Entry Code Value Set (required) |
![]() ![]() |
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 e-Diagnose ist. |
![]() ![]() |
SΣ | 1..1 | dateTime | Datum der letzten Aktualisierung der Liste. |
![]() ![]() |
SΣ | 1..1 | Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | 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 Z-PI. |
![]() ![]() |
SC | 0..* | BackboneElement | Die Reihenfolge der Listeneinträge kann in die Fachanwendung zurückgeschrieben werden. Gleichzeitig kann die Sortierung in lokalen Systemen erfolgen. |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
S | 1..1 | Reference(AT ELGA e-Diagnose Condition | AT ELGA e-Diagnose Procedure | AT ELGA e-Diagnose AllergyIntolerance) | Referenz auf einen Eintrag. |
![]() ![]() ![]() ![]() |
ΣC | 1..1 | string | Literal reference, Relative, internal or absolute URL |
![]() ![]() |
SC | 0..1 | CodeableConcept | Begründung, warum die Summary-Liste leer ist. Binding: ELGA List Empty Reason Value Set (required) |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| List.status | Base | required | ListStatus | 📍4.0.1 | FHIR Std. |
| List.mode | Base | required | ListMode | 📍4.0.1 | FHIR Std. |
| List.code | Base | required | ELGA AT e-Diagnose List Entry Code Value Set | 📦0.1.0 | This IG |
| List.emptyReason | Base | required | ELGA List Empty Reason Value Set | 📦0.1.0 | ELGA Core vnull |
| 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()
|
| list-emptyreason-required | error | List | Begründung für leere Liste ist erforderlich. |
entry.empty() implies emptyReason.exists()
|
| list-integrity | error | List | Die Liste darf nur Referenzen (List.entry.item) enthalten, die dem Code der Liste (List.code) entsprechen. |
(code.coding.exists(system='http://loinc.org' and code='11450-4') implies entry.item.all(reference.matches('(^|/)Condition/'))) and (code.coding.exists(system='http://loinc.org' and code='47519-4') implies entry.item.all(reference.matches('(^|/)Procedure/'))) and (code.coding.exists(system='http://loinc.org' and code='48765-2') implies entry.item.all(reference.matches('(^|/)AllergyIntolerance/')))
|
| 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 List
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | List | AT e-Diagnose List Constraints: list-integrity, list-emptyreason-required |
![]() ![]() |
0..0 | Kein logischer Identifier für die Liste erforderlich. | ||
![]() ![]() |
S | 1..1 | code | Status des Liste. Fixed Value: current |
![]() ![]() |
S | 1..1 | code | Die Liste wird laufend gepflegt, hat daher den fixen Wert: working. Fixed Value: working |
![]() ![]() |
0..0 | Die Liste hat keinen Titel. | ||
![]() ![]() |
S | 1..1 | CodeableConcept | Code, der den Typ der Liste beschreibt. Binding: ELGA AT e-Diagnose List Entry Code Value Set (required) |
![]() ![]() |
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 e-Diagnose ist. |
![]() ![]() |
0..0 | Es wird kein Behandlungskontext dokumentiert. | ||
![]() ![]() |
S | 1..1 | dateTime | Datum der letzten Aktualisierung der Liste. |
![]() ![]() |
S | 1..1 | Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | 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 Z-PI. |
![]() ![]() |
0..0 | Die Reihenfolge der Einträge wird über die List.entries durch den Ersteller vorgegeben. | ||
![]() ![]() |
0..0 | Keine Freitext-Anmerkungen auf Listenebene. | ||
![]() ![]() |
S | 0..* | BackboneElement | Die Reihenfolge der Listeneinträge kann in die Fachanwendung zurückgeschrieben werden. Gleichzeitig kann die Sortierung in lokalen Systemen erfolgen. |
![]() ![]() ![]() |
0..0 | Kennzeichnung des Status entsprechend Workflow nicht relevant. | ||
![]() ![]() ![]() |
0..0 | Kennzeichnung, dass der Eintrag gelöscht wurde, ist nicht erlaubt (siehe Invariant lst-2). | ||
![]() ![]() ![]() |
0..0 | Datum der Aufnahme des Eintrags in die Liste wird nicht dokumentiert, da die Liste laufend gepflegt wird und das Datum der letzten Aktualisierung der Liste (List.date) dokumentiert wird. | ||
![]() ![]() ![]() |
S | 1..1 | Reference(AT ELGA e-Diagnose Condition | AT ELGA e-Diagnose Procedure | AT ELGA e-Diagnose AllergyIntolerance) | Referenz auf einen Eintrag. |
![]() ![]() ![]() ![]() |
1..1 | string | Literal reference, Relative, internal or absolute URL | |
![]() ![]() |
S | 0..1 | CodeableConcept | Begründung, warum die Summary-Liste leer ist. Binding: ELGA List Empty Reason Value Set (required) |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| List.code | Base | required | ELGA AT e-Diagnose List Entry Code Value Set | 📦0.1.0 | This IG |
| List.emptyReason | Base | required | ELGA List Empty Reason Value Set | 📦0.1.0 | ELGA Core vnull |
| Id | Grade | Path(s) | Description | Expression |
| list-emptyreason-required | error | List | Begründung für leere Liste ist erforderlich. |
entry.empty() implies emptyReason.exists()
|
| list-integrity | error | List | Die Liste darf nur Referenzen (List.entry.item) enthalten, die dem Code der Liste (List.code) entsprechen. |
(code.coding.exists(system='http://loinc.org' and code='11450-4') implies entry.item.all(reference.matches('(^|/)Condition/'))) and (code.coding.exists(system='http://loinc.org' and code='47519-4') implies entry.item.all(reference.matches('(^|/)Procedure/'))) and (code.coding.exists(system='http://loinc.org' and code='48765-2') implies entry.item.all(reference.matches('(^|/)AllergyIntolerance/')))
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | List | AT e-Diagnose List Constraints: lst-1, lst-2, lst-3, list-integrity, list-emptyreason-required | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
?!SΣ | 1..1 | code | Status des Liste. Binding: ListStatus (required): The current state of the list. Fixed Value: current | ||||
![]() ![]() |
?!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 | ||||
![]() ![]() |
SΣ | 1..1 | CodeableConcept | Code, der den Typ der Liste beschreibt. Binding: ELGA AT e-Diagnose List Entry Code Value Set (required) | ||||
![]() ![]() |
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 e-Diagnose ist. | ||||
![]() ![]() |
SΣ | 1..1 | dateTime | Datum der letzten Aktualisierung der Liste. | ||||
![]() ![]() |
SΣ | 1..1 | Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | 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 Z-PI. | ||||
![]() ![]() |
SC | 0..* | BackboneElement | Die Reihenfolge der Listeneinträge kann in die Fachanwendung zurückgeschrieben werden. Gleichzeitig kann die Sortierung in lokalen Systemen erfolgen. | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
S | 1..1 | Reference(AT ELGA e-Diagnose Condition | AT ELGA e-Diagnose Procedure | AT ELGA e-Diagnose AllergyIntolerance) | Referenz auf einen Eintrag. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
ΣC | 1..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
SC | 0..1 | CodeableConcept | Begründung, warum die Summary-Liste leer ist. Binding: ELGA List Empty Reason Value Set (required) | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| List.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| List.status | Base | required | ListStatus | 📍4.0.1 | FHIR Std. |
| List.mode | Base | required | ListMode | 📍4.0.1 | FHIR Std. |
| List.code | Base | required | ELGA AT e-Diagnose List Entry Code Value Set | 📦0.1.0 | This IG |
| List.entry.item.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| List.emptyReason | Base | required | ELGA List Empty Reason Value Set | 📦0.1.0 | ELGA Core vnull |
| 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()
|
| list-emptyreason-required | error | List | Begründung für leere Liste ist erforderlich. |
entry.empty() implies emptyReason.exists()
|
| list-integrity | error | List | Die Liste darf nur Referenzen (List.entry.item) enthalten, die dem Code der Liste (List.code) entsprechen. |
(code.coding.exists(system='http://loinc.org' and code='11450-4') implies entry.item.all(reference.matches('(^|/)Condition/'))) and (code.coding.exists(system='http://loinc.org' and code='47519-4') implies entry.item.all(reference.matches('(^|/)Procedure/'))) and (code.coding.exists(system='http://loinc.org' and code='48765-2') implies entry.item.all(reference.matches('(^|/)AllergyIntolerance/')))
|
| 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 List
Summary
Mandatory: 4 elements(1 nested mandatory element)
Must-Support: 9 elements
Fixed: 2 elements
Prohibited: 8 elements
Structures
This structure refers to these other structures:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | List | AT e-Diagnose List Constraints: lst-1, lst-2, lst-3, list-integrity, list-emptyreason-required |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!SΣ | 1..1 | code | Status des Liste. Binding: ListStatus (required): The current state of the list. Fixed Value: current |
![]() ![]() |
?!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 |
![]() ![]() |
SΣ | 1..1 | CodeableConcept | Code, der den Typ der Liste beschreibt. Binding: ELGA AT e-Diagnose List Entry Code Value Set (required) |
![]() ![]() |
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 e-Diagnose ist. |
![]() ![]() |
SΣ | 1..1 | dateTime | Datum der letzten Aktualisierung der Liste. |
![]() ![]() |
SΣ | 1..1 | Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | 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 Z-PI. |
![]() ![]() |
SC | 0..* | BackboneElement | Die Reihenfolge der Listeneinträge kann in die Fachanwendung zurückgeschrieben werden. Gleichzeitig kann die Sortierung in lokalen Systemen erfolgen. |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
S | 1..1 | Reference(AT ELGA e-Diagnose Condition | AT ELGA e-Diagnose Procedure | AT ELGA e-Diagnose AllergyIntolerance) | Referenz auf einen Eintrag. |
![]() ![]() ![]() ![]() |
ΣC | 1..1 | string | Literal reference, Relative, internal or absolute URL |
![]() ![]() |
SC | 0..1 | CodeableConcept | Begründung, warum die Summary-Liste leer ist. Binding: ELGA List Empty Reason Value Set (required) |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| List.status | Base | required | ListStatus | 📍4.0.1 | FHIR Std. |
| List.mode | Base | required | ListMode | 📍4.0.1 | FHIR Std. |
| List.code | Base | required | ELGA AT e-Diagnose List Entry Code Value Set | 📦0.1.0 | This IG |
| List.emptyReason | Base | required | ELGA List Empty Reason Value Set | 📦0.1.0 | ELGA Core vnull |
| 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()
|
| list-emptyreason-required | error | List | Begründung für leere Liste ist erforderlich. |
entry.empty() implies emptyReason.exists()
|
| list-integrity | error | List | Die Liste darf nur Referenzen (List.entry.item) enthalten, die dem Code der Liste (List.code) entsprechen. |
(code.coding.exists(system='http://loinc.org' and code='11450-4') implies entry.item.all(reference.matches('(^|/)Condition/'))) and (code.coding.exists(system='http://loinc.org' and code='47519-4') implies entry.item.all(reference.matches('(^|/)Procedure/'))) and (code.coding.exists(system='http://loinc.org' and code='48765-2') implies entry.item.all(reference.matches('(^|/)AllergyIntolerance/')))
|
| 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 List
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | List | AT e-Diagnose List Constraints: list-integrity, list-emptyreason-required |
![]() ![]() |
0..0 | Kein logischer Identifier für die Liste erforderlich. | ||
![]() ![]() |
S | 1..1 | code | Status des Liste. Fixed Value: current |
![]() ![]() |
S | 1..1 | code | Die Liste wird laufend gepflegt, hat daher den fixen Wert: working. Fixed Value: working |
![]() ![]() |
0..0 | Die Liste hat keinen Titel. | ||
![]() ![]() |
S | 1..1 | CodeableConcept | Code, der den Typ der Liste beschreibt. Binding: ELGA AT e-Diagnose List Entry Code Value Set (required) |
![]() ![]() |
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 e-Diagnose ist. |
![]() ![]() |
0..0 | Es wird kein Behandlungskontext dokumentiert. | ||
![]() ![]() |
S | 1..1 | dateTime | Datum der letzten Aktualisierung der Liste. |
![]() ![]() |
S | 1..1 | Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | 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 Z-PI. |
![]() ![]() |
0..0 | Die Reihenfolge der Einträge wird über die List.entries durch den Ersteller vorgegeben. | ||
![]() ![]() |
0..0 | Keine Freitext-Anmerkungen auf Listenebene. | ||
![]() ![]() |
S | 0..* | BackboneElement | Die Reihenfolge der Listeneinträge kann in die Fachanwendung zurückgeschrieben werden. Gleichzeitig kann die Sortierung in lokalen Systemen erfolgen. |
![]() ![]() ![]() |
0..0 | Kennzeichnung des Status entsprechend Workflow nicht relevant. | ||
![]() ![]() ![]() |
0..0 | Kennzeichnung, dass der Eintrag gelöscht wurde, ist nicht erlaubt (siehe Invariant lst-2). | ||
![]() ![]() ![]() |
0..0 | Datum der Aufnahme des Eintrags in die Liste wird nicht dokumentiert, da die Liste laufend gepflegt wird und das Datum der letzten Aktualisierung der Liste (List.date) dokumentiert wird. | ||
![]() ![]() ![]() |
S | 1..1 | Reference(AT ELGA e-Diagnose Condition | AT ELGA e-Diagnose Procedure | AT ELGA e-Diagnose AllergyIntolerance) | Referenz auf einen Eintrag. |
![]() ![]() ![]() ![]() |
1..1 | string | Literal reference, Relative, internal or absolute URL | |
![]() ![]() |
S | 0..1 | CodeableConcept | Begründung, warum die Summary-Liste leer ist. Binding: ELGA List Empty Reason Value Set (required) |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| List.code | Base | required | ELGA AT e-Diagnose List Entry Code Value Set | 📦0.1.0 | This IG |
| List.emptyReason | Base | required | ELGA List Empty Reason Value Set | 📦0.1.0 | ELGA Core vnull |
| Id | Grade | Path(s) | Description | Expression |
| list-emptyreason-required | error | List | Begründung für leere Liste ist erforderlich. |
entry.empty() implies emptyReason.exists()
|
| list-integrity | error | List | Die Liste darf nur Referenzen (List.entry.item) enthalten, die dem Code der Liste (List.code) entsprechen. |
(code.coding.exists(system='http://loinc.org' and code='11450-4') implies entry.item.all(reference.matches('(^|/)Condition/'))) and (code.coding.exists(system='http://loinc.org' and code='47519-4') implies entry.item.all(reference.matches('(^|/)Procedure/'))) and (code.coding.exists(system='http://loinc.org' and code='48765-2') implies entry.item.all(reference.matches('(^|/)AllergyIntolerance/')))
|
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | List | AT e-Diagnose List Constraints: lst-1, lst-2, lst-3, list-integrity, list-emptyreason-required | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
?!SΣ | 1..1 | code | Status des Liste. Binding: ListStatus (required): The current state of the list. Fixed Value: current | ||||
![]() ![]() |
?!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 | ||||
![]() ![]() |
SΣ | 1..1 | CodeableConcept | Code, der den Typ der Liste beschreibt. Binding: ELGA AT e-Diagnose List Entry Code Value Set (required) | ||||
![]() ![]() |
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 e-Diagnose ist. | ||||
![]() ![]() |
SΣ | 1..1 | dateTime | Datum der letzten Aktualisierung der Liste. | ||||
![]() ![]() |
SΣ | 1..1 | Reference(AT ELGA Core Practitioner Profil | AT ELGA Core PractitionerRole Profil | 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 Z-PI. | ||||
![]() ![]() |
SC | 0..* | BackboneElement | Die Reihenfolge der Listeneinträge kann in die Fachanwendung zurückgeschrieben werden. Gleichzeitig kann die Sortierung in lokalen Systemen erfolgen. | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
S | 1..1 | Reference(AT ELGA e-Diagnose Condition | AT ELGA e-Diagnose Procedure | AT ELGA e-Diagnose AllergyIntolerance) | Referenz auf einen Eintrag. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
ΣC | 1..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
SC | 0..1 | CodeableConcept | Begründung, warum die Summary-Liste leer ist. Binding: ELGA List Empty Reason Value Set (required) | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| List.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| List.status | Base | required | ListStatus | 📍4.0.1 | FHIR Std. |
| List.mode | Base | required | ListMode | 📍4.0.1 | FHIR Std. |
| List.code | Base | required | ELGA AT e-Diagnose List Entry Code Value Set | 📦0.1.0 | This IG |
| List.entry.item.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| List.emptyReason | Base | required | ELGA List Empty Reason Value Set | 📦0.1.0 | ELGA Core vnull |
| 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()
|
| list-emptyreason-required | error | List | Begründung für leere Liste ist erforderlich. |
entry.empty() implies emptyReason.exists()
|
| list-integrity | error | List | Die Liste darf nur Referenzen (List.entry.item) enthalten, die dem Code der Liste (List.code) entsprechen. |
(code.coding.exists(system='http://loinc.org' and code='11450-4') implies entry.item.all(reference.matches('(^|/)Condition/'))) and (code.coding.exists(system='http://loinc.org' and code='47519-4') implies entry.item.all(reference.matches('(^|/)Procedure/'))) and (code.coding.exists(system='http://loinc.org' and code='48765-2') implies entry.item.all(reference.matches('(^|/)AllergyIntolerance/')))
|
| 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 List
Summary
Mandatory: 4 elements(1 nested mandatory element)
Must-Support: 9 elements
Fixed: 2 elements
Prohibited: 8 elements
Structures
This structure refers to these other structures:
Other representations of profile: CSV, Excel, Schematron