Status | Description | Example of Outcome Node in Object |
---|
Received | This will be when we have received and processed the referral from Henry Ford. I would assume that this will come back within a minute of Henry Ford submitting the referral. | Code Block |
---|
"outcome": {
"referralId": "bca4ce010b5-a9dd0776d6f5",
"outcomeId": "", // No Outcome ID from the Hub
"createdFromAssessmentId": "12345667", // This will be the value that is being passed in
"dateTime": "2/4/2020 10:26:00 AM", // DateTime the Referral was processed by CIE Hub
"domain": "",
"subDomain": "Food Insecurity",
"organizationName": "",
"status": "Received",
"notes" : ""
}
|
|
Work Started | This will be when a social navigator from the United Way has started to work on this case. | Code Block |
---|
"outcome": {
"referralId": "bca4ce010b5-a9dd0776d6f5",
"outcomeId": "", // No Outcome ID from the Hub
"createdFromAssessmentId": "12345667", // This will be the value that is being passed in
"dateTime": "2/4/2020 10:26:00 AM", // Work Started Time
"domain": "",
"subDomain": "",
"organizationName": "",
"status": "Work Started",
"notes" : ""
}
|
|
Assistance Initiated/Scheduled | A appointment has been scheduled for the person. Please note that the dateTime when the appointment was confirmed and scheduled. The notes will have the time the appointment is scheduled. | Code Block |
---|
"outcome": {
"referralId": "bca4ce010b5-a9dd0776d6f5",
"outcomeId": "", // No Outcome ID from the Hub
"createdFromAssessmentId": "12345667", // This will be the value that is being passed in
"dateTime": "8/4/2021 10:30:00 AM", // DateTime appointment was scheduled for
"domain": "Economic Stability",
"subDomain": "Food Insecurity",
"organizationName": "Fish and Loaves Food Pantry",
"status": "Assistance Initiated/Scheduled",
"notes" : "Appointment was scheduled on 8/6/2021 10:45:00 AM"
}
|
|
Complete | The person has received the service. | Code Block |
---|
"outcome": {
"referralId": "bca4ce010b5-a9dd0776d6f5",
"outcomeId": "caddca4ce010b5-a9dd0776d6f5",
"createdFromAssessmentId": "12345667", // This will be the value that is being passed in
"dateTime": "7/4/2021 10:26:00 AM", // DateTime the service was rendered
"domain": "Economic Stability",
"subDomain": "Food Insecurity",
"organizationName": "Fish and Loaves Food Pantry",
"status": "Complete",
"notes" : "Provision - Provision of Food" // This is the intervention from the gravity project
}
|
|
Unable to Meet Need | We where unable to help the person that was referred to the CIE Hub | Code Block |
---|
"outcome": {
"referralId": "bca4ce010b5-a9dd0776d6f5",
"outcomeId": "", // No Outcome ID from the Hub
"createdFromAssessmentId": "12345667", // This will be the value that is being passed in
"dateTime": "7/4/2020 10:26:00 AM", // DateTime the referral was closed in the CIE Hub
"domain": "Economic Stability",
"subDomain": "Food Insecurity",
"organizationName": "",
"status": "Unable To Meet Need",
"notes" : ""
}
|
|