Enrollment Document
The Enrollment Document feature allows the user to view or update all uploaded provider or group documents, along with associated document information (type, issuer, effective and expiration dates, and document status).
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Get list of enrollment documentation for given provider profile
GET
/v1/{practiceid}/providers/{providerprofileid}/enrollmentdocs
Retrieves the enrollment documents for a single provider
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
practiceid
integer
practiceid
providerprofileid
integer
providerprofileid
open
boolean
A boolean flag indicating that the response should include only document's whose OPEN field is true or false (depending on the flag value). If this flag is not set, all documents will be included in the response.
Output Parameters
Expand all
enrollmentdocuments
array
The set of enrollment documents for this provider
Example Code
Upload new enrollment documentation for given provider profile
POST
/v1/{practiceid}/providers/{providerprofileid}/enrollmentdocs
Modifies a set of enrollment documents for the given provider
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
practiceid
integer
practiceid
providerprofileid
integer
providerprofileid
Content-Type
string
Content type of the payload
❙ Request Body
Expand allOutput Parameters
Expand all
enrollmentperiodid
string
The ID of the document that was posted
Example Code