...
Code Block |
---|
{
"domain" : "Food Insecurity",
"interventionType" : "Provision",
"intervention" : "Provision of food",
"notes" : "",
"organizationName": "Food Pantry",
"dateTimeofIntervention" : "2011-10-05T14:48:00.000Z"
}
|
Data Element | Description | Required | ||
---|---|---|---|---|
Query String | ||||
| This will be the referral id that was created when the referral was submitted to CIE hub and that was shared with the service organization when the referral was forwarded to them. |
| ||
Body | ||||
| The SDOH Domain associated with the intervention. This is a code based on the gravity project. The following are valid values:
|
| ||
| The type of intervention. This is a code based on the gravity project. The following are examples:
The complete list can be found here Intervention Types and Descriptions
|
| ||
| The intervention that was provided to the patient. The following is a example:
The complete list can be found here Intervention Types and Descriptions |
| ||
| Pass any notes that need to be communicated back to the CIE hub or the referring entity. |
| ||
| The date and time of the intervention. The valid format accepted is ISO String. Here is a link to the format https://www.w3.org/TR/NOTE-datetime
|
| ||
| The name of the agency that is providing the service for the referral. |
...