Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "domain" : "Food Insecurity",
  "interventionType" : "Provision",
  "intervention" : "Provision of food",
  "notes" : "",
  "agencyNameorganizationName": "Food Pantry",
  "dateTimeofIntervention" : "2/4/2020 10:26:00 AM"
}

...

Data Element

Description

Required

Query String

id

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.

Tip

X

Body

domain

The SDOH Domain associated with the intervention. This is a code based on the gravity project. The following are valid values:

  • Food Insecurity

Tip

X

interventionType

The type of intervention. This is a code based on the gravity project. The following are examples:

  • Provision

The complete list can be found here Intervention Types and Descriptions

 

Tip

X

intervention

The intervention that was provided to the patient. The following is a example:

  • Provision of food

The complete list can be found here Intervention Types and Descriptions

Tip

X

notes

Pass any notes that need to be communicated back to the CIE hub or the referring entity.

 

dateTimeofIntervention

The date and time of the intervention. The valid format accepted is

MM/DD/YYYY HH:MM:SS [AM/PM]

 

agencyNameorganizationName

The name of the agency that is providing the service for the referral.

...