VRIS - Viljatusravi infosüsteem, published by TEHIK. 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/TEHIK-EE/ig-ee-vris/ and changes regularly. See the Directory of published versions
| Official URL: https://fhir.ee/vris/StructureDefinition/ee-vris-cause-of-death | Version: 0.1.0 | |||
| Draft as of 2026-07-16 | Computable Name: EEVRISConditionCauseOfDeath | |||
Profile for capturing cause and time of death. (ee Surma põhjus. NB! Tulevikus kasutada diagnoosi-teenuse viidet!)
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..* | Condition | 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 | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
Σ | 0..* | Identifier | (ee KAS seda on VAJA?) |
![]() ![]() |
?!ΣC | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis. Fixed Value: As shown (Resolved) |
![]() ![]() ![]() |
0..0 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..0 | Extension | Additional content defined by implementations | |
![]() ![]() ![]() |
1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() |
0..0 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..0 | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/condition-clinical | |
![]() ![]() ![]() ![]() |
0..0 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: resolved | |
![]() ![]() ![]() ![]() |
0..0 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() |
0..0 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() |
0..0 | string | Plain text representation of the concept | |
![]() ![]() |
?!Σ | 0..1 | CodeableConcept | (ee KAS seda on VAJA?) Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis. |
![]() ![]() |
Σ | 0..1 | CodeableConcept | Surma põhjus RHK-10 järgi Binding: https://fhir.ee/ValueSet/rhk-10 (preferred) |
![]() ![]() |
Σ | 1..1 | Reference(Patient: EE VRIS Donor | Patient: EE VRIS Recipient | EE MPI Patient Verified | Patient: EE VRIS Anonymous Patient | Patient: EE VRIS Child) | Who has the condition? |
![]() ![]() |
Σ | 0..1 | dateTime | Surma kuupäev |
![]() ![]() |
Σ | 0..* | BackboneElement | (ee Kes pani surma kirja? Kas on vaja?) |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device | Organization | CareTeam) | Who or what participated in the activities related to the condition |
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 | preferred | https://fhir.ee/ValueSet/rhk-10 | Not State | Unknown |
| 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 Condition
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Condition | Detailed information about conditions, problems or diagnoses | |
![]() ![]() |
0..* | Identifier | (ee KAS seda on VAJA?) | |
![]() ![]() |
1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Fixed Value: As shown (Resolved) | |
![]() ![]() ![]() |
1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/condition-clinical | |
![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: resolved | |
![]() ![]() |
0..1 | CodeableConcept | (ee KAS seda on VAJA?) | |
![]() ![]() |
0..0 | problem-list-item | encounter-diagnosis | ||
![]() ![]() |
0..0 | Subjective severity of condition | ||
![]() ![]() |
0..1 | CodeableConcept | Surma põhjus RHK-10 järgi Binding: https://fhir.ee/ValueSet/rhk-10 (preferred) | |
![]() ![]() |
0..0 | Anatomical location, if relevant | ||
![]() ![]() |
1..1 | Reference(Patient: EE VRIS Donor | Patient: EE VRIS Recipient | EE MPI Patient Verified | Patient: EE VRIS Anonymous Patient | Patient: EE VRIS Child) | Who has the condition? | |
![]() ![]() |
0..0 | The Encounter during which this Condition was created | ||
![]() ![]() |
0..1 | dateTime | Surma kuupäev | |
![]() ![]() |
0..0 | When in resolution/remission | ||
![]() ![]() |
0..* | BackboneElement | (ee Kes pani surma kirja? Kas on vaja?) | |
![]() ![]() |
0..0 | Stage/grade, usually assessed formally | ||
![]() ![]() |
0..0 | Supporting evidence for the verification status | ||
![]() ![]() |
0..0 | Additional information about the Condition | ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Condition.code | Base | preferred | https://fhir.ee/ValueSet/rhk-10 | Not State | Unknown |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Condition | 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 | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | (ee KAS seda on VAJA?) | ||||
![]() ![]() |
?!ΣC | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis. Fixed Value: As shown (Resolved) | ||||
![]() ![]() ![]() |
0..0 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..0 | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() |
0..0 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..0 | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/condition-clinical | |||||
![]() ![]() ![]() ![]() |
0..0 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: resolved | |||||
![]() ![]() ![]() ![]() |
0..0 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() |
0..0 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() |
0..0 | string | Plain text representation of the concept | |||||
![]() ![]() |
?!Σ | 0..1 | CodeableConcept | (ee KAS seda on VAJA?) Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis. | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | Surma põhjus RHK-10 järgi Binding: https://fhir.ee/ValueSet/rhk-10 (preferred) | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient: EE VRIS Donor | Patient: EE VRIS Recipient | EE MPI Patient Verified | Patient: EE VRIS Anonymous Patient | Patient: EE VRIS Child) | Who has the condition? | ||||
![]() ![]() |
Σ | 0..1 | dateTime | Surma kuupäev | ||||
![]() ![]() |
Σ | 0..1 | dateTime | Date condition was first recorded | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | (ee Kes pani surma kirja? Kas on vaja?) | ||||
![]() ![]() ![]() |
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 | ||||
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.code | Base | preferred | https://fhir.ee/ValueSet/rhk-10 | Not State | Unknown |
| 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. |
| 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 Condition
Summary
Fixed: 1 element
Prohibited: 8 elements
Structures
This structure refers to these other structures:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Condition | 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 | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
Σ | 0..* | Identifier | (ee KAS seda on VAJA?) |
![]() ![]() |
?!ΣC | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis. Fixed Value: As shown (Resolved) |
![]() ![]() ![]() |
0..0 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..0 | Extension | Additional content defined by implementations | |
![]() ![]() ![]() |
1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() |
0..0 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..0 | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/condition-clinical | |
![]() ![]() ![]() ![]() |
0..0 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: resolved | |
![]() ![]() ![]() ![]() |
0..0 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() |
0..0 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() |
0..0 | string | Plain text representation of the concept | |
![]() ![]() |
?!Σ | 0..1 | CodeableConcept | (ee KAS seda on VAJA?) Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis. |
![]() ![]() |
Σ | 0..1 | CodeableConcept | Surma põhjus RHK-10 järgi Binding: https://fhir.ee/ValueSet/rhk-10 (preferred) |
![]() ![]() |
Σ | 1..1 | Reference(Patient: EE VRIS Donor | Patient: EE VRIS Recipient | EE MPI Patient Verified | Patient: EE VRIS Anonymous Patient | Patient: EE VRIS Child) | Who has the condition? |
![]() ![]() |
Σ | 0..1 | dateTime | Surma kuupäev |
![]() ![]() |
Σ | 0..* | BackboneElement | (ee Kes pani surma kirja? Kas on vaja?) |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device | Organization | CareTeam) | Who or what participated in the activities related to the condition |
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 | preferred | https://fhir.ee/ValueSet/rhk-10 | Not State | Unknown |
| 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 Condition
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Condition | Detailed information about conditions, problems or diagnoses | |
![]() ![]() |
0..* | Identifier | (ee KAS seda on VAJA?) | |
![]() ![]() |
1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Fixed Value: As shown (Resolved) | |
![]() ![]() ![]() |
1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/condition-clinical | |
![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: resolved | |
![]() ![]() |
0..1 | CodeableConcept | (ee KAS seda on VAJA?) | |
![]() ![]() |
0..0 | problem-list-item | encounter-diagnosis | ||
![]() ![]() |
0..0 | Subjective severity of condition | ||
![]() ![]() |
0..1 | CodeableConcept | Surma põhjus RHK-10 järgi Binding: https://fhir.ee/ValueSet/rhk-10 (preferred) | |
![]() ![]() |
0..0 | Anatomical location, if relevant | ||
![]() ![]() |
1..1 | Reference(Patient: EE VRIS Donor | Patient: EE VRIS Recipient | EE MPI Patient Verified | Patient: EE VRIS Anonymous Patient | Patient: EE VRIS Child) | Who has the condition? | |
![]() ![]() |
0..0 | The Encounter during which this Condition was created | ||
![]() ![]() |
0..1 | dateTime | Surma kuupäev | |
![]() ![]() |
0..0 | When in resolution/remission | ||
![]() ![]() |
0..* | BackboneElement | (ee Kes pani surma kirja? Kas on vaja?) | |
![]() ![]() |
0..0 | Stage/grade, usually assessed formally | ||
![]() ![]() |
0..0 | Supporting evidence for the verification status | ||
![]() ![]() |
0..0 | Additional information about the Condition | ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Condition.code | Base | preferred | https://fhir.ee/ValueSet/rhk-10 | Not State | Unknown |
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Condition | 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 | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | (ee KAS seda on VAJA?) | ||||
![]() ![]() |
?!ΣC | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved | unknown Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis. Fixed Value: As shown (Resolved) | ||||
![]() ![]() ![]() |
0..0 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..0 | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() |
0..0 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..0 | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/condition-clinical | |||||
![]() ![]() ![]() ![]() |
0..0 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: resolved | |||||
![]() ![]() ![]() ![]() |
0..0 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() |
0..0 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() |
0..0 | string | Plain text representation of the concept | |||||
![]() ![]() |
?!Σ | 0..1 | CodeableConcept | (ee KAS seda on VAJA?) Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis. | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | Surma põhjus RHK-10 järgi Binding: https://fhir.ee/ValueSet/rhk-10 (preferred) | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient: EE VRIS Donor | Patient: EE VRIS Recipient | EE MPI Patient Verified | Patient: EE VRIS Anonymous Patient | Patient: EE VRIS Child) | Who has the condition? | ||||
![]() ![]() |
Σ | 0..1 | dateTime | Surma kuupäev | ||||
![]() ![]() |
Σ | 0..1 | dateTime | Date condition was first recorded | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | (ee Kes pani surma kirja? Kas on vaja?) | ||||
![]() ![]() ![]() |
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 | ||||
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.code | Base | preferred | https://fhir.ee/ValueSet/rhk-10 | Not State | Unknown |
| 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. |
| 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 Condition
Summary
Fixed: 1 element
Prohibited: 8 elements
Structures
This structure refers to these other structures:
Other representations of profile: CSV, Excel, Schematron