Building on the Platform
...
Patient Demographics
Retrieve Patient
By identifier
3min
A patient can be queried for based on the patient's unique identifier by sending a GET or a POST request to the Patient endpoint, depending on your region: https://api.<region>.founda.com/1/health/organizations/<org-x>/fhir/4/Patient/<patient-id>.
Don't forget to replace <patient-id> with the unique identifier of the patient you have available!
The Retrieve Patient interaction with the Founda Platform is based on the IHE PDQm profile. To indicate that the request and response should comply with ITI-78, the _profile parameter should be included to the search set: .../Patient?_profile=https://profiles.ihe.net/ITI/PDQm.
Updated 19 Oct 2023
Did this page help you?