This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
This resource maintained by the Patient Care Work Group
Use to record detailed information about conditions, problems or diagnoses recognized by a clinician. There are many uses including: recording a Diagnosis during an Encounter; populating a problem List or a Summary Statement, such as a Discharge Summary.
Used to record detailed information pertinent to a clinician's assessment and assertion of a particular aspect of a person's state of health. Examples of condition include problems, diagnoses, concerns, issues. There are many uses of condition which include:
This resource is used to record detailed information about a clinician's assessment and assertion of a particular aspect of a patient's state of health. It is intended for use 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 require ongoing monitoring and/or management (health issue/concern), or identification of health issues/situations considered harmful, potentially harmful and required to be investigated and managed (problems).
The condition resource may also be used to record certain health state of a patient which does not normally present negative outcome (until complications are predicted or detected), e.g. pregnancy. Examples of complications of pregnancy include: hyperemesis gravidarum, preeclampsia, eclampsia, which are captured as problems/diagnoses.
The condition resource may be referenced by other resources as "reasons" for an action (e.g. MedicationPrescription, Procedure, DiagnosticOrder, etc.)
This resource is not to be used to record information about subjective and objective information that might lead to the recording of a Condition. Such signs and symptoms that 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.
The condition resource also specifically excludes AllergyIntoelrance as those are handled with their own resource.
This resource is referenced by CarePlan, ClinicalImpression, DiagnosticOrder, EpisodeOfCare, Goal, MedicationPrescription, MedicationStatement, Procedure, RiskAssessment and VisionPrescription
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Condition | DomainResource | Detailed information about conditions, problems or diagnoses | ||
identifier | 0..* | Identifier | External Ids for this condition | |
patient | 1..1 | Patient | Who has the condition? | |
encounter | 0..1 | Encounter | Encounter when condition first asserted | |
asserter | 0..1 | Practitioner | Patient | Person who asserts this condition | |
dateAsserted | 0..1 | date | When first detected/suspected/entered | |
code | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis ConditionKind (Example) | |
category | 0..1 | CodeableConcept | E.g. complaint | symptom | finding | diagnosis ConditionCategory (Required) | |
clinicalStatus | ?! | 1..1 | code | provisional | working | confirmed | refuted | entered-in-error | unknown ConditionClinicalStatus (Required) |
severity | 0..1 | CodeableConcept | Subjective severity of condition ConditionSeverity (Example) | |
onset[x] | Estimated or actual date, date-time, or age | |||
onsetDateTime | 0..1 | dateTime | ||
onsetAge | 0..1 | Age | ||
onsetPeriod | 0..1 | Period | ||
onsetRange | 0..1 | Range | ||
onsetString | 0..1 | string | ||
abatement[x] | If/when in resolution/remission | |||
abatementDate | 0..1 | date | ||
abatementAge | 0..1 | Age | ||
abatementBoolean | 0..1 | boolean | ||
abatementPeriod | 0..1 | Period | ||
abatementRange | 0..1 | Range | ||
abatementString | 0..1 | string | ||
stage | I | 0..1 | Element | Stage/grade, usually assessed formally Stage SHALL have summary or assessment |
summary | I | 0..1 | CodeableConcept | Simple summary (disease specific) |
assessment | I | 0..* | ClinicalImpression | DiagnosticReport | Observation | Formal record of assessment |
evidence | I | 0..* | Element | Supporting evidence evidence SHALL have code or details |
code | I | 0..1 | CodeableConcept | Manifestation/symptom ManifestationOrSymptom (Example) |
detail | I | 0..* | Any | Supporting information found elsewhere |
location | 0..* | Element | Anatomical location, if relevant | |
site[x] | Location - may include laterality BodySite (Example) | |||
siteCodeableConcept | 0..1 | CodeableConcept | ||
siteReference | 0..1 | BodySite | ||
dueTo | I | 0..* | Element | Causes for this Condition Relationship SHALL have either a code or a target |
code | I | 0..1 | CodeableConcept | Relationship target by means of a predefined code ConditionCause (Example) |
target | I | 0..1 | Condition | Procedure | MedicationAdministration | Immunization | MedicationStatement | Relationship target resource |
occurredFollowing | I | 0..* | Element | Precedent for this Condition Relationship SHALL have either a code or a target |
code | I | 0..1 | CodeableConcept | Relationship target by means of a predefined code ConditionPredecessor (Example) |
target | I | 0..1 | Condition | Procedure | MedicationAdministration | Immunization | MedicationStatement | Relationship target resource |
notes | 0..1 | string | Additional information about the Condition |
UML Diagram
XML Template
<Condition xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External Ids for this condition --></identifier> <patient><!-- 1..1 Reference(Patient) Who has the condition? --></patient> <encounter><!-- 0..1 Reference(Encounter) Encounter when condition first asserted --></encounter> <asserter><!-- 0..1 Reference(Practitioner|Patient) Person who asserts this condition --></asserter> <dateAsserted value="[date]"/><!-- 0..1 When first detected/suspected/entered --> <code><!-- 1..1 CodeableConcept Identification of the condition, problem or diagnosis --></code> <category><!-- 0..1 CodeableConcept E.g. complaint | symptom | finding | diagnosis --></category> <clinicalStatus value="[code]"/><!-- 1..1 provisional | working | confirmed | refuted | entered-in-error | unknown --> <severity><!-- 0..1 CodeableConcept Subjective severity of condition --></severity> <onset[x]><!-- 0..1 dateTime|Age|Period|Range|string Estimated or actual date, date-time, or age --></onset[x]> <abatement[x]><!-- 0..1 date|Age|boolean|Period|Range|string If/when in resolution/remission --></abatement[x]> <stage> <!-- 0..1 Stage/grade, usually assessed formally --> <summary><!-- 0..1 CodeableConcept Simple summary (disease specific) --></summary> <assessment><!-- 0..* Reference(ClinicalImpression|DiagnosticReport|Observation) Formal record of assessment --></assessment> </stage> <evidence> <!-- 0..* Supporting evidence --> <code><!-- 0..1 CodeableConcept Manifestation/symptom --></code> <detail><!-- 0..* Reference(Any) Supporting information found elsewhere --></detail> </evidence> <location> <!-- 0..* Anatomical location, if relevant --> <site[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Location - may include laterality --></site[x]> </location> <dueTo> <!-- 0..* Causes for this Condition --> <code><!-- 0..1 CodeableConcept Relationship target by means of a predefined code --></code> <target><!-- 0..1 Reference(Condition|Procedure|MedicationAdministration| Immunization|MedicationStatement) Relationship target resource --></target> </dueTo> <occurredFollowing> <!-- 0..* Precedent for this Condition --> <code><!-- 0..1 CodeableConcept Relationship target by means of a predefined code --></code> <target><!-- 0..1 Reference(Condition|Procedure|MedicationAdministration| Immunization|MedicationStatement) Relationship target resource --></target> </occurredFollowing> <notes value="[string]"/><!-- 0..1 Additional information about the Condition --> </Condition>
JSON Template
{ "resourceType" : "Condition", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External Ids for this condition "patient" : { Reference(Patient) }, // R! Who has the condition? "encounter" : { Reference(Encounter) }, // Encounter when condition first asserted "asserter" : { Reference(Practitioner|Patient) }, // Person who asserts this condition "dateAsserted" : "<date>", // When first detected/suspected/entered "code" : { CodeableConcept }, // R! Identification of the condition, problem or diagnosis "category" : { CodeableConcept }, // E.g. complaint | symptom | finding | diagnosis "clinicalStatus" : "<code>", // R! provisional | working | confirmed | refuted | entered-in-error | unknown "severity" : { CodeableConcept }, // Subjective severity of condition // onset[x]: Estimated or actual date, date-time, or age. One of these 5: "onsetDateTime" : "<dateTime>", "onsetAge" : { Age }, "onsetPeriod" : { Period }, "onsetRange" : { Range }, "onsetString" : "<string>", // abatement[x]: If/when in resolution/remission. One of these 6: "abatementDate" : "<date>", "abatementAge" : { Age }, "abatementBoolean" : <boolean>, "abatementPeriod" : { Period }, "abatementRange" : { Range }, "abatementString" : "<string>", "stage" : { // Stage/grade, usually assessed formally "summary" : { CodeableConcept }, // C? Simple summary (disease specific) "assessment" : [{ Reference(ClinicalImpression|DiagnosticReport|Observation) }] // C? Formal record of assessment }, "evidence" : [{ // Supporting evidence "code" : { CodeableConcept }, // C? Manifestation/symptom "detail" : [{ Reference(Any) }] // C? Supporting information found elsewhere }], "location" : [{ // Anatomical location, if relevant // site[x]: Location - may include laterality. One of these 2: "siteCodeableConcept" : { CodeableConcept } "siteReference" : { Reference(BodySite) } }], "dueTo" : [{ // Causes for this Condition "code" : { CodeableConcept }, // C? Relationship target by means of a predefined code "target" : { Reference(Condition|Procedure|MedicationAdministration| Immunization|MedicationStatement) } // C? Relationship target resource }], "occurredFollowing" : [{ // Precedent for this Condition "code" : { CodeableConcept }, // C? Relationship target by means of a predefined code "target" : { Reference(Condition|Procedure|MedicationAdministration| Immunization|MedicationStatement) } // C? Relationship target resource }], "notes" : "<string>" // Additional information about the Condition }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Condition | DomainResource | Detailed information about conditions, problems or diagnoses | ||
identifier | 0..* | Identifier | External Ids for this condition | |
patient | 1..1 | Patient | Who has the condition? | |
encounter | 0..1 | Encounter | Encounter when condition first asserted | |
asserter | 0..1 | Practitioner | Patient | Person who asserts this condition | |
dateAsserted | 0..1 | date | When first detected/suspected/entered | |
code | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis ConditionKind (Example) | |
category | 0..1 | CodeableConcept | E.g. complaint | symptom | finding | diagnosis ConditionCategory (Required) | |
clinicalStatus | ?! | 1..1 | code | provisional | working | confirmed | refuted | entered-in-error | unknown ConditionClinicalStatus (Required) |
severity | 0..1 | CodeableConcept | Subjective severity of condition ConditionSeverity (Example) | |
onset[x] | Estimated or actual date, date-time, or age | |||
onsetDateTime | 0..1 | dateTime | ||
onsetAge | 0..1 | Age | ||
onsetPeriod | 0..1 | Period | ||
onsetRange | 0..1 | Range | ||
onsetString | 0..1 | string | ||
abatement[x] | If/when in resolution/remission | |||
abatementDate | 0..1 | date | ||
abatementAge | 0..1 | Age | ||
abatementBoolean | 0..1 | boolean | ||
abatementPeriod | 0..1 | Period | ||
abatementRange | 0..1 | Range | ||
abatementString | 0..1 | string | ||
stage | I | 0..1 | Element | Stage/grade, usually assessed formally Stage SHALL have summary or assessment |
summary | I | 0..1 | CodeableConcept | Simple summary (disease specific) |
assessment | I | 0..* | ClinicalImpression | DiagnosticReport | Observation | Formal record of assessment |
evidence | I | 0..* | Element | Supporting evidence evidence SHALL have code or details |
code | I | 0..1 | CodeableConcept | Manifestation/symptom ManifestationOrSymptom (Example) |
detail | I | 0..* | Any | Supporting information found elsewhere |
location | 0..* | Element | Anatomical location, if relevant | |
site[x] | Location - may include laterality BodySite (Example) | |||
siteCodeableConcept | 0..1 | CodeableConcept | ||
siteReference | 0..1 | BodySite | ||
dueTo | I | 0..* | Element | Causes for this Condition Relationship SHALL have either a code or a target |
code | I | 0..1 | CodeableConcept | Relationship target by means of a predefined code ConditionCause (Example) |
target | I | 0..1 | Condition | Procedure | MedicationAdministration | Immunization | MedicationStatement | Relationship target resource |
occurredFollowing | I | 0..* | Element | Precedent for this Condition Relationship SHALL have either a code or a target |
code | I | 0..1 | CodeableConcept | Relationship target by means of a predefined code ConditionPredecessor (Example) |
target | I | 0..1 | Condition | Procedure | MedicationAdministration | Immunization | MedicationStatement | Relationship target resource |
notes | 0..1 | string | Additional information about the Condition |
XML Template
<Condition xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External Ids for this condition --></identifier> <patient><!-- 1..1 Reference(Patient) Who has the condition? --></patient> <encounter><!-- 0..1 Reference(Encounter) Encounter when condition first asserted --></encounter> <asserter><!-- 0..1 Reference(Practitioner|Patient) Person who asserts this condition --></asserter> <dateAsserted value="[date]"/><!-- 0..1 When first detected/suspected/entered --> <code><!-- 1..1 CodeableConcept Identification of the condition, problem or diagnosis --></code> <category><!-- 0..1 CodeableConcept E.g. complaint | symptom | finding | diagnosis --></category> <clinicalStatus value="[code]"/><!-- 1..1 provisional | working | confirmed | refuted | entered-in-error | unknown --> <severity><!-- 0..1 CodeableConcept Subjective severity of condition --></severity> <onset[x]><!-- 0..1 dateTime|Age|Period|Range|string Estimated or actual date, date-time, or age --></onset[x]> <abatement[x]><!-- 0..1 date|Age|boolean|Period|Range|string If/when in resolution/remission --></abatement[x]> <stage> <!-- 0..1 Stage/grade, usually assessed formally --> <summary><!-- 0..1 CodeableConcept Simple summary (disease specific) --></summary> <assessment><!-- 0..* Reference(ClinicalImpression|DiagnosticReport|Observation) Formal record of assessment --></assessment> </stage> <evidence> <!-- 0..* Supporting evidence --> <code><!-- 0..1 CodeableConcept Manifestation/symptom --></code> <detail><!-- 0..* Reference(Any) Supporting information found elsewhere --></detail> </evidence> <location> <!-- 0..* Anatomical location, if relevant --> <site[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Location - may include laterality --></site[x]> </location> <dueTo> <!-- 0..* Causes for this Condition --> <code><!-- 0..1 CodeableConcept Relationship target by means of a predefined code --></code> <target><!-- 0..1 Reference(Condition|Procedure|MedicationAdministration| Immunization|MedicationStatement) Relationship target resource --></target> </dueTo> <occurredFollowing> <!-- 0..* Precedent for this Condition --> <code><!-- 0..1 CodeableConcept Relationship target by means of a predefined code --></code> <target><!-- 0..1 Reference(Condition|Procedure|MedicationAdministration| Immunization|MedicationStatement) Relationship target resource --></target> </occurredFollowing> <notes value="[string]"/><!-- 0..1 Additional information about the Condition --> </Condition>
JSON Template
{ "resourceType" : "Condition", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External Ids for this condition "patient" : { Reference(Patient) }, // R! Who has the condition? "encounter" : { Reference(Encounter) }, // Encounter when condition first asserted "asserter" : { Reference(Practitioner|Patient) }, // Person who asserts this condition "dateAsserted" : "<date>", // When first detected/suspected/entered "code" : { CodeableConcept }, // R! Identification of the condition, problem or diagnosis "category" : { CodeableConcept }, // E.g. complaint | symptom | finding | diagnosis "clinicalStatus" : "<code>", // R! provisional | working | confirmed | refuted | entered-in-error | unknown "severity" : { CodeableConcept }, // Subjective severity of condition // onset[x]: Estimated or actual date, date-time, or age. One of these 5: "onsetDateTime" : "<dateTime>", "onsetAge" : { Age }, "onsetPeriod" : { Period }, "onsetRange" : { Range }, "onsetString" : "<string>", // abatement[x]: If/when in resolution/remission. One of these 6: "abatementDate" : "<date>", "abatementAge" : { Age }, "abatementBoolean" : <boolean>, "abatementPeriod" : { Period }, "abatementRange" : { Range }, "abatementString" : "<string>", "stage" : { // Stage/grade, usually assessed formally "summary" : { CodeableConcept }, // C? Simple summary (disease specific) "assessment" : [{ Reference(ClinicalImpression|DiagnosticReport|Observation) }] // C? Formal record of assessment }, "evidence" : [{ // Supporting evidence "code" : { CodeableConcept }, // C? Manifestation/symptom "detail" : [{ Reference(Any) }] // C? Supporting information found elsewhere }], "location" : [{ // Anatomical location, if relevant // site[x]: Location - may include laterality. One of these 2: "siteCodeableConcept" : { CodeableConcept } "siteReference" : { Reference(BodySite) } }], "dueTo" : [{ // Causes for this Condition "code" : { CodeableConcept }, // C? Relationship target by means of a predefined code "target" : { Reference(Condition|Procedure|MedicationAdministration| Immunization|MedicationStatement) } // C? Relationship target resource }], "occurredFollowing" : [{ // Precedent for this Condition "code" : { CodeableConcept }, // C? Relationship target by means of a predefined code "target" : { Reference(Condition|Procedure|MedicationAdministration| Immunization|MedicationStatement) } // C? Relationship target resource }], "notes" : "<string>" // Additional information about the Condition }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON)
Path | Definition | Type | Reference |
---|---|---|---|
Condition.code | Identification of the Condition or diagnosis. | Example | http://hl7.org/fhir/vs/condition-code |
Condition.category | A category assigned to the condition. E.g. finding | Condition | diagnosis | concern | condition | Required | http://hl7.org/fhir/vs/condition-category |
Condition.clinicalStatus | The clinical status of the Condition or diagnosis | Required | http://hl7.org/fhir/condition-status |
Condition.severity | A subjective assessment of the severity of the condition as evaluated by the clinician. | Example | http://hl7.org/fhir/vs/condition-severity |
Condition.evidence.code | Codes that describe the manifestation or symptoms of a condition. | Example | http://hl7.org/fhir/vs/manifestation-or-symptom |
Condition.location.site[x] | Codes describing anatomical locations. May include laterality | Example | http://hl7.org/fhir/vs/body-site |
Condition.dueTo.code | Codes that describe causes of patient conditions. E.g. Surgical mishap, escalation of a previous condition, etc. | Example | http://hl7.org/fhir/vs/condition-cause |
Condition.occurredFollowing.code | Codes that describe activities or observations that occurred prior to the condition | Example | http://hl7.org/fhir/vs/condition-predecessor |
Many of the code systems used for coding conditions will provide codes that define not only the condition itself, but may also specify a particular stage, location, or causality as part of the code. This is particularly true if SNOMED-CT is used for the condition, and especially if expressions are allowed.
When the Condition.code specifies additional properties of the condition, the other properties are not given a value - instead, the value must be understood from the Condition.code.
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
asserter | reference | Person who asserts this condition | Condition.asserter (Patient, Practitioner) |
category | token | The category of the condition | Condition.category |
clinicalstatus | token | The clinical status of the condition | Condition.clinicalStatus |
code | token | Code for the condition | Condition.code |
date-asserted | date | When first detected/suspected/entered | Condition.dateAsserted |
dueto-code | token | Relationship target by means of a predefined code | Condition.dueTo.code |
dueto-item | reference | Relationship target resource | Condition.dueTo.target (Condition, MedicationAdministration, Procedure, MedicationStatement, Immunization) |
encounter | reference | Encounter when condition first asserted | Condition.encounter (Encounter) |
evidence | token | Manifestation/symptom | Condition.evidence.code |
following-code | token | Relationship target by means of a predefined code | Condition.occurredFollowing.code |
following-item | reference | Relationship target resource | Condition.occurredFollowing.target (Condition, MedicationAdministration, Procedure, MedicationStatement, Immunization) |
location | token | Location - may include laterality | Condition.location.site[x] |
onset | date | Date related onsets (dateTime and Period) | Condition.onset[x] |
onset-info | string | Other onsets (boolean, age, range, string) | Condition.onset[x] |
patient | reference | Who has the condition? | Condition.patient (Patient) |
severity | token | The severity of the condition | Condition.severity |
stage | token | Simple summary (disease specific) | Condition.stage.summary |
subject | reference | Who has the condition? | Condition.patient (Patient) |