Condition
A Condition resource tracks problems, conditions or diseases recorded by a clinician.
Sample Query
Find conditions among male patients:
https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-stu3/Condition?patient.gender=male
Overview
See the FHIR documentation for more information about Condition resources.
Mapped Concepts in HIEBus
- Problem
- ClaimProblem
- ReferralProblem
Supported Interactions
Condition resources support the following interactions.
Search Parameters
When searching for Condition resources, the following search parameters are supported.
Name | Type | Prefixes
Modifiers |
Can be Chained? | Description |
---|---|---|---|---|
_id | Token | Resource id. | ||
_lastUpdated | Date | lt le gt ge | When the resource last changed. | |
_source | Uri | :missing | Where the resource comes from. | |
asserter | Reference | :missing | yes | Person who asserts this condition. |
category | Token | :not :in :notin :missing | The category of the condition. | |
claim | Reference | :missing | yes | Searches for conditions by their associated claim. |
clinical-status | Token | :missing | The clinical status of the condition. | |
code | Token | :not :in :notin :missing | Code for the condition. | |
context | Reference | :missing | yes | Encounter or episode when condition first asserted. |
encounter | Reference | :missing | yes | Encounter when condition first asserted. |
onset | Date | ne lt le gt ge sa eb ap :missing | See the HL7 FHIR documentation. | |
onset-date | Date | ne lt le gt ge sa eb ap :missing | Date related onsets (dateTime and Period). | |
patient | Reference | :missing | yes | The patient the Condition is about. |
provenance-agent | Reference | :missing | yes | Search by provenance, specified by its author (aka originator) Organization. |
referral | Reference | :missing | yes | Searches for conditions by their associated referral. |
subject | Reference | :missing | yes | The patient the Condition is about. Functionally identical to the "patient" search parameter. |
Sortable Parameters
When searching Condition resources, it is possible to sort the returned values by the following search parameters.
- onset
- _id
Only one sort parameter may be specified.
Supported Includes
When searching Condition resources, it is possible to include the resources referenced by the following field names.
- Asserter
- Claim
- Context
- Encounter
- Patient
- Provenance Agent
- Referral
- Subject