Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build
Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-MOPED-R5/ and changes regularly. See the Directory of published versions
| Official URL: https://elga.moped.at/StructureDefinition/at-moped-condition-basis | Version: 0.1.0 | |||
| Draft as of 2026-05-27 | Responsible: ELGA GmbH | Computable Name: AtMopedConditionBasis | ||
MOPED Basis Profil der Condition Ressource für Diagnosen
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..* | AtMopedConditionGenerisch | Detailed information about conditions, problems or diagnoses Constraints: con-2, con-3 | ||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||||
![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() |
O | 1..2 | CodeableConcept | LKF: Diagnose – Typ; KaOrg: Hauptdiagnose oder Zusatzdiagnose URL: https://elga.moped.at/StructureDefinition/moped-ext-Diagnosetyp Binding: LKF Diagnosetyp ValueSet (required)
| ||||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() |
?!OΣC | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.
| ||||||
![]() ![]() |
?!OΣ | 0..1 | CodeableConcept | LKF: Diagnose – Art Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.
| ||||||
![]() ![]() |
OΣ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
| ||||||
![]() ![]() ![]() |
Σ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | ||||||
![]() ![]() ![]() ![]() |
OΣ | 1..1 | Coding | LKF: Diagnose – Code; KaOrg: Diganose 1, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 1, Untergliederung 1; KaOrg: Diagnose 1, Untergliederung 2; KaOrg: Diganose 2, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 2, Untergliederung 1; KaOrg: Diagnose 2, Untergliederung 2; KaOrg: Diganose 3, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 3, Untergliederung 1; KaOrg: Diagnose 3, Untergliederung 2; KaOrg: Hauptdiagnose ICD 10 BMSGPK Schlüssel; KaOrg: Hauptdiagnose Untergliederung 1; KaOrg: Hauptdiagnose Untergliederung 2, KaOrg: Zusatzdiagnose 1, ICD 10 BMSGPK Schlüssel; KaOrg: Zusatzdiagnose 1, Untergliederung 1; KaOrg: Zusatzdiagnose 1, Untergliederung 2; Binding: ICD-10 AT (required)
| ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Required Pattern: https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: LKF Hauptdiagnosegruppen (required) | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Required Pattern: https://elga.moped.at/CodeSystem/LKFHauptdiagnosegruppenCS | ||||||
![]() ![]() |
OΣ | 1..1 | Reference(AT MOPED Patient vbPK Basis Profil | AT MOPED Patient Klarname Basis Profil) | Who has the condition?
| ||||||
![]() ![]() |
OΣ | 1..1 | Reference(AT MOPED Encounter Aufenthalt/Besuch generisches Profil) | The Encounter during which this Condition was created
| ||||||
Documentation for this format | ||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Condition.clinicalStatus | Base | required | Condition Clinical Status Codes | 📍5.0.0 | FHIR Std. |
| Condition.verificationStatus | Base | required | Condition Verification Status | 📍5.0.0 | FHIR Std. |
| Condition.code | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | FHIR Std. |
| Condition.code.coding:ICD10 | Base | required | ICD-10 AT | 📦0.1.0 | This IG |
| Condition.code.coding:HDG | Base | required | LKF Hauptdiagnosegruppen | 📦0.1.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| con-2 | warning | Condition | If category is problems list item, the clinicalStatus should not be unknown |
category.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-category' and code='problem-list-item').exists() implies clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and code='unknown').exists().not()
|
| con-3 | error | Condition | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission. |
abatement.exists() implies (clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='inactive' or code='resolved' or code='remission')).exists())
|
| dom-2 | error | Condition | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Condition | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Condition | 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 | Condition | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Condition | 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 AtMopedConditionGenerisch
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | AtMopedConditionGenerisch | Detailed information about conditions, problems or diagnoses | |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | AtMopedConditionGenerisch | Detailed information about conditions, problems or diagnoses Constraints: con-2, con-3 | ||||||
![]() ![]() |
Σ | 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: AllLanguages (required): IETF language tag for 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 | |||||||
![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() |
O | 1..2 | CodeableConcept | LKF: Diagnose – Typ; KaOrg: Hauptdiagnose oder Zusatzdiagnose URL: https://elga.moped.at/StructureDefinition/moped-ext-Diagnosetyp Binding: LKF Diagnosetyp ValueSet (required)
| ||||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() |
Σ | 0..* | Identifier | External Ids for this condition | ||||||
![]() ![]() |
?!OΣC | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.
| ||||||
![]() ![]() |
?!OΣ | 0..1 | CodeableConcept | LKF: Diagnose – Art Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.
| ||||||
![]() ![]() |
C | 0..* | CodeableConcept | problem-list-item | encounter-diagnosis Binding: ConditionCategoryCodes (preferred): A category assigned to the condition. | ||||||
![]() ![]() |
0..1 | CodeableConcept | Subjective severity of condition Binding: ConditionDiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician. | |||||||
![]() ![]() |
OΣ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
| ||||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() |
Σ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | ||||||
![]() ![]() ![]() ![]() |
OΣ | 1..1 | Coding | LKF: Diagnose – Code; KaOrg: Diganose 1, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 1, Untergliederung 1; KaOrg: Diagnose 1, Untergliederung 2; KaOrg: Diganose 2, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 2, Untergliederung 1; KaOrg: Diagnose 2, Untergliederung 2; KaOrg: Diganose 3, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 3, Untergliederung 1; KaOrg: Diagnose 3, Untergliederung 2; KaOrg: Hauptdiagnose ICD 10 BMSGPK Schlüssel; KaOrg: Hauptdiagnose Untergliederung 1; KaOrg: Hauptdiagnose Untergliederung 2, KaOrg: Zusatzdiagnose 1, ICD 10 BMSGPK Schlüssel; KaOrg: Zusatzdiagnose 1, Untergliederung 1; KaOrg: Zusatzdiagnose 1, Untergliederung 2; Binding: ICD-10 AT (required)
| ||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Required Pattern: https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Symbol in syntax defined by the system | ||||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: LKF Hauptdiagnosegruppen (required) | ||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Required Pattern: https://elga.moped.at/CodeSystem/LKFHauptdiagnosegruppenCS | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Symbol in syntax defined by the system | ||||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||||
![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Anatomical location, if relevant Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts | ||||||
![]() ![]() |
OΣ | 1..1 | Reference(AT MOPED Patient vbPK Basis Profil | AT MOPED Patient Klarname Basis Profil) | Who has the condition?
| ||||||
![]() ![]() |
OΣ | 1..1 | Reference(AT MOPED Encounter Aufenthalt/Besuch generisches Profil) | The Encounter during which this Condition was created
| ||||||
![]() ![]() |
Σ | 0..1 | Estimated or actual date, date-time, or age | |||||||
![]() ![]() ![]() |
dateTime | |||||||||
![]() ![]() ![]() |
Age | |||||||||
![]() ![]() ![]() |
Period | |||||||||
![]() ![]() ![]() |
Range | |||||||||
![]() ![]() ![]() |
string | |||||||||
![]() ![]() |
C | 0..1 | When in resolution/remission | |||||||
![]() ![]() ![]() |
dateTime | |||||||||
![]() ![]() ![]() |
Age | |||||||||
![]() ![]() ![]() |
Period | |||||||||
![]() ![]() ![]() |
Range | |||||||||
![]() ![]() ![]() |
string | |||||||||
![]() ![]() |
Σ | 0..1 | dateTime | Date condition was first recorded | ||||||
![]() ![]() |
Σ | 0..* | BackboneElement | Who or what participated in the activities related to the condition and how they were involved | ||||||
![]() ![]() ![]() |
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 | ||||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of involvement Binding: ParticipationRoleType (extensible) | ||||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device | Organization | CareTeam) | Who or what participated in the activities related to the condition | ||||||
![]() ![]() |
C | 0..* | BackboneElement | Stage/grade, usually assessed formally Constraints: con-1 | ||||||
![]() ![]() ![]() |
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 | ||||||
![]() ![]() ![]() |
C | 0..1 | CodeableConcept | Simple summary (disease specific) Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages). | ||||||
![]() ![]() ![]() |
C | 0..* | Reference(ClinicalImpression | DiagnosticReport | Observation) | Formal record of assessment | ||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Kind of staging Binding: ConditionStageType (example): Codes describing the kind of condition staging (e.g. clinical or pathological). | |||||||
![]() ![]() |
Σ | 0..* | CodeableReference(Resource) | Supporting evidence for the verification status Binding: SNOMEDCTClinicalFindings (example) | ||||||
![]() ![]() |
0..* | Annotation | Additional information about the Condition | |||||||
Documentation for this format | ||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Condition.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| Condition.clinicalStatus | Base | required | Condition Clinical Status Codes | 📍5.0.0 | FHIR Std. |
| Condition.verificationStatus | Base | required | Condition Verification Status | 📍5.0.0 | FHIR Std. |
| Condition.category | Base | preferred | Condition Category Codes | 📍5.0.0 | FHIR Std. |
| Condition.severity | Base | preferred | Condition/Diagnosis Severity | 📍5.0.0 | FHIR Std. |
| Condition.code | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | FHIR Std. |
| Condition.code.coding:ICD10 | Base | required | ICD-10 AT | 📦0.1.0 | This IG |
| Condition.code.coding:HDG | Base | required | LKF Hauptdiagnosegruppen | 📦0.1.0 | This IG |
| Condition.bodySite | Base | example | SNOMED CT Body Structures | 📍5.0.0 | FHIR Std. |
| Condition.participant.function | Base | extensible | Participation Role Type | 📍5.0.0 | FHIR Std. |
| Condition.stage.summary | Base | example | Condition Stage | 📍5.0.0 | FHIR Std. |
| Condition.stage.type | Base | example | Condition Stage Type | 📍5.0.0 | FHIR Std. |
| Condition.evidence | Base | example | SNOMED CT Clinical Findings | 📍5.0.0 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| con-1 | error | Condition.stage | Stage SHALL have summary or assessment |
summary.exists() or assessment.exists()
|
| con-2 | warning | Condition | If category is problems list item, the clinicalStatus should not be unknown |
category.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-category' and code='problem-list-item').exists() implies clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and code='unknown').exists().not()
|
| con-3 | error | Condition | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission. |
abatement.exists() implies (clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='inactive' or code='resolved' or code='remission')).exists())
|
| dom-2 | error | Condition | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Condition | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Condition | 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 | Condition | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Condition | 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 AtMopedConditionGenerisch
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | AtMopedConditionGenerisch | Detailed information about conditions, problems or diagnoses Constraints: con-2, con-3 | ||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||||
![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() |
O | 1..2 | CodeableConcept | LKF: Diagnose – Typ; KaOrg: Hauptdiagnose oder Zusatzdiagnose URL: https://elga.moped.at/StructureDefinition/moped-ext-Diagnosetyp Binding: LKF Diagnosetyp ValueSet (required)
| ||||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() |
?!OΣC | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.
| ||||||
![]() ![]() |
?!OΣ | 0..1 | CodeableConcept | LKF: Diagnose – Art Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.
| ||||||
![]() ![]() |
OΣ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
| ||||||
![]() ![]() ![]() |
Σ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | ||||||
![]() ![]() ![]() ![]() |
OΣ | 1..1 | Coding | LKF: Diagnose – Code; KaOrg: Diganose 1, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 1, Untergliederung 1; KaOrg: Diagnose 1, Untergliederung 2; KaOrg: Diganose 2, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 2, Untergliederung 1; KaOrg: Diagnose 2, Untergliederung 2; KaOrg: Diganose 3, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 3, Untergliederung 1; KaOrg: Diagnose 3, Untergliederung 2; KaOrg: Hauptdiagnose ICD 10 BMSGPK Schlüssel; KaOrg: Hauptdiagnose Untergliederung 1; KaOrg: Hauptdiagnose Untergliederung 2, KaOrg: Zusatzdiagnose 1, ICD 10 BMSGPK Schlüssel; KaOrg: Zusatzdiagnose 1, Untergliederung 1; KaOrg: Zusatzdiagnose 1, Untergliederung 2; Binding: ICD-10 AT (required)
| ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Required Pattern: https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: LKF Hauptdiagnosegruppen (required) | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Required Pattern: https://elga.moped.at/CodeSystem/LKFHauptdiagnosegruppenCS | ||||||
![]() ![]() |
OΣ | 1..1 | Reference(AT MOPED Patient vbPK Basis Profil | AT MOPED Patient Klarname Basis Profil) | Who has the condition?
| ||||||
![]() ![]() |
OΣ | 1..1 | Reference(AT MOPED Encounter Aufenthalt/Besuch generisches Profil) | The Encounter during which this Condition was created
| ||||||
Documentation for this format | ||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Condition.clinicalStatus | Base | required | Condition Clinical Status Codes | 📍5.0.0 | FHIR Std. |
| Condition.verificationStatus | Base | required | Condition Verification Status | 📍5.0.0 | FHIR Std. |
| Condition.code | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | FHIR Std. |
| Condition.code.coding:ICD10 | Base | required | ICD-10 AT | 📦0.1.0 | This IG |
| Condition.code.coding:HDG | Base | required | LKF Hauptdiagnosegruppen | 📦0.1.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| con-2 | warning | Condition | If category is problems list item, the clinicalStatus should not be unknown |
category.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-category' and code='problem-list-item').exists() implies clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and code='unknown').exists().not()
|
| con-3 | error | Condition | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission. |
abatement.exists() implies (clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='inactive' or code='resolved' or code='remission')).exists())
|
| dom-2 | error | Condition | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Condition | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Condition | 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 | Condition | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Condition | 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 AtMopedConditionGenerisch
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | AtMopedConditionGenerisch | Detailed information about conditions, problems or diagnoses | |
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | AtMopedConditionGenerisch | Detailed information about conditions, problems or diagnoses Constraints: con-2, con-3 | ||||||
![]() ![]() |
Σ | 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: AllLanguages (required): IETF language tag for 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 | |||||||
![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() |
O | 1..2 | CodeableConcept | LKF: Diagnose – Typ; KaOrg: Hauptdiagnose oder Zusatzdiagnose URL: https://elga.moped.at/StructureDefinition/moped-ext-Diagnosetyp Binding: LKF Diagnosetyp ValueSet (required)
| ||||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() |
Σ | 0..* | Identifier | External Ids for this condition | ||||||
![]() ![]() |
?!OΣC | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.
| ||||||
![]() ![]() |
?!OΣ | 0..1 | CodeableConcept | LKF: Diagnose – Art Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.
| ||||||
![]() ![]() |
C | 0..* | CodeableConcept | problem-list-item | encounter-diagnosis Binding: ConditionCategoryCodes (preferred): A category assigned to the condition. | ||||||
![]() ![]() |
0..1 | CodeableConcept | Subjective severity of condition Binding: ConditionDiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician. | |||||||
![]() ![]() |
OΣ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
| ||||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() |
Σ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | ||||||
![]() ![]() ![]() ![]() |
OΣ | 1..1 | Coding | LKF: Diagnose – Code; KaOrg: Diganose 1, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 1, Untergliederung 1; KaOrg: Diagnose 1, Untergliederung 2; KaOrg: Diganose 2, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 2, Untergliederung 1; KaOrg: Diagnose 2, Untergliederung 2; KaOrg: Diganose 3, ICD10 BMSGPK Schlüssel; KaOrg: Diagnose 3, Untergliederung 1; KaOrg: Diagnose 3, Untergliederung 2; KaOrg: Hauptdiagnose ICD 10 BMSGPK Schlüssel; KaOrg: Hauptdiagnose Untergliederung 1; KaOrg: Hauptdiagnose Untergliederung 2, KaOrg: Zusatzdiagnose 1, ICD 10 BMSGPK Schlüssel; KaOrg: Zusatzdiagnose 1, Untergliederung 1; KaOrg: Zusatzdiagnose 1, Untergliederung 2; Binding: ICD-10 AT (required)
| ||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Required Pattern: https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025 | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Symbol in syntax defined by the system | ||||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: LKF Hauptdiagnosegruppen (required) | ||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Required Pattern: https://elga.moped.at/CodeSystem/LKFHauptdiagnosegruppenCS | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Symbol in syntax defined by the system | ||||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||||
![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Anatomical location, if relevant Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts | ||||||
![]() ![]() |
OΣ | 1..1 | Reference(AT MOPED Patient vbPK Basis Profil | AT MOPED Patient Klarname Basis Profil) | Who has the condition?
| ||||||
![]() ![]() |
OΣ | 1..1 | Reference(AT MOPED Encounter Aufenthalt/Besuch generisches Profil) | The Encounter during which this Condition was created
| ||||||
![]() ![]() |
Σ | 0..1 | Estimated or actual date, date-time, or age | |||||||
![]() ![]() ![]() |
dateTime | |||||||||
![]() ![]() ![]() |
Age | |||||||||
![]() ![]() ![]() |
Period | |||||||||
![]() ![]() ![]() |
Range | |||||||||
![]() ![]() ![]() |
string | |||||||||
![]() ![]() |
C | 0..1 | When in resolution/remission | |||||||
![]() ![]() ![]() |
dateTime | |||||||||
![]() ![]() ![]() |
Age | |||||||||
![]() ![]() ![]() |
Period | |||||||||
![]() ![]() ![]() |
Range | |||||||||
![]() ![]() ![]() |
string | |||||||||
![]() ![]() |
Σ | 0..1 | dateTime | Date condition was first recorded | ||||||
![]() ![]() |
Σ | 0..* | BackboneElement | Who or what participated in the activities related to the condition and how they were involved | ||||||
![]() ![]() ![]() |
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 | ||||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of involvement Binding: ParticipationRoleType (extensible) | ||||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device | Organization | CareTeam) | Who or what participated in the activities related to the condition | ||||||
![]() ![]() |
C | 0..* | BackboneElement | Stage/grade, usually assessed formally Constraints: con-1 | ||||||
![]() ![]() ![]() |
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 | ||||||
![]() ![]() ![]() |
C | 0..1 | CodeableConcept | Simple summary (disease specific) Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages). | ||||||
![]() ![]() ![]() |
C | 0..* | Reference(ClinicalImpression | DiagnosticReport | Observation) | Formal record of assessment | ||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Kind of staging Binding: ConditionStageType (example): Codes describing the kind of condition staging (e.g. clinical or pathological). | |||||||
![]() ![]() |
Σ | 0..* | CodeableReference(Resource) | Supporting evidence for the verification status Binding: SNOMEDCTClinicalFindings (example) | ||||||
![]() ![]() |
0..* | Annotation | Additional information about the Condition | |||||||
Documentation for this format | ||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Condition.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| Condition.clinicalStatus | Base | required | Condition Clinical Status Codes | 📍5.0.0 | FHIR Std. |
| Condition.verificationStatus | Base | required | Condition Verification Status | 📍5.0.0 | FHIR Std. |
| Condition.category | Base | preferred | Condition Category Codes | 📍5.0.0 | FHIR Std. |
| Condition.severity | Base | preferred | Condition/Diagnosis Severity | 📍5.0.0 | FHIR Std. |
| Condition.code | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | FHIR Std. |
| Condition.code.coding:ICD10 | Base | required | ICD-10 AT | 📦0.1.0 | This IG |
| Condition.code.coding:HDG | Base | required | LKF Hauptdiagnosegruppen | 📦0.1.0 | This IG |
| Condition.bodySite | Base | example | SNOMED CT Body Structures | 📍5.0.0 | FHIR Std. |
| Condition.participant.function | Base | extensible | Participation Role Type | 📍5.0.0 | FHIR Std. |
| Condition.stage.summary | Base | example | Condition Stage | 📍5.0.0 | FHIR Std. |
| Condition.stage.type | Base | example | Condition Stage Type | 📍5.0.0 | FHIR Std. |
| Condition.evidence | Base | example | SNOMED CT Clinical Findings | 📍5.0.0 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| con-1 | error | Condition.stage | Stage SHALL have summary or assessment |
summary.exists() or assessment.exists()
|
| con-2 | warning | Condition | If category is problems list item, the clinicalStatus should not be unknown |
category.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-category' and code='problem-list-item').exists() implies clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and code='unknown').exists().not()
|
| con-3 | error | Condition | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission. |
abatement.exists() implies (clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='inactive' or code='resolved' or code='remission')).exists())
|
| dom-2 | error | Condition | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Condition | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Condition | 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 | Condition | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Condition | 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 AtMopedConditionGenerisch
Other representations of profile: CSV, Excel, Schematron