FHIR
Search Patient Data
Search through a Patient’s data and return matching resources
GET
Searches through a Patient’s consolidated data and returns resources that match the query. This endpoint also includes CCDA documents.
The response contains a URL to a FHIR searchset
bundle which contains the results of the search.
The URL will only be valid for 60 seconds before you need to request a new one.
How to use it
- the search is case-insensitive
- you can include multiple terms/words, separated by spaces
- it will include keywords that are very similar to the search criteria, accounting for typos
- it will return related resources
Example:
- search term: “pain medication”
- will include all resources with the words “pain” and “medication”
Path Params
The ID of the Patient.
Query Params
The search query to match against the Patient’s consolidated data resources. If not provided, all resources will be returned.
Response
Returns a URL to download the FHIR bundle with the search results.
The URL to download the FHIR searchset
bundle. Not present if no results where found.
The amount of resources resulting from the search.