...
Code Block |
---|
{ "subject": { "identifiers": { "mrn": "1234567890", "cks": "1234445" }, "person" : { "personId": "2af239fc-fa74-4f89-b01e-53263c11ec9b", "name": { "family": "Springsteen", "given": "Bruce", "middle": "" }, "sex": "F", "birthTime": "19410101", "address": { "streetAddressLine": "111 Main Street", "streetAddressLine2": "", "city": "Spring Creek", "state": "MI", "postalCode": "49456" }, "contacts": { "mobilePhone": "+16161231234", "homePhone": "+16161231234", "email": "john.doe@gamil.com" } } }, "outcome": { "referralId": "bca4ce01-6ec2-4467-90b5-a9dd0776d6f5", "outcomeId": "f16c709e-481c-4bf4-893e-84ceb1761217", "createdFromAssessmentId": "123414", // This will be the value that is being passed in "dateTime": "2/4/2020 10:26:00 AM", "domain": "Economic Stability", "subDomain": "Food Insecurity", "organizationName": "GleanersFish and Loaves Foodbank", "status": "Complete", "notes" : "Provision - Provision of Food" } } |
...
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. |
| ||
Work Started | This will be when a social navigator from the United Way has started to work on this case. |
| ||
Assistance Initiated/Scheduled | A appointment has been scheduled for the person. Please note that the dateTime in this case is when the appointment was scheduled forconfirmed and scheduled. The notes will have the time the appointment is scheduled. |
| ||
Complete | The person has received the service. |
| ||
Unable to Meet Need | We where unable to help the person that was referred to the CIE Hub |
|
...