This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

4.5 Resource Condition - Content

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.

4.5.1 Scope and Usage

This resource is used to record detailed information about a specific aspect of or issue with the health state of a patient. It is intended for use for issues that have been identified as relevant for tracking and reporting purposes or where there's a need to capture a concrete diagnosis or the gathering of data such as signs and symptoms. There are situations where the same information might appear as both an observation as well as a condition. For example, the appearance of a rash or an instance of a fever are signs and symptoms that would typically be captured using the Observation resource. However, a pattern of ongoing fevers or a persistent or severe rash requiring treatment might be captured as a condition. The Condition resource specifically excludes AdverseReactions and AllergyIntolerances as those are handled with their own resources.

The Condition resource may be used to record positive aspects of the health state of a patient (e.g. pregnancy) as well as the major use, which is for problems/concerns (e.g. hypertension).

Conditions are frequently referenced by other resources as "reasons" for an action (Prescription, Procedure, DiagnosticOrder, etc.)

The conditions represented in this resources are sometimes described as "Problems", and kept as part of a problem list.

4.5.2 Resource Content

Condition ( Resource ) This records identifiers associated with this condition that are defined by business processed and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation) identifier : Identifier 0..* Indicates the patient who the condition record is associated with subject : Resource ( Patient ) 1..1 Encounter during which the condition was first asserted encounter : Resource ( Encounter ) 0..1 Person who takes responsibility for asserting the existence of the condition as part of the electronic record asserter : Resource ( Practitioner | Patient ) 0..1 Estimated or actual date the condition/problem/diagnosis was first detected/suspected dateAsserted : date 0..1 Identification of the condition, problem or diagnosis code : CodeableConcept 1..1 << Identification of the Condition or diagnosis. ConditionKind >> A category assigned to the condition. E.g. complaint | symptom | finding | diagnosis category : CodeableConcept 0..1 << A category assigned to the condition. E.g. finding | Condition | diagnosis | concern | condition ConditionCategory >> The clinical status of the condition (this element modifies the meaning of other elements) status : code 1..1 << The clinical status of the Condition or diagnosis ConditionStatus >> The degree of confidence that this condition is correct (this element modifies the meaning of other elements) certainty : CodeableConcept 0..1 << The degree of confidence that this condition is correct ConditionCertainty >> A subjective assessment of the severity of the condition as evaluated by the clinician severity : CodeableConcept 0..1 << A subjective assessment of the severity of the condition as evaluated by the clinician. ConditionSeverity >> Estimated or actual date the condition began, in the opinion of the clinician onset[x] : date | Age 0..1 The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate abatement[x] : date | Age | boolean 0..1 Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis notes : string 0..1 Stage A simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific summary : CodeableConcept 0..1 Reference to a formal record of the evidence on which the staging assessment is based assessment : Resource ( Any ) 0..* Evidence A manifestation or symptom that led to the recording of this condition code : CodeableConcept 0..1 Links to other relevant information, including pathology reports detail : Resource ( Any ) 0..* Location Code that identifies the structural location code : CodeableConcept 0..1 Detailed anatomical location information detail : string 0..1 RelatedItem The type of relationship that this condition has to the related item type : code 1..1 << The type of relationship between a condition and its related item ConditionRelationshipType >> Code that identifies the target of this relationship. The code takes the place of a detailed instance target code : CodeableConcept 0..1 << Identification of the Condition or diagnosis. ConditionKind >> Target of the relationship target : Resource ( Condition | Procedure | MedicationAdministration | Immunization | MedicationStatement ) 0..1 Clinical stage or grade of a condition. May include formal severity assessments stage 0..1 Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed evidence 0..* The anatomical location where this condition manifests itself location 0..* Further conditions, problems, diagnoses, procedures or events that are related in some way to this condition, or the substance that caused/triggered this Condition relatedItem 0..*

This resource is referenced by CarePlan , MedicationPrescription and Procedure

<Condition xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: extension, modifierExtension, language, text, and contained -->
 <identifier><!-- 0..* Identifier External Ids for this condition --></identifier>
 <subject><!-- 1..1 Resource(Patient) Who has the condition? --></subject>
 <encounter><!-- 0..1 Resource(Encounter) Encounter when condition first asserted --></encounter>
 <asserter><!-- 0..1 Resource(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>
 <status value="[code]"/><!-- 1..1 provisional | working | confirmed | refuted -->
 <certainty><!-- 0..1 CodeableConcept Degree of confidence --></certainty>
 <severity><!-- 0..1 CodeableConcept Subjective severity of condition --></severity>
 <onset[x]><!-- 0..1 date|Age Estimated or actual date, or age --></onset[x]>
 <abatement[x]><!-- 0..1 date|Age|boolean 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..* Resource(Any) Formal record of assessment --></assessment>
 </stage>
 <evidence>  <!-- 0..* Supporting evidence -->
  <code><!-- ?? 0..1 CodeableConcept Manifestation/symptom --></code>
  <detail><!-- ?? 0..* Resource(Any) Supporting information found elsewhere --></detail>
 </evidence>
 <location>  <!-- 0..* Anatomical location, if relevant -->
  <code><!-- ?? 0..1 CodeableConcept Location - may include laterality --></code>
  <detail value="[string]"/><!-- ?? 0..1 Precise location details -->
 </location>
 <relatedItem>  <!-- 0..* Causes or precedents for this Condition -->
  <type value="[code]"/><!-- 1..1 due-to | following -->
  <code><!-- ?? 0..1 CodeableConcept Relationship target by means of a predefined code --></code>
  <target><!-- ?? 0..1 Resource(Condition|Procedure|MedicationAdministration|
    Immunization|MedicationStatement) Relationship target resource --></target>
 </relatedItem>
 <notes value="[string]"/><!-- 0..1 Additional information about the Condition -->
</Condition>

Alternate definitions: Schema / Schematron , Resource Profile

4.5.2.1 Terminology Bindings

Path Definition Type Reference
Condition.code
Condition.relatedItem.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 Incomplete http://hl7.org/fhir/vs/condition-category
Condition.status The clinical status of the Condition or diagnosis Fixed http://hl7.org/fhir/condition-status
Condition.certainty The degree of confidence that this condition is correct Example http://hl7.org/fhir/vs/condition-certainty
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.relatedItem.type The type of relationship between a condition and its related item Fixed http://hl7.org/fhir/condition-relationship-type

4.5.2.2 Constraints

4.5.2.3 Use of Condition.code

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.

4.5.3 Search Parameters

Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.

Name Type Description Paths
_id token The logical resource id associated with the resource (must be supported by all servers)
_language token The language of the resource
asserter reference Person who asserts this condition Condition.asserter
( Patient , Practitioner )
category token The category of the condition Condition.category
code token Code for the condition Condition.code
date-asserted date When first detected/suspected/entered Condition.dateAsserted
encounter reference Encounter when condition first asserted Condition.encounter
( Encounter )
evidence token Manifestation/symptom Condition.evidence.code
location token Location - may include laterality Condition.location.code
onset date When the Condition started (if started on a date) Condition.onset[x]
related-code token Relationship target by means of a predefined code Condition.relatedItem.code
related-item reference Relationship target resource Condition.relatedItem.target
( Condition , MedicationAdministration , Procedure , MedicationStatement , Immunization )
severity token The severity of the condition Condition.severity
stage token Simple summary (disease specific) Condition.stage.summary
status token The status of the condition Condition.status
subject reference Who has the condition? Condition.subject
( Patient )

comments powered by Disqus