Create a Medicare Enrollment for an existing facility

Add a Medicare Enrollment for the specified facility.

Request
path Parameters
facilityId
required
string <uuid>
Request Body schema: application/json
appliesTo
required
string
Enum: "SelfOnly" "SelfAndAllChildren" "Custom"
associatedFacilitySpecialtyIds
Array of strings <uuid>
pecosPacIdentifier
required
string non-empty

The unique identifier of the Pecos Pac.

enrollmentTypeId
required
string <uuid>

Medicare Enrollment Type unique identifier of the enrollment.

state
required
string

State of the Medicare Enrollment.

Enum: "AL" "AK" "AZ" "AR" "CA" "CO" "CT" "DE" "DC" "FL" "GA" "HI" "ID" "IL" "IN" "IA" "KS" "KY" "LA" "ME" "MD" "MA" "MI" "MN" "MS" "MO" "MT" "NE" "NV" "NH" "NJ" "NM" "NY" "NC" "ND" "OH" "OK" "OR" "PA" "RI" "SC" "SD" "TN" "TX" "UT" "VT" "VA" "WA" "WV" "WI" "WY" "AS" "GU" "MP" "PR" "VI"
object (FacilityMedicareEnrollmentNonVerifiedInfoRequestModel)
Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

500

Server Error

post/facilities/{facilityId}/info/medicare-enrollments
Request samples
application/json
{
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "pecosPacIdentifier": "string",
  • "enrollmentTypeId": "9aa01b4a-0d57-4136-8afb-91ec00b8a30f",
  • "state": "AL",
  • "nonVerifiedInfo": {
    }
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "pecosPacIdentifier": "string",
  • "enrollmentTypeId": "9aa01b4a-0d57-4136-8afb-91ec00b8a30f",
  • "state": "AL",
  • "nonVerifiedInfo": {
    }
}