Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CSI-847, уточнено display_value замість display value

...

Запит

Посилання на сторінку документації

Опис по змінах в документації

1

Jira Legacy
serverSystem JIRA
serverIdd9171809-9c5e-36f7-ab17-a56a875b6d19
keyCSI-302

/wiki/spaces/CSI/pages/16948199450

Validate request(new rules)

  1. for capitation and reimbursement contract requests:

    1. if $contract_number and $end_date is passed in request:

      1. the year of $end_date must be greater or equal then the $start_date

        1. in case of error return 422 ('The year of end_date should be one year greater or equal to start_date')

      2. the $end_date should be equal or greater than today and less than or equal to three month from $end_date the previous contract

        1. in case of error return 422 ('The end_date may be equal or greater than today and less than or equal to three month from end_date the previous contract')

    2. if $contract_number w/o $end_date is passed in request:

      1. $end_date is taken from the previous contract.

2

Jira Legacy
serverSystem JIRA
serverIdd9171809-9c5e-36f7-ab17-a56a875b6d19
keyCSI-847

Submit EDP,
Submit DR ,
Create Episode ,
Create Procedure

Medical Events API

added: For all PATCH / POST methods, the display_value fields are filled in automatically by the System and can be seen later by the user on GET requests.

Submit EDP

https://ehealthmedicaleventsapi.docs.apiary.io/#reference/medical-events/encounter-data-package/submit-encounter-package

the display_value field is excluded from the description

Submit DR

https://ehealthmedicaleventsapi.docs.apiary.io/#reference/medical-events/diagnostic-report-data-package/submit-diagnostic-report-package

the display_value field is excluded from the description

Create Episode

https://ehealthmedicaleventsapi.docs.apiary.io/#reference/medical-events/episode-of-care/create-episode

the display_value field is excluded from the description

Create Procedure

https://ehealthmedicaleventsapi.docs.apiary.io/#reference/medical-events/procedures/create-procedure

the display_value field is excluded from the description

Create CP Activity,
Create Care Plan

Care plan technical requirements

added: For all PATCH / POST methods, the display_value fields are not supported

Create CP Activity

https://ehealthmedicaleventsapi.docs.apiary.io/#reference/care-plan/create-care-plan-activity/create-care-plan-activity

the display_value field is excluded from the description

Create Care Plan

https://ehealthmedicaleventsapi.docs.apiary.io/#reference/care-plan/create-care-plan/create-care-plan

the display_value field is excluded from the description

Create Approval

added: розділ з описом по формуванню полів display_value https://e-health-ua.atlassian.net/wiki/spaces/EH/pages/583403141/Create+approval#Request-Processing

https://ehealthmedicaleventsapi.docs.apiary.io/#reference/approvals/get-approvals/create-approval

the display_value field is excluded from the description

3

Jira Legacy
serverSystem JIRA
serverIdd9171809-9c5e-36f7-ab17-a56a875b6d19
keyCSI-846

Поле daily_amount мало структуру Quantity в БД, але повинно мати SimpleQuantity (без поля comparator)

...