...
Info |
---|
Scope Needed For This API CIE SEMI 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
...
The following will be the response values from the calling of the API. The error responses will conform ]to the following specification. https://tools.ietf.org/html/rfc7807 . Please note that all responses will also include a instance value which will uniquely identify the specific request that was made. This ensures uniqueness even if the patient was referred to the CIE multiple times.
HTTP Status Code | DescriptionResponse Example | |||
---|---|---|---|---|
201 | 200 | Successful Implementation of a transaction bundle.
Code Block |
| |
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.
Code Block |
| ||
400 | Request is malformed and will not be processed.
|
|
Example CURL for this API Call
...
Code Block |
---|
curl -v --request POST 'https://fhir-dev.semi-cie.{baseCIEURL}.org/procedure/' --header 'x-api-key: aGZoczo4****2ZDk=' --header 'Content-Type: application/json' --header 'Authorization: bearer etty****iquerui' --data @BUNDLE_FILE.json \ |