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

Resource Profile: ConditionDiagnosisSe

Official URL: https://fhir.cambio.se/StructureDefinition/ConditionDiagnosisSe/v1 Version: 1.2.0
Active as of 2023-11-09 Computable Name: ConditionDiagnosisSe

Introduction

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.

Intended Use

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.

Specific Rules and Limitations

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.

Versions

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

APIs & Supported Operations

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

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Condition C 0..* Condition Detailed information about conditions, problems or diagnoses
Constraints: con-3, con-4, con-5
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:chronic 0..1 boolean Is the condition chronic?
URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1
.... extension:subProcedure 0..* Reference(ProcedureKVALite) Procedures related to the condition
URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1
.... extension:subCondition 0..* Reference(ConditionDiagnosisSe) Sub-conditions
URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition
.... extension:typeOfDiagnosis 1..1 Coding Extension
URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis
Binding: TypeOfDiagnosis (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... Slices for coding Σ 1..1 Coding Code defined by a terminology system
Slice: Unordered, Closed by value:system
..... coding:Icd10 Σ 0..1 Coding Code defined by a terminology system
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3
...... code Σ 1..1 code Symbol in syntax defined by the system
... subject Σ 1..1 Reference(Patient) Who has the condition?
... encounter Σ 0..1 Reference(Encounter) Encounter created as part of
... recordedDate Σ 0..1 dateTime Date record was first recorded
... recorder Σ 0..1 Reference(PractitionerRoleLiteSe) Who recorded the condition

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Condition.codeexampleCondition/Problem/DiagnosisCodes
http://hl7.org/fhir/ValueSet/condition-code
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
con-3best practiceConditionCondition.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-4errorConditionIf 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-5errorConditionCondition.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-2errorConditionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorConditionIf 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-4errorConditionIf 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-5errorConditionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceConditionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from Condition

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Condition 0..* Condition Detailed information about conditions, problems or diagnoses
... meta
.... profile 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:chronic 0..1 boolean Is the condition chronic?
URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1
.... extension:subProcedure 0..* Reference(ProcedureKVALite) Procedures related to the condition
URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1
.... extension:subCondition 0..* Reference(ConditionDiagnosisSe) Sub-conditions
URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition
.... extension:typeOfDiagnosis 1..1 Coding Extension
URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis
Binding: TypeOfDiagnosis (required)
... clinicalStatus 0..0
... severity 0..0
... code 1..1 CodeableConcept Identification of the condition, problem or diagnosis
.... Slices for coding 1..1 Coding Code defined by a terminology system
Slice: Unordered, Closed by value:system
..... coding:Icd10 0..1 Coding Code defined by a terminology system
...... system 1..1 uri Identity of the terminology system
Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3
...... code 1..1 code Symbol in syntax defined by the system
... bodySite 0..0
... subject 1..1 Reference(Patient) Who has the condition?
... encounter 0..1 Reference(Encounter) Encounter created as part of
... onset[x] 0..0
... abatement[x] 0..0
... recordedDate 0..1 dateTime Date record was first recorded
... recorder 0..1 Reference(PractitionerRoleLiteSe) Who recorded the condition
... asserter 0..0
... stage 0..0
... evidence 0..0
... note 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Condition C 0..* Condition Detailed information about conditions, problems or diagnoses
Constraints: con-3, con-4, con-5
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 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".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:chronic 0..1 boolean Is the condition chronic?
URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1
.... extension:subProcedure 0..* Reference(ProcedureKVALite) Procedures related to the condition
URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1
.... extension:subCondition 0..* Reference(ConditionDiagnosisSe) Sub-conditions
URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition
.... extension:typeOfDiagnosis 1..1 Coding Extension
URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis
Binding: TypeOfDiagnosis (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier External Ids for this condition
... category 0..* CodeableConcept problem-list-item | encounter-diagnosis
Binding: ConditionCategoryCodes (extensible): A category assigned to the condition.
... code Σ 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: Condition/Problem/DiagnosisCodes (example): Identification of the condition or diagnosis.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 1..1 Coding Code defined by a terminology system
Slice: Unordered, Closed by value:system
..... coding:Icd10 Σ 0..1 Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 1..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... subject Σ 1..1 Reference(Patient) Who has the condition?
... encounter Σ 0..1 Reference(Encounter) Encounter created as part of
... recordedDate Σ 0..1 dateTime Date record was first recorded
... recorder Σ 0..1 Reference(PractitionerRoleLiteSe) Who recorded the condition

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Condition.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
From the FHIR Standard
Condition.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
From the FHIR Standard
Condition.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Condition.categoryextensibleConditionCategoryCodes
http://hl7.org/fhir/ValueSet/condition-category
From the FHIR Standard
Condition.codeexampleCondition/Problem/DiagnosisCodes
http://hl7.org/fhir/ValueSet/condition-code
From the FHIR Standard
Condition.stage.summaryexampleConditionStage
http://hl7.org/fhir/ValueSet/condition-stage
From the FHIR Standard
Condition.stage.typeexampleConditionStageType
http://hl7.org/fhir/ValueSet/condition-stage-type
From the FHIR Standard
Condition.evidence.codeexampleManifestationAndSymptomCodes
http://hl7.org/fhir/ValueSet/manifestation-or-symptom
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
con-3best practiceConditionCondition.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-4errorConditionIf 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-5errorConditionCondition.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-2errorConditionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorConditionIf 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-4errorConditionIf 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-5errorConditionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceConditionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust 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:

  • The element 1 is sliced based on the value of Condition.code.coding (Closed)

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Condition C 0..* Condition Detailed information about conditions, problems or diagnoses
Constraints: con-3, con-4, con-5
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:chronic 0..1 boolean Is the condition chronic?
URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1
.... extension:subProcedure 0..* Reference(ProcedureKVALite) Procedures related to the condition
URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1
.... extension:subCondition 0..* Reference(ConditionDiagnosisSe) Sub-conditions
URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition
.... extension:typeOfDiagnosis 1..1 Coding Extension
URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis
Binding: TypeOfDiagnosis (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... Slices for coding Σ 1..1 Coding Code defined by a terminology system
Slice: Unordered, Closed by value:system
..... coding:Icd10 Σ 0..1 Coding Code defined by a terminology system
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3
...... code Σ 1..1 code Symbol in syntax defined by the system
... subject Σ 1..1 Reference(Patient) Who has the condition?
... encounter Σ 0..1 Reference(Encounter) Encounter created as part of
... recordedDate Σ 0..1 dateTime Date record was first recorded
... recorder Σ 0..1 Reference(PractitionerRoleLiteSe) Who recorded the condition

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Condition.codeexampleCondition/Problem/DiagnosisCodes
http://hl7.org/fhir/ValueSet/condition-code
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
con-3best practiceConditionCondition.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-4errorConditionIf 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-5errorConditionCondition.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-2errorConditionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorConditionIf 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-4errorConditionIf 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-5errorConditionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceConditionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from Condition

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Condition 0..* Condition Detailed information about conditions, problems or diagnoses
... meta
.... profile 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:chronic 0..1 boolean Is the condition chronic?
URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1
.... extension:subProcedure 0..* Reference(ProcedureKVALite) Procedures related to the condition
URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1
.... extension:subCondition 0..* Reference(ConditionDiagnosisSe) Sub-conditions
URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition
.... extension:typeOfDiagnosis 1..1 Coding Extension
URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis
Binding: TypeOfDiagnosis (required)
... clinicalStatus 0..0
... severity 0..0
... code 1..1 CodeableConcept Identification of the condition, problem or diagnosis
.... Slices for coding 1..1 Coding Code defined by a terminology system
Slice: Unordered, Closed by value:system
..... coding:Icd10 0..1 Coding Code defined by a terminology system
...... system 1..1 uri Identity of the terminology system
Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3
...... code 1..1 code Symbol in syntax defined by the system
... bodySite 0..0
... subject 1..1 Reference(Patient) Who has the condition?
... encounter 0..1 Reference(Encounter) Encounter created as part of
... onset[x] 0..0
... abatement[x] 0..0
... recordedDate 0..1 dateTime Date record was first recorded
... recorder 0..1 Reference(PractitionerRoleLiteSe) Who recorded the condition
... asserter 0..0
... stage 0..0
... evidence 0..0
... note 0..0

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Condition C 0..* Condition Detailed information about conditions, problems or diagnoses
Constraints: con-3, con-4, con-5
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 1..1 canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 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".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:chronic 0..1 boolean Is the condition chronic?
URL: https://fhir.cambio.se/StructureDefinition/condition-chronic/v1
.... extension:subProcedure 0..* Reference(ProcedureKVALite) Procedures related to the condition
URL: https://fhir.cambio.se/StructureDefinition/common-subProcedure/v1
.... extension:subCondition 0..* Reference(ConditionDiagnosisSe) Sub-conditions
URL: https://fhir.cambio.se/fhir/StructureDefinition/condition-subCondition
.... extension:typeOfDiagnosis 1..1 Coding Extension
URL: https://fhir.cambio.se/StructureDefinition/condition-typeOfDiagnosis
Binding: TypeOfDiagnosis (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier External Ids for this condition
... category 0..* CodeableConcept problem-list-item | encounter-diagnosis
Binding: ConditionCategoryCodes (extensible): A category assigned to the condition.
... code Σ 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: Condition/Problem/DiagnosisCodes (example): Identification of the condition or diagnosis.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 1..1 Coding Code defined by a terminology system
Slice: Unordered, Closed by value:system
..... coding:Icd10 Σ 0..1 Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: urn:oid:1.2.752.116.1.1.1.1.3
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 1..1 code Symbol in syntax defined by the system
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... subject Σ 1..1 Reference(Patient) Who has the condition?
... encounter Σ 0..1 Reference(Encounter) Encounter created as part of
... recordedDate Σ 0..1 dateTime Date record was first recorded
... recorder Σ 0..1 Reference(PractitionerRoleLiteSe) Who recorded the condition

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Condition.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
From the FHIR Standard
Condition.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
From the FHIR Standard
Condition.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Condition.categoryextensibleConditionCategoryCodes
http://hl7.org/fhir/ValueSet/condition-category
From the FHIR Standard
Condition.codeexampleCondition/Problem/DiagnosisCodes
http://hl7.org/fhir/ValueSet/condition-code
From the FHIR Standard
Condition.stage.summaryexampleConditionStage
http://hl7.org/fhir/ValueSet/condition-stage
From the FHIR Standard
Condition.stage.typeexampleConditionStageType
http://hl7.org/fhir/ValueSet/condition-stage-type
From the FHIR Standard
Condition.evidence.codeexampleManifestationAndSymptomCodes
http://hl7.org/fhir/ValueSet/manifestation-or-symptom
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
con-3best practiceConditionCondition.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-4errorConditionIf 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-5errorConditionCondition.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-2errorConditionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorConditionIf 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-4errorConditionIf 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-5errorConditionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceConditionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust 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:

  • The element 1 is sliced based on the value of Condition.code.coding (Closed)

 

Other representations of profile: CSV, Excel, Schematron