Versions Compared

Key

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

...

Page Properties
idAPI_Specification

Link

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

Посилання на Apiary або Swagger

Resource

/api/patients/{{patient_id}}/procedures/{{procedure_id}}/context

Посилання на ресурс, наприклад: /api/persons/create

Scope

medical_event_context:read

Scope для доступу

Components

Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription

Microservices

Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC

Protocol type

Тип протоколу, який використовується запитом, наприклад: SOAP | REST

Request type

GET

Тип запиту API, наприклад: GET, POST, PATCH…

Sync/Async

Метод є синхронним чи асинхронним?

Public/Private/Internal

Потрібно зазначити тип методу за ступенем доступності

Logic

Service returns contexts (episode and origin_episode), procedure based on:

...

  • Get Procedure identifier from the URL

    • Check it exists in DB

      • Return 404 ('not_found') in case of error

    • Check Procedure belongs to patient

      • Return 404 ('not_found') in case of error

Processing

API paragraph not found

Response structure*

See on Apiary

...

Post-processing processes

API paragraph not found

HTTP status codes

Page Properties
idAPI_HTTP status codes

HTTP status code

Message

What caused the error

 200

 

 

...