...
HTTP Status Code | Description | Response Example | ||
---|---|---|---|---|
200 | Successful Implementation of a transaction bundle.
|
| ||
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.
|
|
Example CURL for this API Call
...
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 @BUNDLE_FILE.json \
|