This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Patient Care ![]() | Maturity Level: 0 | Trial Use | Security Category: Anonymous | Compartments: No defined compartments |
A definition of a condition and information relevant to managing it.
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.
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.
No references for this Resource.
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) , the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
ConditionDefinition.versionAlgorithm[x] | VersionAlgorithm | Extensible | Indicates the mechanism used to compare versions to determine which is more current. |
ConditionDefinition.status | PublicationStatus | Required | The lifecycle status of an artifact. |
ConditionDefinition.jurisdiction | JurisdictionValueSet | Extensible | This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used. Note: The codes for countries and country subdivisions are taken from ISO 3166 |
ConditionDefinition.code | ConditionProblemDiagnosisCodes | Example | Example value set for Condition/Problem/Diagnosis codes. |
ConditionDefinition.severity | ConditionDiagnosisSeverity | Preferred | Preferred value set for Condition/Diagnosis severity grading. |
ConditionDefinition.bodySite | SNOMEDCTBodyStructures | Example | This value set includes all codes from SNOMED CT |
ConditionDefinition.stage | ConditionStage | Example | Value set for stages of cancer and other conditions. |
ConditionDefinition.medication.category | MedicationRequestCategoryCodes ![]() |
Example | MedicationRequest Category Codes |
ConditionDefinition.medication.code | SNOMEDCTMedicationCodes | Example | This value set includes all drug or medicament substance codes and all pharmaceutical/biologic products from SNOMED CT - provided as an exemplar value set. |
ConditionDefinition.precondition.type | ConditionPreconditionType | Required | Kind of precondition for the condition. |
ConditionDefinition.precondition.code | LOINCCodes (a valid code from LOINC ![]() |
Example | This value set includes all LOINC codes |
ConditionDefinition.questionnaire.purpose | ConditionQuestionnairePurpose | Required | The use of a questionnaire. |
UniqueKey | Level | Location | Description | Expression |
![]() | Warning | (base) | 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}$') |
![]() | Warning | ConditionDefinition.url | URL should not contain | or # - these characters make processing canonical references problematic | exists() implies matches('^[^|# ]+$') |
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
context | token | A use context assigned to the condition definition | (ConditionDefinition.useContext.value.ofType(CodeableConcept)) | 30 Resources |
context-quantity | quantity | A quantity- or range-valued use context assigned to the condition definition | (ConditionDefinition.useContext.value.ofType(Quantity)) | (ConditionDefinition.useContext.value.ofType(Range)) | 30 Resources |
context-type | token | A type of use context assigned to the condition definition | ConditionDefinition.useContext.code | 30 Resources |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the condition definition | On ConditionDefinition.useContext: context-type: code context-quantity: value.ofType(Quantity) | value.ofType(Range) |
30 Resources |
context-type-value | composite | A use context type and value assigned to the condition definition | On ConditionDefinition.useContext: context-type: code context: value.ofType(CodeableConcept) |
30 Resources |
date | date | The condition definition publication date | ConditionDefinition.date | 31 Resources |
description | string | The description of the condition definition | ConditionDefinition.description | 29 Resources |
identifier | token | External identifier for the condition definition | ConditionDefinition.identifier | 35 Resources |
jurisdiction | token | Intended jurisdiction for the condition definition | ConditionDefinition.jurisdiction | 27 Resources |
name | string | Computationally friendly name of the condition definition | ConditionDefinition.name | 28 Resources |
publisher | string | Name of the publisher of the condition definition | ConditionDefinition.publisher | 31 Resources |
status | token | The current status of the condition definition | ConditionDefinition.status | 35 Resources |
title | string | The human-friendly name of the condition definition | ConditionDefinition.title | 28 Resources |
url | uri | The uri that identifies the condition definition | ConditionDefinition.url | 34 Resources |
version | token | The business version of the condition definition | ConditionDefinition.version | 32 Resources |