Request

New Modular backend module : insuree-code-management

this module will save the pregenerated insuree id and manage their status and linked data

Requirements:

Business process

This development will start as a backend only api with two enpoint

. getInsuranceCodesBatch

will send back json object with holder_type, holder_code and array of json object:

creationDate, batchID,number reserved, number assigned

. getInsuranceCodes

will send back json object with holder_type, holder_code, creationDate, batchID and array of json object:

Insurance code, status, json_ext

.generateInsuranceCodes

will send back json object with holder_type, holder_code, creationDate, batchID and array of json object:

Detailed design

Model

interface

service:

New Modular backend module : insuree-qrcode

(To be confirmed )this module will depend of the SOP for QrCode sharing with Printers

CHF makes orders to generate cards when they need: Manual trigger

Excel

Requirements:

Detailed design