...
Info |
---|
Scope Needed For This API CIE Michigan Hub - cie-semi.hub/fhir-write
|
Rest URL
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 Information Exchange Hub Region URL
...
HTTP Status Code | Description | Response Example | ||
---|---|---|---|---|
200201 | Successful creation of a service request.
|
| ||
403 | Request is unauthorized and will not be processed. This will happen if the authorization header does not contain a valid client id and secret.
|
| ||
400 | Request is malformed and will not be processed.
|
|
...
The following is an example CURL for calling this api. Also note that there are sample Referral Id’s that are in the CIE Hub development environment that can be used for testing purposes
Code Block |
---|
curl -v --request POST 'https://fhir-dev.semi-cie.org/procedure/' --header 'x-api-key: aGZoczo4****2ZDk=' --header 'Content-Type: application/json' --header 'Authorization: bearer etty****iquerui' --data @PROCEDURE_FILE.json \ |
...
|