Document Type - Letter
Document Type - Letter are patient-related forms or letters that have already been signed by the provider and require no further action, for example, school health forms, disability eligibility forms, compassionate "do not shut off service" utility company letters, etc. This feature allows the user to retrieve, add or modify information of a specific patient or a specific Letter of a patient.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get list of patient's letter
documents
GET
/v1/{practiceid}/patients/{patientid}/documents/letter
Retrieves a list of letter document of a specific patient
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Output Parameters
Expand allExample Code
Get patient's letter
document
GET
/v1/{practiceid}/patients/{patientid}/documents/letter/{letterid}
Retrieves a specific letter document information
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Get page from patient's letter
document
GET
/v1/{practiceid}/patients/{patientid}/documents/letter/{letterid}/pages/{pageid}
Retrieves a specific page from the specific letter document of the patient
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code