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.5 Resource Condition - Formal Definitions

Formal definitions for the elements in the Condition resource.

Condition
DefinitionUse 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.
Control1..1
To Do* Age is questionable, you might well need a range of Age or even (in practice) a text like "in their teens". => new ballot comment. * Todo: discuss the applicability of assessing stages * Change the description: it is circular.
Condition.identifier
DefinitionThis 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).
Control0..*
TypeIdentifier
RequirementsNeed to allow connection to a wider workflow.
Condition.subject
DefinitionIndicates the patient who the condition record is associated with.
Control1..1
TypeResource(Patient)
Condition.encounter
DefinitionEncounter during which the condition was first asserted.
Control0..1
TypeResource(Encounter)
Condition.asserter
DefinitionPerson who takes responsibility for asserting the existence of the condition as part of the electronic record.
Control0..1
TypeResource(Practitioner | Patient)
Condition.dateAsserted
DefinitionEstimated or actual date the condition/problem/diagnosis was first detected/suspected.
Control0..1
Typedate
Condition.code
DefinitionIdentification of the condition, problem or diagnosis.
Control1..1
BindingConditionKind: (See http://hl7.org/fhir/vs/condition-code)
TypeCodeableConcept
Condition.category
DefinitionA category assigned to the condition. E.g. complaint | symptom | finding | diagnosis.
Control0..1
BindingConditionCategory: (See http://hl7.org/fhir/vs/condition-category)
TypeCodeableConcept
CommentsThe categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts.
Condition.status
DefinitionThe clinical status of the condition.
Control1..1
BindingConditionStatus: The clinical status of the Condition or diagnosis (see http://hl7.org/fhir/condition-status for values)
Typecode
Is Modifiertrue
Condition.certainty
DefinitionThe degree of confidence that this condition is correct.
Control0..1
BindingConditionCertainty: (See http://hl7.org/fhir/vs/condition-certainty)
TypeCodeableConcept
Is Modifiertrue
CommentsMay be a percentage.
Condition.severity
DefinitionA subjective assessment of the severity of the condition as evaluated by the clinician.
Control0..1
BindingConditionSeverity: (See http://hl7.org/fhir/vs/condition-severity)
TypeCodeableConcept
CommentsCoding of the severity with a terminology is preferred, where possible.
Condition.onset[x]
DefinitionEstimated or actual date the condition began, in the opinion of the clinician.
Control0..1
Typedate|Age
CommentsAge is generally used when the patient reports an age at which the Condition began to occur.
Condition.abatement[x]
DefinitionThe 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.
Control0..1
Typedate|Age|boolean
CommentsThere is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the Condition abated. If there is no abatement element, it is unknown whether the condition has resolved or entered remission; applications and users should generally assume that the condition is still valid.
Condition.stage
DefinitionClinical stage or grade of a condition. May include formal severity assessments.
Control0..1
InvariantsDefined on this element
Inv-1: Stage SHALL have summary or assessment (xpath: exists(f:summary) or exists(f:assessment))
Condition.stage.summary
DefinitionA simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific.
Control0..1
TypeCodeableConcept
InvariantsAffect this element
Inv-1: Stage SHALL have summary or assessment (xpath: exists(f:summary) or exists(f:assessment))
Condition.stage.assessment
DefinitionReference to a formal record of the evidence on which the staging assessment is based.
Control0..*
TypeResource(Any)
InvariantsAffect this element
Inv-1: Stage SHALL have summary or assessment (xpath: exists(f:summary) or exists(f:assessment))
To DoWhen an assessment resource / framework is developed, this will be changed from Any to something narrower.
Condition.evidence
DefinitionSupporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed.
Control0..*
CommentsThe evidence may be a simple list of coded symptoms/manifestations, or references to observations or formal assessments, or both.
InvariantsDefined on this element
Inv-2: evidence SHALL have code or details (xpath: exists(f:code) or exists(f:detail))
Condition.evidence.code
DefinitionA manifestation or symptom that led to the recording of this condition.
Control0..1
TypeCodeableConcept
InvariantsAffect this element
Inv-2: evidence SHALL have code or details (xpath: exists(f:code) or exists(f:detail))
Condition.evidence.detail
DefinitionLinks to other relevant information, including pathology reports.
Control0..*
TypeResource(Any)
InvariantsAffect this element
Inv-2: evidence SHALL have code or details (xpath: exists(f:code) or exists(f:detail))
Condition.location
DefinitionThe anatomical location where this condition manifests itself.
Control0..*
CommentsMay be a summary code, or a reference to a very precise definition of the location, or both.
InvariantsDefined on this element
Inv-3: location SHALL have code or details (xpath: exists(f:code) or exists(f:detail))
Condition.location.code
DefinitionCode that identifies the structural location.
Control0..1
TypeCodeableConcept
CommentsMay include laterality.
InvariantsAffect this element
Inv-3: location SHALL have code or details (xpath: exists(f:code) or exists(f:detail))
Condition.location.detail
DefinitionDetailed anatomical location information.
Control0..1
Typestring
InvariantsAffect this element
Inv-3: location SHALL have code or details (xpath: exists(f:code) or exists(f:detail))
Condition.relatedItem
DefinitionFurther conditions, problems, diagnoses, procedures or events that are related in some way to this condition, or the substance that caused/triggered this Condition.
Control0..*
CommentsAlthough a condition may be caused by a substance, this is not intended to be used to record allergies/adverse reactions to substances.
InvariantsDefined on this element
Inv-4: Relationship SHALL have either a code or a target (xpath: exists(f:code) != exists(f:target))
Condition.relatedItem.type
DefinitionThe type of relationship that this condition has to the related item.
Control1..1
BindingConditionRelationshipType: The type of relationship between a condition and its related item (see http://hl7.org/fhir/condition-relationship-type for values)
Typecode
Condition.relatedItem.code
DefinitionCode that identifies the target of this relationship. The code takes the place of a detailed instance target.
Control0..1
BindingConditionKind: (See http://hl7.org/fhir/vs/condition-code)
TypeCodeableConcept
InvariantsAffect this element
Inv-4: Relationship SHALL have either a code or a target (xpath: exists(f:code) != exists(f:target))
Condition.relatedItem.target
DefinitionTarget of the relationship.
Control0..1
TypeResource(Condition | Procedure | MedicationAdministration | Immunization | MedicationStatement)
InvariantsAffect this element
Inv-4: Relationship SHALL have either a code or a target (xpath: exists(f:code) != exists(f:target))
Condition.notes
DefinitionAdditional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis.
Control0..1
Typestring

comments powered by Disqus