DSTU2 Ballot Source

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

4.3 Resource Condition - Content

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.

4.3.1 Scope and Usage

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:

  • recording a problem, diagnosis, health concern or health issue during an encounter
  • the use of such information to populate a problem list of a summary statement such as a discharge summary

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.

4.3.2 Boundaries and Relationships

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

4.3.3 Resource Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition DomainResourceDetailed information about conditions, problems or diagnoses
... identifier 0..*IdentifierExternal Ids for this condition
... patient 1..1PatientWho has the condition?
... encounter 0..1EncounterEncounter when condition first asserted
... asserter 0..1Practitioner | PatientPerson who asserts this condition
... dateAsserted 0..1dateWhen first detected/suspected/entered
... code 1..1CodeableConceptIdentification of the condition, problem or diagnosis
ConditionKind (Example)
... category 0..1CodeableConceptE.g. complaint | symptom | finding | diagnosis
ConditionCategory (Required)
... clinicalStatus ?!1..1codeprovisional | working | confirmed | refuted | entered-in-error | unknown
ConditionClinicalStatus (Required)
... severity 0..1CodeableConceptSubjective severity of condition
ConditionSeverity (Example)
... onset[x] Estimated or actual date, date-time, or age
.... onsetDateTime0..1dateTime
.... onsetAge0..1Age
.... onsetPeriod0..1Period
.... onsetRange0..1Range
.... onsetString0..1string
... abatement[x] If/when in resolution/remission
.... abatementDate0..1date
.... abatementAge0..1Age
.... abatementBoolean0..1boolean
.... abatementPeriod0..1Period
.... abatementRange0..1Range
.... abatementString0..1string
... stage I0..1ElementStage/grade, usually assessed formally
Stage SHALL have summary or assessment
.... summary I0..1CodeableConceptSimple summary (disease specific)
.... assessment I0..*ClinicalImpression | DiagnosticReport | ObservationFormal record of assessment
... evidence I0..*ElementSupporting evidence
evidence SHALL have code or details
.... code I0..1CodeableConceptManifestation/symptom
ManifestationOrSymptom (Example)
.... detail I0..*AnySupporting information found elsewhere
... location 0..*ElementAnatomical location, if relevant
.... site[x] Location - may include laterality
BodySite (Example)
..... siteCodeableConcept0..1CodeableConcept
..... siteReference0..1BodySite
... dueTo I0..*ElementCauses for this Condition
Relationship SHALL have either a code or a target
.... code I0..1CodeableConceptRelationship target by means of a predefined code
ConditionCause (Example)
.... target I0..1Condition | Procedure | MedicationAdministration | Immunization | MedicationStatementRelationship target resource
... occurredFollowing I0..*ElementPrecedent for this Condition
Relationship SHALL have either a code or a target
.... code I0..1CodeableConceptRelationship target by means of a predefined code
ConditionPredecessor (Example)
.... target I0..1Condition | Procedure | MedicationAdministration | Immunization | MedicationStatementRelationship target resource
... notes 0..1stringAdditional information about the Condition

UML Diagram

Condition (DomainResource)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 withpatient : Reference(Patient) 1..1Encounter during which the condition was first assertedencounter : Reference(Encounter) 0..1Person who takes responsibility for asserting the existence of the condition as part of the electronic recordasserter : Reference(Practitioner|Patient) 0..1Estimated or actual date the condition/problem/diagnosis was first detected/suspecteddateAsserted : date 0..1Identification of the condition, problem or diagnosiscode : CodeableConcept 1..1 « (Identification of the Condition or diagnosis.ConditionKind) »A category assigned to the condition. E.g. complaint | symptom | finding | diagnosiscategory : CodeableConcept 0..1 « A category assigned to the condition. E.g. finding | Condition | diagnosis | concern | conditionConditionCategory »The clinical status of the condition (this element modifies the meaning of other elements)clinicalStatus : code 1..1 « The clinical status of the Condition or diagnosisConditionClinicalStatus »A subjective assessment of the severity of the condition as evaluated by the clinicianseverity : CodeableConcept 0..1 « (A subjective assessment of the severity of the condition as evaluated by the clinician.ConditionSeverity) »Estimated or actual date or date-time the condition began, in the opinion of the clinicianonset[x] : dateTime|Age|Period|Range|string 0..1The 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 abateabatement[x] : date|Age|boolean|Period|Range|string 0..1Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosisnotes : string 0..1StageA simple summary of the stage such as "Stage 3". The determination of the stage is disease-specificsummary : CodeableConcept 0..1Reference to a formal record of the evidence on which the staging assessment is basedassessment : Reference(ClinicalImpression| DiagnosticReport|Observation) 0..*EvidenceA manifestation or symptom that led to the recording of this conditioncode : CodeableConcept 0..1 « (Codes that describe the manifestation or symptoms of a condition.ManifestationOrSymptom) »Links to other relevant information, including pathology reportsdetail : Reference(Any) 0..*LocationCode that identifies the structural locationsite[x] : CodeableConcept|Reference(BodySite) 0..1 « (Codes describing anatomical locations. May include lateralityBodySite) »DueToCode that identifies the target of this relationship. The code takes the place of a detailed instance targetcode : CodeableConcept 0..1 « (Codes that describe causes of patient conditions. E.g. Surgical mishap, escalation of a previous condition, etc.ConditionCause) »Target of the relationshiptarget : Reference(Condition|Procedure| MedicationAdministration|Immunization| MedicationStatement) 0..1OccurredFollowingCode that identifies the target of this relationship. The code takes the place of a detailed instance targetcode : CodeableConcept 0..1 « (Codes that describe activities or observations that occurred prior to the conditionConditionPredecessor) »Target of the relationshiptarget : Reference(Condition|Procedure| MedicationAdministration|Immunization| MedicationStatement) 0..1Clinical stage or grade of a condition. May include formal severity assessmentsstage0..1Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmedevidence0..*The anatomical location where this condition manifests itselflocation0..*Further conditions, problems, diagnoses, procedures or events or the substance that caused/triggered this ConditiondueTo0..*Further conditions, problems, diagnoses, procedures or events or the substance that preceded this ConditionoccurredFollowing0..*

XML Template

<Condition xmlns="http://hl7.org/fhir"> doco
 <!-- 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

{doco
  "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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition DomainResourceDetailed information about conditions, problems or diagnoses
... identifier 0..*IdentifierExternal Ids for this condition
... patient 1..1PatientWho has the condition?
... encounter 0..1EncounterEncounter when condition first asserted
... asserter 0..1Practitioner | PatientPerson who asserts this condition
... dateAsserted 0..1dateWhen first detected/suspected/entered
... code 1..1CodeableConceptIdentification of the condition, problem or diagnosis
ConditionKind (Example)
... category 0..1CodeableConceptE.g. complaint | symptom | finding | diagnosis
ConditionCategory (Required)
... clinicalStatus ?!1..1codeprovisional | working | confirmed | refuted | entered-in-error | unknown
ConditionClinicalStatus (Required)
... severity 0..1CodeableConceptSubjective severity of condition
ConditionSeverity (Example)
... onset[x] Estimated or actual date, date-time, or age
.... onsetDateTime0..1dateTime
.... onsetAge0..1Age
.... onsetPeriod0..1Period
.... onsetRange0..1Range
.... onsetString0..1string
... abatement[x] If/when in resolution/remission
.... abatementDate0..1date
.... abatementAge0..1Age
.... abatementBoolean0..1boolean
.... abatementPeriod0..1Period
.... abatementRange0..1Range
.... abatementString0..1string
... stage I0..1ElementStage/grade, usually assessed formally
Stage SHALL have summary or assessment
.... summary I0..1CodeableConceptSimple summary (disease specific)
.... assessment I0..*ClinicalImpression | DiagnosticReport | ObservationFormal record of assessment
... evidence I0..*ElementSupporting evidence
evidence SHALL have code or details
.... code I0..1CodeableConceptManifestation/symptom
ManifestationOrSymptom (Example)
.... detail I0..*AnySupporting information found elsewhere
... location 0..*ElementAnatomical location, if relevant
.... site[x] Location - may include laterality
BodySite (Example)
..... siteCodeableConcept0..1CodeableConcept
..... siteReference0..1BodySite
... dueTo I0..*ElementCauses for this Condition
Relationship SHALL have either a code or a target
.... code I0..1CodeableConceptRelationship target by means of a predefined code
ConditionCause (Example)
.... target I0..1Condition | Procedure | MedicationAdministration | Immunization | MedicationStatementRelationship target resource
... occurredFollowing I0..*ElementPrecedent for this Condition
Relationship SHALL have either a code or a target
.... code I0..1CodeableConceptRelationship target by means of a predefined code
ConditionPredecessor (Example)
.... target I0..1Condition | Procedure | MedicationAdministration | Immunization | MedicationStatementRelationship target resource
... notes 0..1stringAdditional information about the Condition

UML Diagram

Condition (DomainResource)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 withpatient : Reference(Patient) 1..1Encounter during which the condition was first assertedencounter : Reference(Encounter) 0..1Person who takes responsibility for asserting the existence of the condition as part of the electronic recordasserter : Reference(Practitioner|Patient) 0..1Estimated or actual date the condition/problem/diagnosis was first detected/suspecteddateAsserted : date 0..1Identification of the condition, problem or diagnosiscode : CodeableConcept 1..1 « (Identification of the Condition or diagnosis.ConditionKind) »A category assigned to the condition. E.g. complaint | symptom | finding | diagnosiscategory : CodeableConcept 0..1 « A category assigned to the condition. E.g. finding | Condition | diagnosis | concern | conditionConditionCategory »The clinical status of the condition (this element modifies the meaning of other elements)clinicalStatus : code 1..1 « The clinical status of the Condition or diagnosisConditionClinicalStatus »A subjective assessment of the severity of the condition as evaluated by the clinicianseverity : CodeableConcept 0..1 « (A subjective assessment of the severity of the condition as evaluated by the clinician.ConditionSeverity) »Estimated or actual date or date-time the condition began, in the opinion of the clinicianonset[x] : dateTime|Age|Period|Range|string 0..1The 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 abateabatement[x] : date|Age|boolean|Period|Range|string 0..1Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosisnotes : string 0..1StageA simple summary of the stage such as "Stage 3". The determination of the stage is disease-specificsummary : CodeableConcept 0..1Reference to a formal record of the evidence on which the staging assessment is basedassessment : Reference(ClinicalImpression| DiagnosticReport|Observation) 0..*EvidenceA manifestation or symptom that led to the recording of this conditioncode : CodeableConcept 0..1 « (Codes that describe the manifestation or symptoms of a condition.ManifestationOrSymptom) »Links to other relevant information, including pathology reportsdetail : Reference(Any) 0..*LocationCode that identifies the structural locationsite[x] : CodeableConcept|Reference(BodySite) 0..1 « (Codes describing anatomical locations. May include lateralityBodySite) »DueToCode that identifies the target of this relationship. The code takes the place of a detailed instance targetcode : CodeableConcept 0..1 « (Codes that describe causes of patient conditions. E.g. Surgical mishap, escalation of a previous condition, etc.ConditionCause) »Target of the relationshiptarget : Reference(Condition|Procedure| MedicationAdministration|Immunization| MedicationStatement) 0..1OccurredFollowingCode that identifies the target of this relationship. The code takes the place of a detailed instance targetcode : CodeableConcept 0..1 « (Codes that describe activities or observations that occurred prior to the conditionConditionPredecessor) »Target of the relationshiptarget : Reference(Condition|Procedure| MedicationAdministration|Immunization| MedicationStatement) 0..1Clinical stage or grade of a condition. May include formal severity assessmentsstage0..1Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmedevidence0..*The anatomical location where this condition manifests itselflocation0..*Further conditions, problems, diagnoses, procedures or events or the substance that caused/triggered this ConditiondueTo0..*Further conditions, problems, diagnoses, procedures or events or the substance that preceded this ConditionoccurredFollowing0..*

XML Template

<Condition xmlns="http://hl7.org/fhir"> doco
 <!-- 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

{doco
  "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)

4.3.3.1 Terminology Bindings

PathDefinitionTypeReference
Condition.code Identification of the Condition or diagnosis.Examplehttp://hl7.org/fhir/vs/condition-code
Condition.category A category assigned to the condition. E.g. finding | Condition | diagnosis | concern | conditionRequiredhttp://hl7.org/fhir/vs/condition-category
Condition.clinicalStatus The clinical status of the Condition or diagnosisRequiredhttp://hl7.org/fhir/condition-status
Condition.severity A subjective assessment of the severity of the condition as evaluated by the clinician.Examplehttp://hl7.org/fhir/vs/condition-severity
Condition.evidence.code Codes that describe the manifestation or symptoms of a condition.Examplehttp://hl7.org/fhir/vs/manifestation-or-symptom
Condition.location.site[x] Codes describing anatomical locations. May include lateralityExamplehttp://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.Examplehttp://hl7.org/fhir/vs/condition-cause
Condition.occurredFollowing.code Codes that describe activities or observations that occurred prior to the conditionExamplehttp://hl7.org/fhir/vs/condition-predecessor

4.3.3.2 Constraints

  • con-1: On Condition.stage: Stage SHALL have summary or assessment (xpath on f:Condition/f:stage: exists(f:summary) or exists(f:assessment))
  • con-2: On Condition.evidence: evidence SHALL have code or details (xpath on f:Condition/f:evidence: exists(f:code) or exists(f:detail))
  • con-4: On Condition.dueTo: Relationship SHALL have either a code or a target (xpath on f:Condition/f:dueTo: exists(f:code) != exists(f:target))
  • con-5: On Condition.occurredFollowing: Relationship SHALL have either a code or a target (xpath on f:Condition/f:occurredFollowing: exists(f:code) != exists(f:target))

4.3.3.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.3.4 Search Parameters

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

NameTypeDescriptionPaths
asserterreferencePerson who asserts this conditionCondition.asserter
(Patient, Practitioner)
categorytokenThe category of the conditionCondition.category
clinicalstatustokenThe clinical status of the conditionCondition.clinicalStatus
codetokenCode for the conditionCondition.code
date-asserteddateWhen first detected/suspected/enteredCondition.dateAsserted
dueto-codetokenRelationship target by means of a predefined codeCondition.dueTo.code
dueto-itemreferenceRelationship target resourceCondition.dueTo.target
(Condition, MedicationAdministration, Procedure, MedicationStatement, Immunization)
encounterreferenceEncounter when condition first assertedCondition.encounter
(Encounter)
evidencetokenManifestation/symptomCondition.evidence.code
following-codetokenRelationship target by means of a predefined codeCondition.occurredFollowing.code
following-itemreferenceRelationship target resourceCondition.occurredFollowing.target
(Condition, MedicationAdministration, Procedure, MedicationStatement, Immunization)
locationtokenLocation - may include lateralityCondition.location.site[x]
onsetdateDate related onsets (dateTime and Period)Condition.onset[x]
onset-infostringOther onsets (boolean, age, range, string)Condition.onset[x]
patientreferenceWho has the condition?Condition.patient
(Patient)
severitytokenThe severity of the conditionCondition.severity
stagetokenSimple summary (disease specific)Condition.stage.summary
subjectreferenceWho has the condition?Condition.patient
(Patient)