Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Properties of a REST API method document

Document type

Метод REST API

Document title

[DRAFT] REST API Get Specimen details [API-007-012-001-0495]

Guideline ID

GUI-0011

Author

@

Document version

1

Document status

DRAFT

Date of creation

ХХ.ХХ.ХХХХ (дата фінальної версії документа – RC або PROD)

Date of update

ХХ.ХХ.ХХХХ (дата зміни версії)

Method API ID

API-007-012-001-0495

Microservices (namespace)

ME

Component

Specimen

Component ID

COM-007-012

Link на API-специфікацію

https://ehealthmedicalevents975v12.docs.apiary.io/#reference/medical-events/specimen/get-specimen-details

Resource

{{host}}/api/patients/patient_id/specimens/{{id}}

Scope

specimen:read

Protocol type

REST

Request type

GET

Sync/Async

Sync

Public/Private

Public

Purpose

This WS allows to get a single Specimen by its identifier.

...

Input parameter

Mandatory

Type

Description

Example

1

patient_id

M

String

Unique patient identifier

7075e0e2-6b57-47fd-aff7-324806efa7e5

2

  id 

  String 

 Unique specimen identifier

 7075e0e2-6b57-47fd-aff7-324806efa7e5

Request structure

See on API-specification

...