ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  • Transaction is designed to create resources in e-Health.
  • As for now with the help of transaction could be created all resources that are connected with medical events
  • All resources have the patient_id inside
  • All resources are saved to DB separately, but saved all together in the data storage, as the are signed with one DS
  • there is no rout to get or update transactions

Transaction validations

  1. Validate access_token
  2. Validate scope
  3. validate DS


Validations of:


Open questions:

  1. could performer/asserter be the user that is logged in to the system or another one?
  2. Could transaction consist of resources for different patient or not?
  3. Is there a limit for resources number in one transaction?
  • No labels