1.0.0 - release
            
          
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://fhir.cambio.se/StructureDefinition/ConditionDiagnosisSe/v1 | Version: 1.2.0 | |||
| Active as of 2023-11-09 | Computable Name: ConditionDiagnosisSe | |||
The ConditionDiagnosisSe profile handles information about diagnoses that are documented in a QuestionnaireResponseSe profile. In this profile, the diagnose code system that is handled is ICD10.
ConditionDiagnosisSe is currently only used as a contained resource within QuestionnaireResponse.
Intended user for this resource is only a healthcare professional. This professional should be the same as specified in QuestionnaireResponseSe. If Unit is specified, it should be with HSA id and has to be the same unit as was given in QuestionnaireResponseSe.
| Type | Description | 
|---|---|
| Rule | The author of ConditionDiagnosisSe should not be a patient. | 
| Rule | The API should not be used to send unsigned data to COSMIC. | 
| COS version | Profile version | Required COSMIC version | Date | Description | 
|---|---|---|---|---|
| 3.12.0 | 1.1.0 | 3.9.0 | Nov 2023 | Slice for ksh-97 codes removed | 
| N/A | 1.0.0 | N/A | Aug 2021 | Initial version | 
Not applicable, this profile is just used as a contained resource and there is no direct APIs related to this profile.
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-3, con-4, con-5  | 
![]() ![]()  | 
?!Σ | 0..1 | uri | A set of rules under which this content was created | 
![]() ![]()  | 
1..* | Extension | Extension Slice: Unordered, Open by value:url  | |
![]() ![]() ![]()  | 
0..1 | boolean | Is the condition chronic? URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1  | |
![]() ![]() ![]()  | 
0..* | Reference(ProcedureKVALite) | Procedures related to the condition URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1  | |
![]() ![]() ![]()  | 
0..* | Reference(ConditionDiagnosisSe) | Sub-conditions URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition  | |
![]() ![]() ![]()  | 
1..1 | Coding | Extension URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis Binding: TypeOfDiagnosis (required)  | |
![]() ![]()  | 
?! | 0..* | Extension | Extensions that cannot be ignored | 
![]() ![]()  | 
Σ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: Condition/Problem/DiagnosisCodes (example): Identification of the condition or diagnosis.  | 
![]() ![]() ![]()  | 
Σ | 1..1 | Coding | Code defined by a terminology system Slice: Unordered, Closed by value:system  | 
![]() ![]() ![]() ![]()  | 
Σ | 0..1 | Coding | Code defined by a terminology system | 
![]() ![]() ![]() ![]() ![]()  | 
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3  | 
![]() ![]() ![]() ![]() ![]()  | 
Σ | 1..1 | code | Symbol in syntax defined by the system | 
![]() ![]()  | 
Σ | 1..1 | Reference(Patient) | Who has the condition? | 
![]() ![]()  | 
Σ | 0..1 | Reference(Encounter) | Encounter created as part of | 
![]() ![]()  | 
Σ | 0..1 | dateTime | Date record was first recorded | 
![]() ![]()  | 
Σ | 0..1 | Reference(PractitionerRoleLiteSe) | Who recorded the condition | 
  Documentation for this format | ||||
| Path | Conformance | ValueSet | URI | 
| Condition.code | example | Condition/Problem/DiagnosisCodeshttp://hl7.org/fhir/ValueSet/condition-codeFrom the FHIR Standard  | 
| Id | Grade | Path(s) | Details | Requirements | 
| con-3 | best practice | Condition | Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item : clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()  | |
| con-4 | error | Condition | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission : abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()  | |
| con-5 | error | Condition | Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error : verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()  | |
| 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().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 | 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 | |
![]() ![]()  | 
||||
![]() ![]() ![]()  | 
1..1 | canonical(StructureDefinition) | Profiles this resource claims to conform to | |
![]() ![]()  | 
1..* | Extension | Extension Slice: Unordered, Open by value:url  | |
![]() ![]() ![]()  | 
0..1 | boolean | Is the condition chronic? URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1  | |
![]() ![]() ![]()  | 
0..* | Reference(ProcedureKVALite) | Procedures related to the condition URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1  | |
![]() ![]() ![]()  | 
0..* | Reference(ConditionDiagnosisSe) | Sub-conditions URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition  | |
![]() ![]() ![]()  | 
1..1 | Coding | Extension URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis Binding: TypeOfDiagnosis (required)  | |
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
1..1 | CodeableConcept | Identification of the condition, problem or diagnosis | |
![]() ![]() ![]()  | 
1..1 | Coding | Code defined by a terminology system Slice: Unordered, Closed by value:system  | |
![]() ![]() ![]() ![]()  | 
0..1 | Coding | Code defined by a terminology system | |
![]() ![]() ![]() ![]() ![]()  | 
1..1 | uri | Identity of the terminology system Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3  | |
![]() ![]() ![]() ![]() ![]()  | 
1..1 | code | Symbol in syntax defined by the system | |
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
1..1 | Reference(Patient) | Who has the condition? | |
![]() ![]()  | 
0..1 | Reference(Encounter) | Encounter created as part of | |
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..1 | dateTime | Date record was first recorded | |
![]() ![]()  | 
0..1 | Reference(PractitionerRoleLiteSe) | Who recorded the condition | |
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
  Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints    Filter:  ![]() ![]()  | ||||
|---|---|---|---|---|---|---|---|---|
![]()  | 
C | 0..* | Condition | Detailed information about conditions, problems or diagnoses Constraints: con-3, con-4, con-5  | ||||
![]() ![]()  | 
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]()  | 
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]()  | 
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]()  | 
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url  | |||||
![]() ![]() ![]()  | 
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]()  | 
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]()  | 
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]()  | 
Σ | 1..1 | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]()  | 
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.  | ||||
![]() ![]() ![]()  | 
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".  | ||||
![]() ![]()  | 
?!Σ | 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 | |||||
![]() ![]()  | 
1..* | Extension | Extension Slice: Unordered, Open by value:url  | |||||
![]() ![]() ![]()  | 
0..1 | boolean | Is the condition chronic? URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1  | |||||
![]() ![]() ![]()  | 
0..* | Reference(ProcedureKVALite) | Procedures related to the condition URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1  | |||||
![]() ![]() ![]()  | 
0..* | Reference(ConditionDiagnosisSe) | Sub-conditions URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition  | |||||
![]() ![]() ![]()  | 
1..1 | Coding | Extension URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis Binding: TypeOfDiagnosis (required)  | |||||
![]() ![]()  | 
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]()  | 
Σ | 0..* | Identifier | External Ids for this condition | ||||
![]() ![]()  | 
0..* | CodeableConcept | problem-list-item | encounter-diagnosis Binding: ConditionCategoryCodes (extensible): A category assigned to the condition.  | |||||
![]() ![]()  | 
Σ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: Condition/Problem/DiagnosisCodes (example): Identification of the condition or diagnosis.  | ||||
![]() ![]() ![]()  | 
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]()  | 
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url  | |||||
![]() ![]() ![]()  | 
Σ | 1..1 | Coding | Code defined by a terminology system Slice: Unordered, Closed by value:system  | ||||
![]() ![]() ![]() ![]()  | 
Σ | 0..1 | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]()  | 
0..1 | string | 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 Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3  | ||||
![]() ![]() ![]() ![]() ![]()  | 
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]()  | 
Σ | 1..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]()  | 
Σ | 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 | ||||
![]() ![]()  | 
Σ | 1..1 | Reference(Patient) | Who has the condition? | ||||
![]() ![]()  | 
Σ | 0..1 | Reference(Encounter) | Encounter created as part of | ||||
![]() ![]()  | 
Σ | 0..1 | dateTime | Date record was first recorded | ||||
![]() ![]()  | 
Σ | 0..1 | Reference(PractitionerRoleLiteSe) | Who recorded the condition | ||||
  Documentation for this format | ||||||||
| Path | Conformance | ValueSet | URI | |||
| Condition.meta.security | extensible | All Security Labelshttp://hl7.org/fhir/ValueSet/security-labelsFrom the FHIR Standard  | ||||
| Condition.meta.tag | example | CommonTagshttp://hl7.org/fhir/ValueSet/common-tagsFrom the FHIR Standard  | ||||
| Condition.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languagesFrom the FHIR Standard 
  | ||||
| Condition.category | extensible | ConditionCategoryCodeshttp://hl7.org/fhir/ValueSet/condition-categoryFrom the FHIR Standard  | ||||
| Condition.code | example | Condition/Problem/DiagnosisCodeshttp://hl7.org/fhir/ValueSet/condition-codeFrom the FHIR Standard  | ||||
| Condition.stage.summary | example | ConditionStagehttp://hl7.org/fhir/ValueSet/condition-stageFrom the FHIR Standard  | ||||
| Condition.stage.type | example | ConditionStageTypehttp://hl7.org/fhir/ValueSet/condition-stage-typeFrom the FHIR Standard  | ||||
| Condition.evidence.code | example | ManifestationAndSymptomCodeshttp://hl7.org/fhir/ValueSet/manifestation-or-symptomFrom the FHIR Standard  | 
| Id | Grade | Path(s) | Details | Requirements | 
| con-3 | best practice | Condition | Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item : clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()  | |
| con-4 | error | Condition | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission : abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()  | |
| con-5 | error | Condition | Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error : verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()  | |
| 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().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 | 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
Mandatory: 4 elements(3 nested mandatory elements)
 Fixed: 1 element
 Prohibited: 10 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints    Filter:  ![]() ![]()  | 
|---|---|---|---|---|
![]()  | 
C | 0..* | Condition | Detailed information about conditions, problems or diagnoses Constraints: con-3, con-4, con-5  | 
![]() ![]()  | 
?!Σ | 0..1 | uri | A set of rules under which this content was created | 
![]() ![]()  | 
1..* | Extension | Extension Slice: Unordered, Open by value:url  | |
![]() ![]() ![]()  | 
0..1 | boolean | Is the condition chronic? URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1  | |
![]() ![]() ![]()  | 
0..* | Reference(ProcedureKVALite) | Procedures related to the condition URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1  | |
![]() ![]() ![]()  | 
0..* | Reference(ConditionDiagnosisSe) | Sub-conditions URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition  | |
![]() ![]() ![]()  | 
1..1 | Coding | Extension URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis Binding: TypeOfDiagnosis (required)  | |
![]() ![]()  | 
?! | 0..* | Extension | Extensions that cannot be ignored | 
![]() ![]()  | 
Σ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: Condition/Problem/DiagnosisCodes (example): Identification of the condition or diagnosis.  | 
![]() ![]() ![]()  | 
Σ | 1..1 | Coding | Code defined by a terminology system Slice: Unordered, Closed by value:system  | 
![]() ![]() ![]() ![]()  | 
Σ | 0..1 | Coding | Code defined by a terminology system | 
![]() ![]() ![]() ![]() ![]()  | 
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3  | 
![]() ![]() ![]() ![]() ![]()  | 
Σ | 1..1 | code | Symbol in syntax defined by the system | 
![]() ![]()  | 
Σ | 1..1 | Reference(Patient) | Who has the condition? | 
![]() ![]()  | 
Σ | 0..1 | Reference(Encounter) | Encounter created as part of | 
![]() ![]()  | 
Σ | 0..1 | dateTime | Date record was first recorded | 
![]() ![]()  | 
Σ | 0..1 | Reference(PractitionerRoleLiteSe) | Who recorded the condition | 
  Documentation for this format | ||||
| Path | Conformance | ValueSet | URI | 
| Condition.code | example | Condition/Problem/DiagnosisCodeshttp://hl7.org/fhir/ValueSet/condition-codeFrom the FHIR Standard  | 
| Id | Grade | Path(s) | Details | Requirements | 
| con-3 | best practice | Condition | Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item : clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()  | |
| con-4 | error | Condition | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission : abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()  | |
| con-5 | error | Condition | Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error : verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()  | |
| 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().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 | 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 | |
![]() ![]()  | 
||||
![]() ![]() ![]()  | 
1..1 | canonical(StructureDefinition) | Profiles this resource claims to conform to | |
![]() ![]()  | 
1..* | Extension | Extension Slice: Unordered, Open by value:url  | |
![]() ![]() ![]()  | 
0..1 | boolean | Is the condition chronic? URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1  | |
![]() ![]() ![]()  | 
0..* | Reference(ProcedureKVALite) | Procedures related to the condition URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1  | |
![]() ![]() ![]()  | 
0..* | Reference(ConditionDiagnosisSe) | Sub-conditions URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition  | |
![]() ![]() ![]()  | 
1..1 | Coding | Extension URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis Binding: TypeOfDiagnosis (required)  | |
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
1..1 | CodeableConcept | Identification of the condition, problem or diagnosis | |
![]() ![]() ![]()  | 
1..1 | Coding | Code defined by a terminology system Slice: Unordered, Closed by value:system  | |
![]() ![]() ![]() ![]()  | 
0..1 | Coding | Code defined by a terminology system | |
![]() ![]() ![]() ![]() ![]()  | 
1..1 | uri | Identity of the terminology system Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3  | |
![]() ![]() ![]() ![]() ![]()  | 
1..1 | code | Symbol in syntax defined by the system | |
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
1..1 | Reference(Patient) | Who has the condition? | |
![]() ![]()  | 
0..1 | Reference(Encounter) | Encounter created as part of | |
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..1 | dateTime | Date record was first recorded | |
![]() ![]()  | 
0..1 | Reference(PractitionerRoleLiteSe) | Who recorded the condition | |
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
![]() ![]()  | 
0..0 | |||
  Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints    Filter:  ![]() ![]()  | ||||
|---|---|---|---|---|---|---|---|---|
![]()  | 
C | 0..* | Condition | Detailed information about conditions, problems or diagnoses Constraints: con-3, con-4, con-5  | ||||
![]() ![]()  | 
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]()  | 
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]()  | 
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]()  | 
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url  | |||||
![]() ![]() ![]()  | 
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]()  | 
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]()  | 
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]()  | 
Σ | 1..1 | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]()  | 
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.  | ||||
![]() ![]() ![]()  | 
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".  | ||||
![]() ![]()  | 
?!Σ | 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 | |||||
![]() ![]()  | 
1..* | Extension | Extension Slice: Unordered, Open by value:url  | |||||
![]() ![]() ![]()  | 
0..1 | boolean | Is the condition chronic? URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1  | |||||
![]() ![]() ![]()  | 
0..* | Reference(ProcedureKVALite) | Procedures related to the condition URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1  | |||||
![]() ![]() ![]()  | 
0..* | Reference(ConditionDiagnosisSe) | Sub-conditions URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition  | |||||
![]() ![]() ![]()  | 
1..1 | Coding | Extension URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis Binding: TypeOfDiagnosis (required)  | |||||
![]() ![]()  | 
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]()  | 
Σ | 0..* | Identifier | External Ids for this condition | ||||
![]() ![]()  | 
0..* | CodeableConcept | problem-list-item | encounter-diagnosis Binding: ConditionCategoryCodes (extensible): A category assigned to the condition.  | |||||
![]() ![]()  | 
Σ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: Condition/Problem/DiagnosisCodes (example): Identification of the condition or diagnosis.  | ||||
![]() ![]() ![]()  | 
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]()  | 
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url  | |||||
![]() ![]() ![]()  | 
Σ | 1..1 | Coding | Code defined by a terminology system Slice: Unordered, Closed by value:system  | ||||
![]() ![]() ![]() ![]()  | 
Σ | 0..1 | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]()  | 
0..1 | string | 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 Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3  | ||||
![]() ![]() ![]() ![]() ![]()  | 
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]()  | 
Σ | 1..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]()  | 
Σ | 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 | ||||
![]() ![]()  | 
Σ | 1..1 | Reference(Patient) | Who has the condition? | ||||
![]() ![]()  | 
Σ | 0..1 | Reference(Encounter) | Encounter created as part of | ||||
![]() ![]()  | 
Σ | 0..1 | dateTime | Date record was first recorded | ||||
![]() ![]()  | 
Σ | 0..1 | Reference(PractitionerRoleLiteSe) | Who recorded the condition | ||||
  Documentation for this format | ||||||||
| Path | Conformance | ValueSet | URI | |||
| Condition.meta.security | extensible | All Security Labelshttp://hl7.org/fhir/ValueSet/security-labelsFrom the FHIR Standard  | ||||
| Condition.meta.tag | example | CommonTagshttp://hl7.org/fhir/ValueSet/common-tagsFrom the FHIR Standard  | ||||
| Condition.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languagesFrom the FHIR Standard 
  | ||||
| Condition.category | extensible | ConditionCategoryCodeshttp://hl7.org/fhir/ValueSet/condition-categoryFrom the FHIR Standard  | ||||
| Condition.code | example | Condition/Problem/DiagnosisCodeshttp://hl7.org/fhir/ValueSet/condition-codeFrom the FHIR Standard  | ||||
| Condition.stage.summary | example | ConditionStagehttp://hl7.org/fhir/ValueSet/condition-stageFrom the FHIR Standard  | ||||
| Condition.stage.type | example | ConditionStageTypehttp://hl7.org/fhir/ValueSet/condition-stage-typeFrom the FHIR Standard  | ||||
| Condition.evidence.code | example | ManifestationAndSymptomCodeshttp://hl7.org/fhir/ValueSet/manifestation-or-symptomFrom the FHIR Standard  | 
| Id | Grade | Path(s) | Details | Requirements | 
| con-3 | best practice | Condition | Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item : clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()  | |
| con-4 | error | Condition | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission : abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()  | |
| con-5 | error | Condition | Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error : verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()  | |
| 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().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 | 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
Mandatory: 4 elements(3 nested mandatory elements)
 Fixed: 1 element
 Prohibited: 10 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron