Creates a new CareCase
Success
Unauthorized
{- "case_Key": 0,
- "appointment_Date": "2019-08-24T14:15:22Z",
- "assessment_Date": "2019-08-24T14:15:22Z",
- "carePlan_Key": 0,
- "case_Assign_Type": "string",
- "case_End_Date": "2019-08-24T14:15:22Z",
- "case_ID": "string",
- "case_Priority": 0,
- "case_Reason": "string",
- "case_Score": 0.1,
- "case_Start_Date": "2019-08-24T14:15:22Z",
- "case_Status": "string",
- "division_ID": "string",
- "do_Not_Contact": true,
- "eligibility_Verified": "2019-08-24T14:15:22Z",
- "eligibility_Verified_Comment": "string",
- "case_Close_Reason": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "case_Key": 0,
- "appointment_Date": "2019-08-24T14:15:22Z",
- "assessment_Date": "2019-08-24T14:15:22Z",
- "carePlan_Key": 0,
- "case_Assign_Type": "string",
- "case_End_Date": "2019-08-24T14:15:22Z",
- "case_ID": "string",
- "case_Priority": 0,
- "case_Reason": "string",
- "case_Score": 0.1,
- "case_Start_Date": "2019-08-24T14:15:22Z",
- "case_Status": "string",
- "division_ID": "string",
- "do_Not_Contact": true,
- "eligibility_Verified": "2019-08-24T14:15:22Z",
- "eligibility_Verified_Comment": "string",
- "case_Close_Reason": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all CareCase for the given carePlanKey
Success
Unauthorized
Updates a specific CareCase.
Success
Unauthorized
{- "case_Key": 0,
- "appointment_Date": "2019-08-24T14:15:22Z",
- "assessment_Date": "2019-08-24T14:15:22Z",
- "carePlan_Key": 0,
- "case_Assign_Type": "string",
- "case_End_Date": "2019-08-24T14:15:22Z",
- "case_ID": "string",
- "case_Priority": 0,
- "case_Reason": "string",
- "case_Score": 0.1,
- "case_Start_Date": "2019-08-24T14:15:22Z",
- "case_Status": "string",
- "division_ID": "string",
- "do_Not_Contact": true,
- "eligibility_Verified": "2019-08-24T14:15:22Z",
- "eligibility_Verified_Comment": "string",
- "case_Close_Reason": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "case_Key": 0,
- "appointment_Date": "2019-08-24T14:15:22Z",
- "assessment_Date": "2019-08-24T14:15:22Z",
- "carePlan_Key": 0,
- "case_Assign_Type": "string",
- "case_End_Date": "2019-08-24T14:15:22Z",
- "case_ID": "string",
- "case_Priority": 0,
- "case_Reason": "string",
- "case_Score": 0.1,
- "case_Start_Date": "2019-08-24T14:15:22Z",
- "case_Status": "string",
- "division_ID": "string",
- "do_Not_Contact": true,
- "eligibility_Verified": "2019-08-24T14:15:22Z",
- "eligibility_Verified_Comment": "string",
- "case_Close_Reason": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple CareCase at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "case_Key": 0,
- "appointment_Date": "2019-08-24T14:15:22Z",
- "assessment_Date": "2019-08-24T14:15:22Z",
- "carePlan_Key": 0,
- "case_Assign_Type": "string",
- "case_End_Date": "2019-08-24T14:15:22Z",
- "case_ID": "string",
- "case_Priority": 0,
- "case_Reason": "string",
- "case_Score": 0.1,
- "case_Start_Date": "2019-08-24T14:15:22Z",
- "case_Status": "string",
- "division_ID": "string",
- "do_Not_Contact": true,
- "eligibility_Verified": "2019-08-24T14:15:22Z",
- "eligibility_Verified_Comment": "string",
- "case_Close_Reason": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "member_Seq": "st",
- "provider_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}