DESCRIPTION |
This RPC calculates whether patient is mission act eligible based
on the file entry date of the appointment request, PID, selected
appointment date, and clinic ID.
Can only be invoked by Acheron
|
RETURN PARAMETER DESCRIPTION |
{
{
"AppointmentEnd": "2023-03-10T09:00-0500",
"AppointmentStart": "2023-03-10T08:30-0500",
"AvailableSlots": 3,
"ClinicID": 5263,
"ClinicName": "TEST CLINIC1"
},
{
"AppointmentEnd": "2023-03-10T09:30-0500",
"AppointmentStart": "2023-03-10T09:00-0500",
"MissionActAvailability": [
"AvailableSlots": 3,
"ClinicID": 5263,
"ClinicName": "TEST CLINIC1"
},
{
"AppointmentEnd": "2023-03-10T10:00-0500",
"AppointmentStart": "2023-03-10T09:30-0500",
"AvailableSlots": 2,
"ClinicID": 5263,
"ClinicName": "TEST CLINIC1"
{
}
],
"MissionEligibility": {
"Code": 0,
"Message": "Not Eligible-Special Care"
"PrimaryStopCodeAmis": 303,
"PrimaryStopCodeName": "CARDIOLOGY",
"SecondaryStopCodeAmis": 179,
"SecondaryStopCodeName": "RT CLIN VID CARE HOME"
}
"AppointmentEnd": "2023-03-10T08:30-0500",
}
"AppointmentStart": "2023-03-10T08:00-0500",
"AvailableSlots": 2,
"ClinicID": 5263,
"ClinicName": "TEST CLINIC1"
},
|