Condition
GET https://api.flexpa.com/fhir/Condition
Condition is a clinical FHIR Resource 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.
Accessing a patient's conditions can aid in workflows such as understanding a patient's active problems for which they are receiving care.
Many payers make this available in a basic form derived from a patient's claims, but some also provide a more detailed view of the patient's conditions if they have a more robust provider-payer clinical data exchange, such as quality measures.
#Search parameters
The full list of search parameters can be found here. Some of the most important are:
Parameters
- patientstring
The ID of the patient who has the condition. We recommend using this search parameter along with the $PATIENT_ID
wildcard
- statusstring
The category of the condition.
- clinical-statusstring
The clinical status of the condition.
#Sample request
While some servers may support a resource-level search without any parameters, not all do. We recommend using the format below with the patient ID via the $PATIENT_ID
wildcard as a search parameter.
This is a sample request using curl
ACCESS_TOKEN=flexpa-link-access-token
curl "https://api.flexpa.com/fhir/Condition?patient=$PATIENT_ID" \
-H "Authorization: Bearer $ACCESS_TOKEN"
#Sample response
This is a sample response from Humana using Flexpa API in test mode