curl --request GET \ --url https://api.sandbox.metriport.com/medical/v1/patient/{id}/consolidated/search
Copy
Ask AI
{ "url": "<string>", "resourceCount": 123}
FHIR
Search Patient Data
Search through a Patient’s data and return matching resources
GET
/
medical
/
v1
/
patient
/
{id}
/
consolidated
/
search
Search Patient Data
Copy
Ask AI
curl --request GET \ --url https://api.sandbox.metriport.com/medical/v1/patient/{id}/consolidated/search
Copy
Ask AI
{ "url": "<string>", "resourceCount": 123}
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.