FHIR R6 Patient Care Incubator
0.1.0 - ci-build World

FHIR R6 Patient Care Incubator, published by HL7 International / Patient Care. 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/HL7/pc-incubator/ and changes regularly. See the Directory of published versions

Resource Profile: Condition Definition

Official URL: http://hl7.org/fhir/StructureDefinition/ConditionDefinition Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: ConditionDefinition
Other Identifiers: OID:2.16.840.1.113883.4.642.5.1326

A definition of a condition and information relevant to managing it.

Scope and Usage

A condition definition defines a set of system properties for a particular condition.

It is important to understand the condition definition resource is not intended to be used to define the underlying biological or ontological basis for the condition; instead the focus is on how the condition is identified, managed, and treated.

Boundaries and Relationships

  • Conditions may have a matching condition definition, but need not do so
  • Condition definitions may identify observations and signs (including, but not limited to) lab tests that are indicative of the condition
  • Condition definitions often identify ongoing observations to prioritize when viewing the chart of patients with the conditions
  • Condition definitions may identify applicable care plans

Background and Context

One frequent criticism of information systems in healthcare is that they do not adapt well to changing context, particularly the context of what is specifically wrong. A typical institution will have 20-30,000 different kinds of observational data, but only a small portion of these are relevant to any particular condition. Information systems supporting clinical care provision are increasingly investigating the use of AI, but ConditionDefinition provides a simple way to help the system be more adaptive.

Usages:

  • This Resource is not used by any profiles in this Specification

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
.. ConditionDefinition C 0..* DomainResource A definition of a condition

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
Constraints: cnl-0
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... url ΣC 0..1 uri Canonical identifier for this condition definition, represented as a URI (globally unique)
... identifier Σ 0..* Identifier Additional identifier for the condition definition
... version Σ 0..1 string Business version of the condition definition
... versionAlgorithm[x] Σ 0..1 How to compare versions
Binding: VersionAlgorithm (extensible)
.... versionAlgorithmString string
.... versionAlgorithmCoding Coding
... name ΣC 0..1 string Name for this condition definition (computer friendly)
... title Σ 0..1 string Name for this condition definition (human friendly)
... subtitle 0..1 string Subordinate title of the event definition
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
... experimental Σ 0..1 boolean For testing only - never for real usage
... date Σ 0..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher/steward (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description 0..1 markdown Natural language description of the condition definition
... useContext Σ 0..* UsageContext The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept Jurisdiction of the authority that maintains the condition definition (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.
... code Σ 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
... severity Σ 0..1 CodeableConcept Subjective severity of condition
Binding: ConditionDiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... bodySite Σ 0..1 CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts
... stage Σ 0..1 CodeableConcept Stage/grade, usually assessed formally
Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).
... hasSeverity 0..1 boolean Whether Severity is appropriate
... hasBodySite 0..1 boolean Whether bodySite is appropriate
... hasStage 0..1 boolean Whether stage is appropriate
... definition 0..* uri Formal Definition for the condition
... observation 0..* canonical(ObservationDefinition) Observations particularly relevant to this condition
... medication 0..* BackboneElement Medications particularly relevant for this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... category 0..1 CodeableConcept Category that is relevant
Binding: Medication request category codes (example): A coded concept identifying the category of medication request. For example, where the medication is to be consumed or administered, or the type of medication treatment.
.... code 0..1 CodeableConcept Code for relevant Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying substance or product that can be ordered.
... precondition 0..* BackboneElement Observation that suggets this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... type 1..1 code sensitive | specific
Binding: ConditionPreconditionTypeValueSet (required): Kind of precondition for the condition.
.... code 1..1 CodeableConcept Code for relevant Observation
Binding: LOINCCodes (example): Codes identifying names of simple observations.
.... value[x] 0..1 Value of Observation
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
... team 0..* Reference(CareTeam) Appropriate team for this condition
... questionnaire 0..* BackboneElement Questionnaire for this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... purpose 1..1 code preadmit | diff-diagnosis | outcome
Binding: ConditionQuestionnairePurposeValueSet (required): The use of a questionnaire.
.... reference 1..1 Reference(Questionnaire) Specific Questionnaire
... plan 0..* BackboneElement Plan that is appropriate
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... role 0..1 CodeableConcept Use for the plan
.... reference 1..1 Reference(PlanDefinition) The actual plan

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ConditionDefinition.​language Base required All Languages 📍6.0.0-ballot5 FHIR Std.
ConditionDefinition.​versionAlgorithm[x] Base extensible Version Algorithm 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​status Base required PublicationStatus 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​jurisdiction Base extensible Jurisdiction ValueSet 📦1.0.0 THO v7.3
ConditionDefinition.​code Base example Condition/Problem/Diagnosis Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​severity Base preferred Condition/Diagnosis Severity 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​bodySite Base example SNOMED CT Body Structures 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​stage Base example Condition Stage 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​medication.category Base example Medication request category codes 📦2.0.0 THO v7.3
ConditionDefinition.​medication.code Base example SNOMED CT Medication Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​precondition.type Base required Condition Precondition Type ValueSet 📦0.1.0 This IG
ConditionDefinition.​precondition.code Base example LOINC Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​questionnaire.purpose Base required Condition Questionnaire Purpose ValueSet 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
cnl-0 warning ConditionDefinition Name should be usable as an identifier for the module by machine processing applications such as code generation name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')

This structure is derived from DomainResource

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ConditionDefinition C 0..* DomainResource A definition of a condition

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
Constraints: cnl-0
... url ΣC 0..1 uri Canonical identifier for this condition definition, represented as a URI (globally unique)
... identifier Σ 0..* Identifier Additional identifier for the condition definition
... version Σ 0..1 string Business version of the condition definition
... versionAlgorithm[x] Σ 0..1 How to compare versions
Binding: VersionAlgorithm (extensible)
.... versionAlgorithmString string
.... versionAlgorithmCoding Coding
... name ΣC 0..1 string Name for this condition definition (computer friendly)
... title Σ 0..1 string Name for this condition definition (human friendly)
... subtitle 0..1 string Subordinate title of the event definition
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
... experimental Σ 0..1 boolean For testing only - never for real usage
... date Σ 0..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher/steward (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description 0..1 markdown Natural language description of the condition definition
... useContext Σ 0..* UsageContext The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept Jurisdiction of the authority that maintains the condition definition (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.
... code Σ 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
... severity Σ 0..1 CodeableConcept Subjective severity of condition
Binding: ConditionDiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... bodySite Σ 0..1 CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts
... stage Σ 0..1 CodeableConcept Stage/grade, usually assessed formally
Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).
... hasSeverity 0..1 boolean Whether Severity is appropriate
... hasBodySite 0..1 boolean Whether bodySite is appropriate
... hasStage 0..1 boolean Whether stage is appropriate
... definition 0..* uri Formal Definition for the condition
... observation 0..* canonical(ObservationDefinition) Observations particularly relevant to this condition
... medication 0..* BackboneElement Medications particularly relevant for this condition
.... category 0..1 CodeableConcept Category that is relevant
Binding: Medication request category codes (example): A coded concept identifying the category of medication request. For example, where the medication is to be consumed or administered, or the type of medication treatment.
.... code 0..1 CodeableConcept Code for relevant Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying substance or product that can be ordered.
... precondition 0..* BackboneElement Observation that suggets this condition
.... type 1..1 code sensitive | specific
Binding: ConditionPreconditionTypeValueSet (required): Kind of precondition for the condition.
.... code 1..1 CodeableConcept Code for relevant Observation
Binding: LOINCCodes (example): Codes identifying names of simple observations.
.... value[x] 0..1 Value of Observation
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
... team 0..* Reference(CareTeam) Appropriate team for this condition
... questionnaire 0..* BackboneElement Questionnaire for this condition
.... purpose 1..1 code preadmit | diff-diagnosis | outcome
Binding: ConditionQuestionnairePurposeValueSet (required): The use of a questionnaire.
.... reference 1..1 Reference(Questionnaire) Specific Questionnaire
... plan 0..* BackboneElement Plan that is appropriate
.... role 0..1 CodeableConcept Use for the plan
.... reference 1..1 Reference(PlanDefinition) The actual plan

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
ConditionDefinition.​versionAlgorithm[x] Base extensible Version Algorithm 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​status Base required PublicationStatus 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​jurisdiction Base extensible Jurisdiction ValueSet 📦1.0.0 THO v7.3
ConditionDefinition.​code Base example Condition/Problem/Diagnosis Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​severity Base preferred Condition/Diagnosis Severity 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​bodySite Base example SNOMED CT Body Structures 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​stage Base example Condition Stage 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​medication.category Base example Medication request category codes 📦2.0.0 THO v7.3
ConditionDefinition.​medication.code Base example SNOMED CT Medication Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​precondition.type Base required Condition Precondition Type ValueSet 📦0.1.0 This IG
ConditionDefinition.​precondition.code Base example LOINC Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​questionnaire.purpose Base required Condition Questionnaire Purpose ValueSet 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
cnl-0 warning ConditionDefinition Name should be usable as an identifier for the module by machine processing applications such as code generation name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ConditionDefinition C 0..* DomainResource A definition of a condition

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
Constraints: cnl-0
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... url ΣC 0..1 uri Canonical identifier for this condition definition, represented as a URI (globally unique)
... identifier Σ 0..* Identifier Additional identifier for the condition definition
... version Σ 0..1 string Business version of the condition definition
... versionAlgorithm[x] Σ 0..1 How to compare versions
Binding: VersionAlgorithm (extensible)
.... versionAlgorithmString string
.... versionAlgorithmCoding Coding
... name ΣC 0..1 string Name for this condition definition (computer friendly)
... title Σ 0..1 string Name for this condition definition (human friendly)
... subtitle 0..1 string Subordinate title of the event definition
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
... experimental Σ 0..1 boolean For testing only - never for real usage
... date Σ 0..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher/steward (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description 0..1 markdown Natural language description of the condition definition
... useContext Σ 0..* UsageContext The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept Jurisdiction of the authority that maintains the condition definition (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.
... code Σ 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
... severity Σ 0..1 CodeableConcept Subjective severity of condition
Binding: ConditionDiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... bodySite Σ 0..1 CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts
... stage Σ 0..1 CodeableConcept Stage/grade, usually assessed formally
Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).
... hasSeverity 0..1 boolean Whether Severity is appropriate
... hasBodySite 0..1 boolean Whether bodySite is appropriate
... hasStage 0..1 boolean Whether stage is appropriate
... definition 0..* uri Formal Definition for the condition
... observation 0..* canonical(ObservationDefinition) Observations particularly relevant to this condition
... medication 0..* BackboneElement Medications particularly relevant for this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... category 0..1 CodeableConcept Category that is relevant
Binding: Medication request category codes (example): A coded concept identifying the category of medication request. For example, where the medication is to be consumed or administered, or the type of medication treatment.
.... code 0..1 CodeableConcept Code for relevant Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying substance or product that can be ordered.
... precondition 0..* BackboneElement Observation that suggets this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... type 1..1 code sensitive | specific
Binding: ConditionPreconditionTypeValueSet (required): Kind of precondition for the condition.
.... code 1..1 CodeableConcept Code for relevant Observation
Binding: LOINCCodes (example): Codes identifying names of simple observations.
.... value[x] 0..1 Value of Observation
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
... team 0..* Reference(CareTeam) Appropriate team for this condition
... questionnaire 0..* BackboneElement Questionnaire for this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... purpose 1..1 code preadmit | diff-diagnosis | outcome
Binding: ConditionQuestionnairePurposeValueSet (required): The use of a questionnaire.
.... reference 1..1 Reference(Questionnaire) Specific Questionnaire
... plan 0..* BackboneElement Plan that is appropriate
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... role 0..1 CodeableConcept Use for the plan
.... reference 1..1 Reference(PlanDefinition) The actual plan

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ConditionDefinition.​language Base required All Languages 📍6.0.0-ballot5 FHIR Std.
ConditionDefinition.​versionAlgorithm[x] Base extensible Version Algorithm 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​status Base required PublicationStatus 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​jurisdiction Base extensible Jurisdiction ValueSet 📦1.0.0 THO v7.3
ConditionDefinition.​code Base example Condition/Problem/Diagnosis Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​severity Base preferred Condition/Diagnosis Severity 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​bodySite Base example SNOMED CT Body Structures 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​stage Base example Condition Stage 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​medication.category Base example Medication request category codes 📦2.0.0 THO v7.3
ConditionDefinition.​medication.code Base example SNOMED CT Medication Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​precondition.type Base required Condition Precondition Type ValueSet 📦0.1.0 This IG
ConditionDefinition.​precondition.code Base example LOINC Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​questionnaire.purpose Base required Condition Questionnaire Purpose ValueSet 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
cnl-0 warning ConditionDefinition Name should be usable as an identifier for the module by machine processing applications such as code generation name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')

This structure is derived from DomainResource

Summary

Mandatory: 0 element(7 nested mandatory elements)

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ConditionDefinition C 0..* DomainResource A definition of a condition

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
Constraints: cnl-0
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... url ΣC 0..1 uri Canonical identifier for this condition definition, represented as a URI (globally unique)
... identifier Σ 0..* Identifier Additional identifier for the condition definition
... version Σ 0..1 string Business version of the condition definition
... versionAlgorithm[x] Σ 0..1 How to compare versions
Binding: VersionAlgorithm (extensible)
.... versionAlgorithmString string
.... versionAlgorithmCoding Coding
... name ΣC 0..1 string Name for this condition definition (computer friendly)
... title Σ 0..1 string Name for this condition definition (human friendly)
... subtitle 0..1 string Subordinate title of the event definition
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
... experimental Σ 0..1 boolean For testing only - never for real usage
... date Σ 0..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher/steward (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description 0..1 markdown Natural language description of the condition definition
... useContext Σ 0..* UsageContext The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept Jurisdiction of the authority that maintains the condition definition (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.
... code Σ 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
... severity Σ 0..1 CodeableConcept Subjective severity of condition
Binding: ConditionDiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... bodySite Σ 0..1 CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts
... stage Σ 0..1 CodeableConcept Stage/grade, usually assessed formally
Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).
... hasSeverity 0..1 boolean Whether Severity is appropriate
... hasBodySite 0..1 boolean Whether bodySite is appropriate
... hasStage 0..1 boolean Whether stage is appropriate
... definition 0..* uri Formal Definition for the condition
... observation 0..* canonical(ObservationDefinition) Observations particularly relevant to this condition
... medication 0..* BackboneElement Medications particularly relevant for this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... category 0..1 CodeableConcept Category that is relevant
Binding: Medication request category codes (example): A coded concept identifying the category of medication request. For example, where the medication is to be consumed or administered, or the type of medication treatment.
.... code 0..1 CodeableConcept Code for relevant Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying substance or product that can be ordered.
... precondition 0..* BackboneElement Observation that suggets this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... type 1..1 code sensitive | specific
Binding: ConditionPreconditionTypeValueSet (required): Kind of precondition for the condition.
.... code 1..1 CodeableConcept Code for relevant Observation
Binding: LOINCCodes (example): Codes identifying names of simple observations.
.... value[x] 0..1 Value of Observation
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
... team 0..* Reference(CareTeam) Appropriate team for this condition
... questionnaire 0..* BackboneElement Questionnaire for this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... purpose 1..1 code preadmit | diff-diagnosis | outcome
Binding: ConditionQuestionnairePurposeValueSet (required): The use of a questionnaire.
.... reference 1..1 Reference(Questionnaire) Specific Questionnaire
... plan 0..* BackboneElement Plan that is appropriate
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... role 0..1 CodeableConcept Use for the plan
.... reference 1..1 Reference(PlanDefinition) The actual plan

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ConditionDefinition.​language Base required All Languages 📍6.0.0-ballot5 FHIR Std.
ConditionDefinition.​versionAlgorithm[x] Base extensible Version Algorithm 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​status Base required PublicationStatus 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​jurisdiction Base extensible Jurisdiction ValueSet 📦1.0.0 THO v7.3
ConditionDefinition.​code Base example Condition/Problem/Diagnosis Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​severity Base preferred Condition/Diagnosis Severity 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​bodySite Base example SNOMED CT Body Structures 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​stage Base example Condition Stage 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​medication.category Base example Medication request category codes 📦2.0.0 THO v7.3
ConditionDefinition.​medication.code Base example SNOMED CT Medication Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​precondition.type Base required Condition Precondition Type ValueSet 📦0.1.0 This IG
ConditionDefinition.​precondition.code Base example LOINC Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​questionnaire.purpose Base required Condition Questionnaire Purpose ValueSet 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
cnl-0 warning ConditionDefinition Name should be usable as an identifier for the module by machine processing applications such as code generation name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')

Differential View

This structure is derived from DomainResource

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ConditionDefinition C 0..* DomainResource A definition of a condition

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
Constraints: cnl-0
... url ΣC 0..1 uri Canonical identifier for this condition definition, represented as a URI (globally unique)
... identifier Σ 0..* Identifier Additional identifier for the condition definition
... version Σ 0..1 string Business version of the condition definition
... versionAlgorithm[x] Σ 0..1 How to compare versions
Binding: VersionAlgorithm (extensible)
.... versionAlgorithmString string
.... versionAlgorithmCoding Coding
... name ΣC 0..1 string Name for this condition definition (computer friendly)
... title Σ 0..1 string Name for this condition definition (human friendly)
... subtitle 0..1 string Subordinate title of the event definition
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
... experimental Σ 0..1 boolean For testing only - never for real usage
... date Σ 0..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher/steward (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description 0..1 markdown Natural language description of the condition definition
... useContext Σ 0..* UsageContext The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept Jurisdiction of the authority that maintains the condition definition (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.
... code Σ 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
... severity Σ 0..1 CodeableConcept Subjective severity of condition
Binding: ConditionDiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... bodySite Σ 0..1 CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts
... stage Σ 0..1 CodeableConcept Stage/grade, usually assessed formally
Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).
... hasSeverity 0..1 boolean Whether Severity is appropriate
... hasBodySite 0..1 boolean Whether bodySite is appropriate
... hasStage 0..1 boolean Whether stage is appropriate
... definition 0..* uri Formal Definition for the condition
... observation 0..* canonical(ObservationDefinition) Observations particularly relevant to this condition
... medication 0..* BackboneElement Medications particularly relevant for this condition
.... category 0..1 CodeableConcept Category that is relevant
Binding: Medication request category codes (example): A coded concept identifying the category of medication request. For example, where the medication is to be consumed or administered, or the type of medication treatment.
.... code 0..1 CodeableConcept Code for relevant Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying substance or product that can be ordered.
... precondition 0..* BackboneElement Observation that suggets this condition
.... type 1..1 code sensitive | specific
Binding: ConditionPreconditionTypeValueSet (required): Kind of precondition for the condition.
.... code 1..1 CodeableConcept Code for relevant Observation
Binding: LOINCCodes (example): Codes identifying names of simple observations.
.... value[x] 0..1 Value of Observation
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
... team 0..* Reference(CareTeam) Appropriate team for this condition
... questionnaire 0..* BackboneElement Questionnaire for this condition
.... purpose 1..1 code preadmit | diff-diagnosis | outcome
Binding: ConditionQuestionnairePurposeValueSet (required): The use of a questionnaire.
.... reference 1..1 Reference(Questionnaire) Specific Questionnaire
... plan 0..* BackboneElement Plan that is appropriate
.... role 0..1 CodeableConcept Use for the plan
.... reference 1..1 Reference(PlanDefinition) The actual plan

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
ConditionDefinition.​versionAlgorithm[x] Base extensible Version Algorithm 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​status Base required PublicationStatus 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​jurisdiction Base extensible Jurisdiction ValueSet 📦1.0.0 THO v7.3
ConditionDefinition.​code Base example Condition/Problem/Diagnosis Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​severity Base preferred Condition/Diagnosis Severity 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​bodySite Base example SNOMED CT Body Structures 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​stage Base example Condition Stage 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​medication.category Base example Medication request category codes 📦2.0.0 THO v7.3
ConditionDefinition.​medication.code Base example SNOMED CT Medication Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​precondition.type Base required Condition Precondition Type ValueSet 📦0.1.0 This IG
ConditionDefinition.​precondition.code Base example LOINC Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​questionnaire.purpose Base required Condition Questionnaire Purpose ValueSet 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
cnl-0 warning ConditionDefinition Name should be usable as an identifier for the module by machine processing applications such as code generation name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ConditionDefinition C 0..* DomainResource A definition of a condition

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
Constraints: cnl-0
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... url ΣC 0..1 uri Canonical identifier for this condition definition, represented as a URI (globally unique)
... identifier Σ 0..* Identifier Additional identifier for the condition definition
... version Σ 0..1 string Business version of the condition definition
... versionAlgorithm[x] Σ 0..1 How to compare versions
Binding: VersionAlgorithm (extensible)
.... versionAlgorithmString string
.... versionAlgorithmCoding Coding
... name ΣC 0..1 string Name for this condition definition (computer friendly)
... title Σ 0..1 string Name for this condition definition (human friendly)
... subtitle 0..1 string Subordinate title of the event definition
... status ?!Σ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
... experimental Σ 0..1 boolean For testing only - never for real usage
... date Σ 0..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher/steward (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description 0..1 markdown Natural language description of the condition definition
... useContext Σ 0..* UsageContext The context that the content is intended to support
... jurisdiction Σ 0..* CodeableConcept Jurisdiction of the authority that maintains the condition definition (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.
... code Σ 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: ConditionProblemDiagnosisCodes (example): Identification of the condition or diagnosis.
... severity Σ 0..1 CodeableConcept Subjective severity of condition
Binding: ConditionDiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... bodySite Σ 0..1 CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts
... stage Σ 0..1 CodeableConcept Stage/grade, usually assessed formally
Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).
... hasSeverity 0..1 boolean Whether Severity is appropriate
... hasBodySite 0..1 boolean Whether bodySite is appropriate
... hasStage 0..1 boolean Whether stage is appropriate
... definition 0..* uri Formal Definition for the condition
... observation 0..* canonical(ObservationDefinition) Observations particularly relevant to this condition
... medication 0..* BackboneElement Medications particularly relevant for this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... category 0..1 CodeableConcept Category that is relevant
Binding: Medication request category codes (example): A coded concept identifying the category of medication request. For example, where the medication is to be consumed or administered, or the type of medication treatment.
.... code 0..1 CodeableConcept Code for relevant Medication
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying substance or product that can be ordered.
... precondition 0..* BackboneElement Observation that suggets this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... type 1..1 code sensitive | specific
Binding: ConditionPreconditionTypeValueSet (required): Kind of precondition for the condition.
.... code 1..1 CodeableConcept Code for relevant Observation
Binding: LOINCCodes (example): Codes identifying names of simple observations.
.... value[x] 0..1 Value of Observation
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
... team 0..* Reference(CareTeam) Appropriate team for this condition
... questionnaire 0..* BackboneElement Questionnaire for this condition
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... purpose 1..1 code preadmit | diff-diagnosis | outcome
Binding: ConditionQuestionnairePurposeValueSet (required): The use of a questionnaire.
.... reference 1..1 Reference(Questionnaire) Specific Questionnaire
... plan 0..* BackboneElement Plan that is appropriate
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Slice: Unordered, Open by value:url
.... role 0..1 CodeableConcept Use for the plan
.... reference 1..1 Reference(PlanDefinition) The actual plan

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ConditionDefinition.​language Base required All Languages 📍6.0.0-ballot5 FHIR Std.
ConditionDefinition.​versionAlgorithm[x] Base extensible Version Algorithm 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​status Base required PublicationStatus 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​jurisdiction Base extensible Jurisdiction ValueSet 📦1.0.0 THO v7.3
ConditionDefinition.​code Base example Condition/Problem/Diagnosis Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​severity Base preferred Condition/Diagnosis Severity 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​bodySite Base example SNOMED CT Body Structures 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​stage Base example Condition Stage 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​medication.category Base example Medication request category codes 📦2.0.0 THO v7.3
ConditionDefinition.​medication.code Base example SNOMED CT Medication Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​precondition.type Base required Condition Precondition Type ValueSet 📦0.1.0 This IG
ConditionDefinition.​precondition.code Base example LOINC Codes 📦6.0.0-ballot5 FHIR Std.
ConditionDefinition.​questionnaire.purpose Base required Condition Questionnaire Purpose ValueSet 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
cnl-0 warning ConditionDefinition Name should be usable as an identifier for the module by machine processing applications such as code generation name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')

This structure is derived from DomainResource

Summary

Mandatory: 0 element(7 nested mandatory elements)

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron

Notes: