You can use this action if you want to access a patient’s diagnoses—as documented by a specific organization. The EHR system returns a patient’s general diagnoses, problems, or health concerns. Typically, you can use this for offering:
- patient education for specific conditions
- targeted services to relevant patients
You can use this API action with the Redox FHIR® API.
Your connection's system can return results with their own FHIR® or query-based API.
The following actions must be completed before attempting the steps below.
This table has notes about how to use parameters for this API action specifically, but it's not exhaustive. Refer to the Condition resource schema for more details.
Query parameter | Required | Notes |
---|---|---|
patient.identifier | Y | You must include at least one identifier for the patient that's used by the EHR system you're querying. If you don't have a patient identifier, you can find one by searching for a patient with demographics. |
category | N | We recommend using this query parameter with the value problem-list-item to get a comprehensive list of diagnoses. |
The response contains one or more conditions for an individual patient. You can find the total number of included diagnoses in the total array for FHIR® responses.