This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot - see ballot notes). 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
Patient Care Work Group | Maturity Level: 3 | Trial Use | Security Category: Patient | Compartments: Encounter, Patient, Practitioner, RelatedPerson |
This resource has been identified by it's owning workgroup as a normative candidate for R5. Ballot comment is requested on this.
A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
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, RiskAssessment, or Procedure.
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.
This resource is referenced by AdverseEvent, Claim, ClinicalImpression, CoverageEligibilityRequest, Encounter, EpisodeOfCare, ExplanationOfBenefit, Goal, Procedure and RiskAssessment.
This resource implements the Event pattern.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Condition | TU | DomainResource | Detailed information about conditions, problems or diagnoses + Warning: If category is problems list item, the clinicalStatus should not be unknown + Rule: If condition is abated, then clinicalStatus must be either inactive, resolved, or remission. Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | External Ids for this condition |
clinicalStatus | ?!ΣI | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved Condition Clinical Status Codes (Required) |
verificationStatus | ?!Σ | 0..1 | CodeableConcept | unconfirmed | provisional | differential | confirmed | refuted | entered-in-error ConditionVerificationStatus (Required) |
category | I | 0..* | CodeableConcept | problem-list-item | encounter-diagnosis Condition Category Codes (Preferred) |
severity | 0..1 | CodeableConcept | Subjective severity of condition Condition/Diagnosis Severity (Preferred) | |
code | Σ | 0..1 | CodeableConcept | Identification of the condition, problem or diagnosis Condition/Problem/Diagnosis Codes (Example) |
bodySite | Σ | 0..* | CodeableConcept | Anatomical location, if relevant SNOMED CT Body Structures (Example) |
subject | Σ | 1..1 | Reference(Patient | Group) | Who has the condition? |
encounter | Σ | 0..1 | Reference(Encounter) | The Encounter during which this Condition was created |
onset[x] | Σ | 0..1 | Estimated or actual date, date-time, or age | |
onsetDateTime | dateTime | |||
onsetAge | Age | |||
onsetPeriod | Period | |||
onsetRange | Range | |||
onsetString | string | |||
abatement[x] | I | 0..1 | When in resolution/remission | |
abatementDateTime | dateTime | |||
abatementAge | Age | |||
abatementPeriod | Period | |||
abatementRange | Range | |||
abatementString | string | |||
recordedDate | Σ | 0..1 | dateTime | Date record was first recorded |
recorder | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson) | Who recorded the condition |
asserter | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device) | Person or device that asserts this condition |
stage | I | 0..* | BackboneElement | Stage/grade, usually assessed formally + Rule: Stage SHALL have summary or assessment |
summary | I | 0..1 | CodeableConcept | Simple summary (disease specific) Condition Stage (Example) |
assessment | I | 0..* | Reference(ClinicalImpression | DiagnosticReport | Observation) | Formal record of assessment |
type | 0..1 | CodeableConcept | Kind of staging Condition Stage Type (Example) | |
evidence | I | 0..* | BackboneElement | Supporting evidence for the verification status + Rule: evidence SHALL have code or details |
code | ΣI | 0..* | CodeableConcept | Manifestation/symptom Manifestation and Symptom Codes (Example) |
detail | ΣI | 0..* | Reference(Any) | Supporting information found elsewhere |
note | 0..* | Annotation | Additional information about the Condition | |
Documentation for this format |
UML Diagram (Legend)
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> <clinicalStatus><!-- 1..1 CodeableConcept active | recurrence | relapse | inactive | remission | resolved --></clinicalStatus> <verificationStatus><!-- 0..1 CodeableConcept unconfirmed | provisional | differential | confirmed | refuted | entered-in-error --></verificationStatus> <category><!-- 0..* CodeableConcept problem-list-item | encounter-diagnosis --></category> <severity><!-- 0..1 CodeableConcept Subjective severity of condition --></severity> <code><!-- 0..1 CodeableConcept Identification of the condition, problem or diagnosis --></code> <bodySite><!-- 0..* CodeableConcept Anatomical location, if relevant --></bodySite> <subject><!-- 1..1 Reference(Group|Patient) Who has the condition? --></subject> <encounter><!-- 0..1 Reference(Encounter) The Encounter during which this Condition was created --></encounter> <onset[x]><!-- 0..1 dateTime|Age|Period|Range|string Estimated or actual date, date-time, or age --></onset[x]> <abatement[x]><!-- 0..1 dateTime|Age|Period|Range|string When in resolution/remission --></abatement[x]> <recordedDate value="[dateTime]"/><!-- 0..1 Date record was first recorded --> <recorder><!-- 0..1 Reference(Patient|Practitioner|PractitionerRole| RelatedPerson) Who recorded the condition --></recorder> <asserter><!-- 0..1 Reference(Device|Patient|Practitioner|PractitionerRole| RelatedPerson) Person or device that asserts this condition --></asserter> <stage> <!-- 0..* 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> <type><!-- 0..1 CodeableConcept Kind of staging --></type> </stage> <evidence> <!-- 0..* Supporting evidence for the verification status --> <code><!-- 0..* CodeableConcept Manifestation/symptom --></code> <detail><!-- 0..* Reference(Any) Supporting information found elsewhere --></detail> </evidence> <note><!-- 0..* Annotation Additional information about the Condition --></note> </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 "clinicalStatus" : { CodeableConcept }, // C? R! active | recurrence | relapse | inactive | remission | resolved "verificationStatus" : { CodeableConcept }, // unconfirmed | provisional | differential | confirmed | refuted | entered-in-error "category" : [{ CodeableConcept }], // C? problem-list-item | encounter-diagnosis "severity" : { CodeableConcept }, // Subjective severity of condition "code" : { CodeableConcept }, // Identification of the condition, problem or diagnosis "bodySite" : [{ CodeableConcept }], // Anatomical location, if relevant "subject" : { Reference(Group|Patient) }, // R! Who has the condition? "encounter" : { Reference(Encounter) }, // The Encounter during which this Condition was created // 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]: When in resolution/remission. One of these 5: "abatementDateTime" : "<dateTime>", "abatementAge" : { Age }, "abatementPeriod" : { Period }, "abatementRange" : { Range }, "abatementString" : "<string>", "recordedDate" : "<dateTime>", // Date record was first recorded "recorder" : { Reference(Patient|Practitioner|PractitionerRole| RelatedPerson) }, // Who recorded the condition "asserter" : { Reference(Device|Patient|Practitioner|PractitionerRole| RelatedPerson) }, // Person or device that asserts this condition "stage" : [{ // Stage/grade, usually assessed formally "summary" : { CodeableConcept }, // C? Simple summary (disease specific) "assessment" : [{ Reference(ClinicalImpression|DiagnosticReport|Observation) }], // C? Formal record of assessment "type" : { CodeableConcept } // Kind of staging }], "evidence" : [{ // Supporting evidence for the verification status "code" : [{ CodeableConcept }], // C? Manifestation/symptom "detail" : [{ Reference(Any) }] // C? Supporting information found elsewhere }], "note" : [{ Annotation }] // Additional information about the Condition }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:Condition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:Condition.identifier [ Identifier ], ... ; # 0..* External Ids for this condition fhir:Condition.clinicalStatus [ CodeableConcept ]; # 1..1 active | recurrence | relapse | inactive | remission | resolved fhir:Condition.verificationStatus [ CodeableConcept ]; # 0..1 unconfirmed | provisional | differential | confirmed | refuted | entered-in-error fhir:Condition.category [ CodeableConcept ], ... ; # 0..* problem-list-item | encounter-diagnosis fhir:Condition.severity [ CodeableConcept ]; # 0..1 Subjective severity of condition fhir:Condition.code [ CodeableConcept ]; # 0..1 Identification of the condition, problem or diagnosis fhir:Condition.bodySite [ CodeableConcept ], ... ; # 0..* Anatomical location, if relevant fhir:Condition.subject [ Reference(Group|Patient) ]; # 1..1 Who has the condition? fhir:Condition.encounter [ Reference(Encounter) ]; # 0..1 The Encounter during which this Condition was created # Condition.onset[x] : 0..1 Estimated or actual date, date-time, or age. One of these 5 fhir:Condition.onsetDateTime [ dateTime ] fhir:Condition.onsetAge [ Age ] fhir:Condition.onsetPeriod [ Period ] fhir:Condition.onsetRange [ Range ] fhir:Condition.onsetString [ string ] # Condition.abatement[x] : 0..1 When in resolution/remission. One of these 5 fhir:Condition.abatementDateTime [ dateTime ] fhir:Condition.abatementAge [ Age ] fhir:Condition.abatementPeriod [ Period ] fhir:Condition.abatementRange [ Range ] fhir:Condition.abatementString [ string ] fhir:Condition.recordedDate [ dateTime ]; # 0..1 Date record was first recorded fhir:Condition.recorder [ Reference(Patient|Practitioner|PractitionerRole|RelatedPerson) ]; # 0..1 Who recorded the condition fhir:Condition.asserter [ Reference(Device|Patient|Practitioner|PractitionerRole|RelatedPerson) ]; # 0..1 Person or device that asserts this condition fhir:Condition.stage [ # 0..* Stage/grade, usually assessed formally fhir:Condition.stage.summary [ CodeableConcept ]; # 0..1 Simple summary (disease specific) fhir:Condition.stage.assessment [ Reference(ClinicalImpression|DiagnosticReport|Observation) ], ... ; # 0..* Formal record of assessment fhir:Condition.stage.type [ CodeableConcept ]; # 0..1 Kind of staging ], ...; fhir:Condition.evidence [ # 0..* Supporting evidence for the verification status fhir:Condition.evidence.code [ CodeableConcept ], ... ; # 0..* Manifestation/symptom fhir:Condition.evidence.detail [ Reference(Any) ], ... ; # 0..* Supporting information found elsewhere ], ...; fhir:Condition.note [ Annotation ], ... ; # 0..* Additional information about the Condition ]
Changes since R3
Condition | |
Condition.clinicalStatus |
|
Condition.verificationStatus |
|
Condition.category |
|
Condition.asserter |
|
See the Full Difference for further information
This analysis is available as XML or JSON.
See R3 <--> R4 Conversion Maps (status = 12 tests that all execute ok. All tests pass round-trip testing and 1 r3 resources are invalid (0 errors).)
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Condition | TU | DomainResource | Detailed information about conditions, problems or diagnoses + Warning: If category is problems list item, the clinicalStatus should not be unknown + Rule: If condition is abated, then clinicalStatus must be either inactive, resolved, or remission. Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | External Ids for this condition |
clinicalStatus | ?!ΣI | 1..1 | CodeableConcept | active | recurrence | relapse | inactive | remission | resolved Condition Clinical Status Codes (Required) |
verificationStatus | ?!Σ | 0..1 | CodeableConcept | unconfirmed | provisional | differential | confirmed | refuted | entered-in-error ConditionVerificationStatus (Required) |
category | I | 0..* | CodeableConcept | problem-list-item | encounter-diagnosis Condition Category Codes (Preferred) |
severity | 0..1 | CodeableConcept | Subjective severity of condition Condition/Diagnosis Severity (Preferred) | |
code | Σ | 0..1 | CodeableConcept | Identification of the condition, problem or diagnosis Condition/Problem/Diagnosis Codes (Example) |
bodySite | Σ | 0..* | CodeableConcept | Anatomical location, if relevant SNOMED CT Body Structures (Example) |
subject | Σ | 1..1 | Reference(Patient | Group) | Who has the condition? |
encounter | Σ | 0..1 | Reference(Encounter) | The Encounter during which this Condition was created |
onset[x] | Σ | 0..1 | Estimated or actual date, date-time, or age | |
onsetDateTime | dateTime | |||
onsetAge | Age | |||
onsetPeriod | Period | |||
onsetRange | Range | |||
onsetString | string | |||
abatement[x] | I | 0..1 | When in resolution/remission | |
abatementDateTime | dateTime | |||
abatementAge | Age | |||
abatementPeriod | Period | |||
abatementRange | Range | |||
abatementString | string | |||
recordedDate | Σ | 0..1 | dateTime | Date record was first recorded |
recorder | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson) | Who recorded the condition |
asserter | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device) | Person or device that asserts this condition |
stage | I | 0..* | BackboneElement | Stage/grade, usually assessed formally + Rule: Stage SHALL have summary or assessment |
summary | I | 0..1 | CodeableConcept | Simple summary (disease specific) Condition Stage (Example) |
assessment | I | 0..* | Reference(ClinicalImpression | DiagnosticReport | Observation) | Formal record of assessment |
type | 0..1 | CodeableConcept | Kind of staging Condition Stage Type (Example) | |
evidence | I | 0..* | BackboneElement | Supporting evidence for the verification status + Rule: evidence SHALL have code or details |
code | ΣI | 0..* | CodeableConcept | Manifestation/symptom Manifestation and Symptom Codes (Example) |
detail | ΣI | 0..* | Reference(Any) | Supporting information found elsewhere |
note | 0..* | Annotation | Additional information about the Condition | |
Documentation for this format |
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> <clinicalStatus><!-- 1..1 CodeableConcept active | recurrence | relapse | inactive | remission | resolved --></clinicalStatus> <verificationStatus><!-- 0..1 CodeableConcept unconfirmed | provisional | differential | confirmed | refuted | entered-in-error --></verificationStatus> <category><!-- 0..* CodeableConcept problem-list-item | encounter-diagnosis --></category> <severity><!-- 0..1 CodeableConcept Subjective severity of condition --></severity> <code><!-- 0..1 CodeableConcept Identification of the condition, problem or diagnosis --></code> <bodySite><!-- 0..* CodeableConcept Anatomical location, if relevant --></bodySite> <subject><!-- 1..1 Reference(Group|Patient) Who has the condition? --></subject> <encounter><!-- 0..1 Reference(Encounter) The Encounter during which this Condition was created --></encounter> <onset[x]><!-- 0..1 dateTime|Age|Period|Range|string Estimated or actual date, date-time, or age --></onset[x]> <abatement[x]><!-- 0..1 dateTime|Age|Period|Range|string When in resolution/remission --></abatement[x]> <recordedDate value="[dateTime]"/><!-- 0..1 Date record was first recorded --> <recorder><!-- 0..1 Reference(Patient|Practitioner|PractitionerRole| RelatedPerson) Who recorded the condition --></recorder> <asserter><!-- 0..1 Reference(Device|Patient|Practitioner|PractitionerRole| RelatedPerson) Person or device that asserts this condition --></asserter> <stage> <!-- 0..* 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> <type><!-- 0..1 CodeableConcept Kind of staging --></type> </stage> <evidence> <!-- 0..* Supporting evidence for the verification status --> <code><!-- 0..* CodeableConcept Manifestation/symptom --></code> <detail><!-- 0..* Reference(Any) Supporting information found elsewhere --></detail> </evidence> <note><!-- 0..* Annotation Additional information about the Condition --></note> </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 "clinicalStatus" : { CodeableConcept }, // C? R! active | recurrence | relapse | inactive | remission | resolved "verificationStatus" : { CodeableConcept }, // unconfirmed | provisional | differential | confirmed | refuted | entered-in-error "category" : [{ CodeableConcept }], // C? problem-list-item | encounter-diagnosis "severity" : { CodeableConcept }, // Subjective severity of condition "code" : { CodeableConcept }, // Identification of the condition, problem or diagnosis "bodySite" : [{ CodeableConcept }], // Anatomical location, if relevant "subject" : { Reference(Group|Patient) }, // R! Who has the condition? "encounter" : { Reference(Encounter) }, // The Encounter during which this Condition was created // 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]: When in resolution/remission. One of these 5: "abatementDateTime" : "<dateTime>", "abatementAge" : { Age }, "abatementPeriod" : { Period }, "abatementRange" : { Range }, "abatementString" : "<string>", "recordedDate" : "<dateTime>", // Date record was first recorded "recorder" : { Reference(Patient|Practitioner|PractitionerRole| RelatedPerson) }, // Who recorded the condition "asserter" : { Reference(Device|Patient|Practitioner|PractitionerRole| RelatedPerson) }, // Person or device that asserts this condition "stage" : [{ // Stage/grade, usually assessed formally "summary" : { CodeableConcept }, // C? Simple summary (disease specific) "assessment" : [{ Reference(ClinicalImpression|DiagnosticReport|Observation) }], // C? Formal record of assessment "type" : { CodeableConcept } // Kind of staging }], "evidence" : [{ // Supporting evidence for the verification status "code" : [{ CodeableConcept }], // C? Manifestation/symptom "detail" : [{ Reference(Any) }] // C? Supporting information found elsewhere }], "note" : [{ Annotation }] // Additional information about the Condition }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:Condition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:Condition.identifier [ Identifier ], ... ; # 0..* External Ids for this condition fhir:Condition.clinicalStatus [ CodeableConcept ]; # 1..1 active | recurrence | relapse | inactive | remission | resolved fhir:Condition.verificationStatus [ CodeableConcept ]; # 0..1 unconfirmed | provisional | differential | confirmed | refuted | entered-in-error fhir:Condition.category [ CodeableConcept ], ... ; # 0..* problem-list-item | encounter-diagnosis fhir:Condition.severity [ CodeableConcept ]; # 0..1 Subjective severity of condition fhir:Condition.code [ CodeableConcept ]; # 0..1 Identification of the condition, problem or diagnosis fhir:Condition.bodySite [ CodeableConcept ], ... ; # 0..* Anatomical location, if relevant fhir:Condition.subject [ Reference(Group|Patient) ]; # 1..1 Who has the condition? fhir:Condition.encounter [ Reference(Encounter) ]; # 0..1 The Encounter during which this Condition was created # Condition.onset[x] : 0..1 Estimated or actual date, date-time, or age. One of these 5 fhir:Condition.onsetDateTime [ dateTime ] fhir:Condition.onsetAge [ Age ] fhir:Condition.onsetPeriod [ Period ] fhir:Condition.onsetRange [ Range ] fhir:Condition.onsetString [ string ] # Condition.abatement[x] : 0..1 When in resolution/remission. One of these 5 fhir:Condition.abatementDateTime [ dateTime ] fhir:Condition.abatementAge [ Age ] fhir:Condition.abatementPeriod [ Period ] fhir:Condition.abatementRange [ Range ] fhir:Condition.abatementString [ string ] fhir:Condition.recordedDate [ dateTime ]; # 0..1 Date record was first recorded fhir:Condition.recorder [ Reference(Patient|Practitioner|PractitionerRole|RelatedPerson) ]; # 0..1 Who recorded the condition fhir:Condition.asserter [ Reference(Device|Patient|Practitioner|PractitionerRole|RelatedPerson) ]; # 0..1 Person or device that asserts this condition fhir:Condition.stage [ # 0..* Stage/grade, usually assessed formally fhir:Condition.stage.summary [ CodeableConcept ]; # 0..1 Simple summary (disease specific) fhir:Condition.stage.assessment [ Reference(ClinicalImpression|DiagnosticReport|Observation) ], ... ; # 0..* Formal record of assessment fhir:Condition.stage.type [ CodeableConcept ]; # 0..1 Kind of staging ], ...; fhir:Condition.evidence [ # 0..* Supporting evidence for the verification status fhir:Condition.evidence.code [ CodeableConcept ], ... ; # 0..* Manifestation/symptom fhir:Condition.evidence.detail [ Reference(Any) ], ... ; # 0..* Supporting information found elsewhere ], ...; fhir:Condition.note [ Annotation ], ... ; # 0..* Additional information about the Condition ]
Changes since Release 3
Condition | |
Condition.clinicalStatus |
|
Condition.verificationStatus |
|
Condition.category |
|
Condition.asserter |
|
See the Full Difference for further information
This analysis is available as XML or JSON.
See R3 <--> R4 Conversion Maps (status = 12 tests that all execute ok. All tests pass round-trip testing and 1 r3 resources are invalid (0 errors).)
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis a
Path | Definition | Type | Reference |
---|---|---|---|
Condition.clinicalStatus | Required | ConditionClinicalStatusCodes | |
Condition.verificationStatus | Required | ConditionVerificationStatus | |
Condition.category | Preferred | ConditionCategoryCodes | |
Condition.severity | Preferred | Condition/DiagnosisSeverity | |
Condition.code | Example | Condition/Problem/DiagnosisCodes | |
Condition.bodySite | Codes describing anatomical locations. May include laterality. | Example | SNOMEDCTBodyStructures |
Condition.stage.summary | Example | ConditionStage | |
Condition.stage.type | Example | ConditionStageType | |
Condition.evidence.code | Example | ManifestationAndSymptomCodes |
id | Level | Location | Description | Expression |
con-1 | Rule | Condition.stage | Stage SHALL have summary or assessment | summary.exists() or assessment.exists() |
con-2 | Rule | Condition.evidence | evidence SHALL have code or details | code.exists() or detail.exists() |
con-3 | Warning | (base) | If category is problems list item, the clinicalStatus should not be unknown | category.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-category' and code='problem-list-item').exists() implies clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and code='unknown').exists().not() |
con-4 | Rule | (base) | If condition is abated, then clinicalStatus must be either inactive, resolved, or remission. | abatement.exists() implies (clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='inactive' or code='resolved' or code='remission')).exists()) |
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 | Expression | In Common |
abatement-age | quantity | Abatement as age or age range | Condition.abatement.as(Age) | Condition.abatement.as(Range) | |
abatement-date | date | Date-related abatements (dateTime and period) | Condition.abatement.as(dateTime) | Condition.abatement.as(Period) | |
abatement-string | string | Abatement as a string | Condition.abatement.as(string) | |
asserter | reference | Person or device that asserts this condition | Condition.asserter (Practitioner, Device, Patient, PractitionerRole, RelatedPerson) | |
body-site | token | Anatomical location, if relevant | Condition.bodySite | |
category | token | The category of the condition | Condition.category | |
clinical-status | token | The clinical status of the condition | Condition.clinicalStatus | |
code | token | Code for the condition | Condition.code | |
encounter | reference | The Encounter during which this Condition was created | Condition.encounter (Encounter) | |
evidence | token | Manifestation/symptom | Condition.evidence.code | |
evidence-detail | reference | Supporting information found elsewhere | Condition.evidence.detail (Any) | |
identifier | token | A unique identifier of the condition record | Condition.identifier | |
onset-age | quantity | Onsets as age or age range | Condition.onset.as(Age) | Condition.onset.as(Range) | |
onset-date | date | Date related onsets (dateTime and Period) | Condition.onset.as(dateTime) | Condition.onset.as(Period) | |
onset-info | string | Onsets as a string | Condition.onset.as(string) | |
patient | reference | Who has the condition? | Condition.subject.where(resolve() is Patient) (Group, Patient) | |
recorded-date N | date | Date record was first recorded | Condition.recordedDate | |
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.subject (Group, Patient) | |
verification-status | token | unconfirmed | provisional | differential | confirmed | refuted | entered-in-error | Condition.verificationStatus |