Condition REST Endpoints
Description
This topic describes information for the Condition resource.
Overview
Note:
The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.The Condition resource is used to record problems, diagnoses, or other health matters that are concerning to a patient.
Depending on the site, problems and diagnoses are used in different ways. Diagnoses are recorded on an encounter to document conditions addressed or treated during a specific patient visit. For US customers, diagnoses support financial or reimbursement workflows. Problems are ongoing or chronic conditions that are managed over every visit and not associated with a specific encounter. A condition may be both a diagnosis and a problem.
Conditions, specifically diagnoses, are often associated with orders to document the medical necessity of a specific medication or procedure order and may be referenced by other resources as a reason for an action or order.
Health concerns are also returned as part of the Condition resource and represent other concerns that a patient may have, such as financial or social risks.
Profile Support
This resource supports the following HL7 FHIR US Core Implementation Guide STU 6.1.0 profiles:
- US Core Condition Encounter Diagnosis Profile
- US Core Condition Problems and Health Concerns Profile
Note:
The examples provided here are nonnormative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Returned Fields
Terminology Bindings
| Element | Description | Details |
|---|---|---|
Condition.code |
The identification of the condition or diagnosis. | |
Condition.category |
A category assigned to the condition. The encounter-diagnosis, problem-list-item, health-concern, and sdoh category codes are supported for search and retrieve functionality. The encounter-diagnosis and problem-list-item category codes are supported for add and update functionality. |
|
Condition.clinicalStatus |
The preferred value set for the condition's clinical status. | System |
- Get a condition by ID
- Method: getPath:
/Condition/{id} - Get a list of conditions
- Method: getPath:
/Condition