Versions Compared

Key

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

...

Insert record to IL.declaration_request in status 'NEW'

Search MPI

Search patient in MPI using personal information

...

first_name

...

last_name

...

If found only one person - save mpi.person.id to il.declaration_request.

...

mpi_id

  • in case error (found 0 or more then one) set il.declaration_request.

...

  • if declaration_request has tax_id
    • search using tax_id + birth_date
  • if declaration_request doesn't have tax_id
    • search using first_name+last_name+birth_date
  • if patient age in declaration_request < 16
    • search using birth_certificate+birth_date

...

languagexml
titleSample request

...

  • mpi_id=null


Determine default auth method for new MPI

...