Nerve
FHIRResources

Condition

Maturity LevelSecurity CategoryResource Category
3Patient
Clinical

A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.

Resource Content

Name
Required
Type
Description & Constraints
identifierIdentifier[]External Ids for this condition
clinicalStatusCodeableConceptactive | recurrence | relapse | inactive | remission | resolved
verificationStatusCodeableConceptunconfirmed | provisional | differential | confirmed | refuted | entered-in-error
categoryCodeableConcept[]problem-list-item | encounter-diagnosis
severityCodeableConceptSubjective severity of condition
codeCodeableConceptIdentification of the condition, problem or diagnosis
bodySiteCodeableConcept[]Anatomical location, if relevant
subjectReference<Patient|Group>Who has the condition?
encounterReference<Encounter>Encounter created as part of
onset[x]*Estimated or actual date, date-time, or age
└─ onsetDateTimedateTime
└─ onsetAgeAge
└─ onsetPeriodPeriod
└─ onsetRangeRange
└─ onsetStringstring
abatement[x]*When in resolution/remission
└─ abatementDateTimedateTime
└─ abatementAgeAge
└─ abatementPeriodPeriod
└─ abatementRangeRange
└─ abatementStringstring
recordedDatedateTimeDate record was first recorded
recorderReference<Practitioner|PractitionerRole|Patient|RelatedPerson>Who recorded the condition
asserterReference<Practitioner|PractitionerRole|Patient|RelatedPerson>Person who asserts this condition
stageBackboneElement[]Stage/grade, usually assessed formally
└─ summaryCodeableConceptSimple summary (disease specific)
└─ assessmentReference<ClinicalImpression|DiagnosticReport|Observation>[]Formal record of assessment
└─ typeCodeableConceptKind of staging
evidenceBackboneElement[]Supporting evidence
└─ codeCodeableConcept[]Manifestation/symptom
└─ detailReference<Any>[]Supporting information found elsewhere
noteAnnotation[]Additional information about the Condition

Search Parameters

NameTypeDescriptionExpression
codetokenCode for the conditionCondition.code
identifiertokenA unique identifier of the condition recordCondition.identifier
patientreferenceWho has the condition?Condition.subject.where(resolve() is Patient)
abatement-agequantityAbatement as age or age rangeCondition.abatement.as(Age) | Condition.abatement.as(Range)
abatement-datedateDate-related abatements (dateTime and period)Condition.abatement.as(dateTime) | Condition.abatement.as(Period)
abatement-stringstringAbatement as a stringCondition.abatement.as(string)
asserterreferencePerson who asserts this conditionCondition.asserter
body-sitetokenAnatomical location, if relevantCondition.bodySite
categorytokenThe category of the conditionCondition.category
clinical-statustokenThe clinical status of the conditionCondition.clinicalStatus
encounterreferenceEncounter created as part ofCondition.encounter
evidencetokenManifestation/symptomCondition.evidence.code
evidence-detailreferenceSupporting information found elsewhereCondition.evidence.detail
onset-agequantityOnsets as age or age rangeCondition.onset.as(Age) | Condition.onset.as(Range)
onset-datedateDate related onsets (dateTime and Period)Condition.onset.as(dateTime) | Condition.onset.as(Period)
onset-infostringOnsets as a stringCondition.onset.as(string)
recorded-datedateDate record was first recordedCondition.recordedDate
severitytokenThe severity of the conditionCondition.severity
stagetokenSimple summary (disease specific)Condition.stage.summary
subjectreferenceWho has the condition?Condition.subject
verification-statustokenunconfirmed | provisional | differential | confirmed | refuted | entered-in-errorCondition.verificationStatus

Scope and Usage

Condition is one of the event resources in the FHIR workflow specification.

This resource is used to record detailed information about a condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. The condition could be a point in time diagnosis in context of an encounter, it could be an item on the practitioner’s Problem List, or it could be a concern that doesn’t exist on the practitioner’s Problem List. Often times, a condition is about a clinician's assessment and assertion of a particular aspect of a patient's state of health. It can be used to record information about a disease/illness identified from application of clinical reasoning over the pathologic and pathophysiologic findings (diagnosis), or identification of health issues/situations that a practitioner considers harmful, potentially harmful and may be investigated and managed (problem), or other health issue/situation that may require ongoing monitoring and/or management (health issue/concern).

The condition resource may be used to record a certain health state of a patient which does not normally present a negative outcome, e.g. pregnancy. The condition resource may be used to record a condition following a procedure, such as the condition of Amputee-BKA following an amputation procedure.

While conditions are frequently a result of a clinician's assessment and assertion of a particular aspect of a patient's state of health, conditions can also be expressed by the patient, related person, or any care team member. A clinician may have a concern about a patient condition (e.g. anorexia) that the patient is not concerned about. Likewise, the patient may have a condition (e.g. hair loss) that does not rise to the level of importance such that it belongs on a practitioner’s Problem List.

For example, each of the following conditions could rise to the level of importance such that it belongs on a problem or concern list due to its direct or indirect impact on the patient's health. These examples may also be represented using other resources, such as FamilyMemberHistory, Observation, or Procedure.

Medical Conditions & Procedures

  • Cardiac pacemaker
  • Amputee-BKA
  • Patient has had coronary bypass graft

Risk Factors & Health Status

  • Susceptibility to falls
  • Former smoker
  • Exposure to communicable disease
  • Risk of Zika virus following travel to a country

Social Determinants of Health

  • Unemployed
  • Without transportation (or other barriers)

Family History

  • Family History of cardiovascular disease

Mental Health & Concerns

  • Fear of cancer

Life Events

  • Travel to a country planned (that warrants immunizations)
  • Motor Vehicle Accident

Boundaries and Relationships

The condition resource may be referenced by other resources as "reasons" for an action (e.g. MedicationRequest, Procedure, ServiceRequest, etc.)

This resource is not typically used to record information about subjective and objective information that might lead to the recording of a Condition resource. Such signs and symptoms are typically captured using the Observation resource; although in some cases a persistent symptom, e.g. fever, headache may be captured as a condition before a definitive diagnosis can be discerned by a clinician. By contrast, headache may be captured as an Observation when it contributes to the establishment of a meningitis Condition.

Use the Observation resource when a symptom is resolved without long term management, tracking, or when a symptom contributes to the establishment of a condition.

Use Condition when a symptom requires long term management, tracking, or is used as a proxy for a diagnosis or problem that is not yet determined.

When the diagnosis is related to an allergy or intolerance, the Condition and AllergyIntolerance resources can both be used. However, to be actionable for decision support, using Condition alone is not sufficient as the allergy or intolerance condition needs to be represented as an AllergyIntolerance.

Referenced Elements

This resource is referenced by:

On this page