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 {{access_token}}
API-key:{{mis_client_secret}}

...

  • Validate field type is codeable concept

  • Check that codeable concept refers to the eHealth/care_plan_activity_complete_reasons dictionary

  • Validate value within dictionary specified above

    • in case of error - return 422 ('value is not allowed in enum')

Validate related entities

...

  • Validate field type is array of codeable concepts

  • Validate each value in array:

    • it refers to the eHealth/care_plan_activity_outcomes dictionary

    • value within dictionary

      • in case of error - return 422 ('value is not allowed in enum')

Processing

Service logic

  1. Update activity status to completed (update also updated_at, updated_by)

  2. Set outcome_codeable_concept

...

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

  • Legal entity must be 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

Validation error