...
The following are the URLs for this API. Please note that base url for the region you are looking for can be found here Community of Information Exchange Hub Region URL
Environment | URL |
---|---|
Development | POST https://hub-dev.{cie-region}.org/v1/referrals/{id}/interventions |
UAT | POST https://hub-uat.{cie-region}.org/v1/referrals/{id}/interventions |
Production | POST https://hub.{cie-region}.org/v1/referrals/{id}/interventions |
...
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 /wiki/spaces/CDF/pages/1299283994 Intervention Types and Descriptions
|
| ||
| The intervention that was provided to the patient. The following is a example:
The complete list can be found here /wiki/spaces/CDF/pages/1299283994 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 MM/DD/YYYY HH:MM:SS [AM/PM] |
|
...