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

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

Version 1 Next »

There are three options of the request payload

  1. $mpi_id
    1. Check existence of $person_id in MPI - service call
      1. if doesn't exist - return error
    2. call the Register New Declaration method
  2. $patient_data
    1. call MPI.Add MPI record method to get $mpi_id
    2. call the Register New Declaration method
  3. $mpi_id + $patient_data
    1. call MPI.Edit MPI record
    2. call the Register New Declaration method
  4. General verification: If $confident_person_id has passed, check existence of $confident_person_id in MPI - service call
    1. if doesn't exist - return error
  • No labels