Create a new provider enrollment

Creates a new enrollment of provider to payer plan.

Request
Request Body schema: application/json
effectiveDate
string <date-time>

Effective Date associated with this provider enrollment.

enrollmentStatus
string

Status of the enrollment.

Enum: "NotSubmitted" "Submitted" "Enrolled" "Denied"
groupId
required
string <uuid>

Group Id associated with this provider enrollment.

providerId
required
string <uuid>

Provider Id associated with this provider enrollment.

networkStatus
string

Network Status associated with this provider enrollment.

Enum: "None" "Par" "NonPar"
payerPlanId
required
string <uuid>

Payer Plan Id associated with this provider enrollment.

specialistType
string

Specialist Type associated with this provider enrollment.

Enum: "None" "Pcp" "Specialist"
submissionDate
string <date-time>

Submission Date associated with this provider enrollment.

closedDate
string <date-time>

Closed Date associated with this provider enrollment.

externalProviderPlanId
string

ProviderId in external system.

comments
string

Comments associated with this provider enrollment.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

500

Server Error

post/providers/enrollments
Request samples
application/json
{
  • "groupId": "30e82ca1-59e2-4c68-a83b-58ff84e665d2",
  • "providerId": "ab9aede4-5b9c-428f-8ee1-752892801a02",
  • "payerPlanId": "1704b2ea-098d-4a70-969f-70a5f6b336de",
  • "enrollmentStatus": "NotSubmitted",
  • "submissionDate": "2000-12-31 23:59"
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "payerPlanId": "27ee323c-c7fc-4801-8b25-e1a89b00fea3",
  • "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "enrollmentStatus": "NotSubmitted",
  • "submissionDate": "2019-08-24T14:15:22Z",
  • "closedDate": "2019-08-24T14:15:22Z",
  • "effectiveDate": "2019-08-24T14:15:22Z",
  • "networkStatus": "None",
  • "specialistType": "None",
  • "externalProviderPlanId": "string",
  • "comments": "string",
  • "payerPlanModel": {
    },
  • "groupModel": {
    }
}