Find Patient
Get a list of all submissions by Patient Name or Record ID
Get a list of all patient submissions
GET
https://api.formdr.com/api/v1/practice/{practiceId}
Path Parameters
Name
Type
Description
practiceId
String
Practice ID
Query Parameters
Name
Type
Description
firstName*
String
Patient First Name
lastName*
String
Patient Last Name
Get a list of all submissions by Record ID
GET
https://api.formdr.com/api/v1/practice/{practiceId}
Query Parameters
Name
Type
Description
recordId*
String
Testing
For additional security, when you are testing using the test access tokens, you will not be able to retrieve any PHI data. The only data that will return is the firstName and lastName variables. The remaining variables with simply return a string of the key name.
Last updated