Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel3

...

Request to process the request using a token in the headers

Headers

Наприклад:

  • Content-Type:application/json

  • Authorization:Bearer mF_9.B5f-4.1JqM

  • api-key:aFBLVTZ6Z2dON1V

...

Page Properties

HTTP status code

Message

What caused the error

 201

use payload from response

 sync

 202

use Get job details to get processing result. Response payload will be returned in the job details

 async: default method

401

Invalid access token

  • validation fails

  • token is expired

403

  • Your scope does not allow to access this resource. Missing allowances: care_plan:write

  • Access denied

  • invalid scope(s)

  • employee has no Approval on write

404

not found

The submitted activity is not related to the Patient Care Plan

409

  • client_id refers to legal entity that is not active

  • client_id refers to legal entity with type that is not allowed to create medical events transactions

  • Invalid activity status

  • Unable to cancel activity with new Medication Request requests

  • Unable to cancel activity with active Medication requests

  • Unable to cancel activity with Service requests in status <status value> and program processing status is NULL or not completed

Validation error

422

  • Value is not allowed in enum

  • Signed content doesn't match with previously created activity

Validation error

...