PP-01-Registration-Example1

 

Use Case Step

Use Case: PostPartum and Infant Care, Step: Registration (provide link to UC when complete)

Preconditions

(list of conditions that MUST be met in order to be able to successfully execute this process)

  •  The government-accredited health worker has successfully logged into the MCTS government portal(Registration BB) and has the necessary authorization to complete the registration process of the mother and child into the postpartum care program.

  • Data sharing agreement between Registration BB and respective registries where information is queried from has been signed (contract) and respective REST API services in Information Mediator has been opened to Registration BB.

  • The mother and newborn have already been registered in a national identification system (ID BB).

  • The mother has her identity proof (card, QR code, ID number, etc) available together with the required credentials for the MCC that can be verified and authenticated with the national ID system.

Data inputs

  1. Name of the mother

  2. National ID number of the mother

  3. National ID number of the newborn

  4. Name of the newborn baby

  5. Place of birth (explain the rationale behind this field)

  6. Time of birth

  7. Location of birth

Actors

(the people, organizations, computer systems - hardware and software, and building blocks that participate in the activity)

Human: Government-accredited health worker, A woman who has delivered her first baby

System:

  • MCTS/ MCC application (Registration BB)

  • Digital Registries BB

  • Identity BB

  • Consent BB

  • Messaging BB

  • Information Mediator BB

  • National Population Registry (Digital Registries BB or Identity BB)

  • MCC Membership Registry (Digital Registries BB)

Normal Course (what happens if the event is triggered and the preconditions have been met)

The registration form screen for the MCC application provides a list of initial details required to proceed with the registration (eligibility verification, required documents, required fees).

Step 1: The health worker enters the required initial details, including, but not limited to the following:

  1. Mother’s and newborn baby’s National ID number

  2. Name of the newborn child

  3. Date of Birth

  4. Place of Birth (such as home, clinic, etc.)

  5. Time of Birth

  6. Location of Birth

  7. The health worker (MCC Application) suggests the Mother an option to retrieve additional data from the Population Registry and asks for a consent to do so.

Feature: Get Consent Agreement Scenario: MCC Application retrieves Consent Agreement for Mother Given an Agreement for MCC user registration exists in Consent BB And MCC Application has MCC application has Mother's <ID> and authentication token for the registration session When MCC application fetches a Consent Agreement for MCC user registration Then MCC application gets a valid Draft Consent Agreement associated with Mother's ID

Consent:

Get the agreement: /service/agreement/{agreementId}/

Get the related policy: /service/policy/{policyId}/

Get related purpose: /service/purpose/{purposeId}/

Get related agreement data: /service/agreement/{agreementId}/agreementdata/

 

Step 2: The health worker (via MCC Application) introduces to the Mother the Consent Agreement for fetching the relevant details from the Population registry for verification and appropriate use with the MCC and captures signature to the Consent Agreement from the Mother.

Feature: Sign Consent Record Background: Given MCC Application has the Draft Consent Agreement associated with Mother's ID And MCC application has Mother's <ID> and authentication token for the registration session And Mother has read the Draft Consent Agreement And Mother approves to sign the Draft Consent Agreement associated with Mother's ID Scenario: Sign Consent Record on Paper Given MCC application has captured the consent in a digital form (for example: scan of a paper form) When MCC sends digital Consent Record payload to Consent BB Then Consent BB digitally signs Consent Record And Consent BB confirms to MCC Application that Consent Record for Mother has been successfully signed Scenario: Sign Consent Record Digitally Given Mother has capability to sign Consent Record digitally When MCC sends the Draft Consent Agreement to Consent BB Then Consent BB creates a paired ConsentRecord and Signature object And Consent BB digitally signes Consent Record And Consent BB confirms to MCC Application that Consent Record for Mother has been successfully signed

Consent:

Provide links to relevant Consent APIs for this step

 

Step 3: The MCC application form submits the verified national ID number to the Population registry hosted in the IDBB/Digital Registries BB seeking relevant details of the mother, by invoking the API “Data read value” on the Govstack Digital Registries BB.

This scenario uses a set of features:

  • Verify Consent Record by Consent BB

  • Import data from a registry by Registry BB

Feature: Verify Consent Record MCC Application verifies if Mother has signed Consent Record to fetch the needed personal data from Population registry for MCC user registration Scenario: Retrieve valid Consent Record Given Mother has Signed Consent Record stored in Consent BB When MCC Application makes the request to population registry API to fetch Mother's personal data Then MCC Application makes prior request to Consent BB API to retrieve Mother's Signed Consent Record And Consent BB sends the signed Consent Record to MCC Application

Consent

Provide links to relevant Consent APIs

 

Registration

Provide links to Registration APIs, such as: /data/crs/2.9/read

 

In response, the Govstack IDBB/ Digital Registries BB is expected to return the following:

 

{
"receive": {
"content": {
"ID": "0409CC96-700A-4FB9-A22C-F56DC8A03BC1",
"Father": {
"Last names": "",
"First names": "",
"National ID": ""
},
"Gender": "Female",
"Mother": {
"Last names": "Riisikas",
"First names": "Usha",
"National ID": "47"
},
"Birthdate": "2022-11-01",
"Full name": "Sowmya Krishnamurti",
"Last names": "Krishnamurti",
"First names": "Sowmya",
"National ID": "53",
"Nationality": {
"key": "EST",
"value": "Estonia"
},
"Nationality key": "EST",
"Nationality value": "Estonia"
},
"created_at": "2022-11-18T07:37:34.678816Z",
"modified_at": "2022-11-18T07:38:00.239776Z",
"uuid": "6e5ea0ad-c990-40d9-be4b-d152f7ede16f"
}
}

Alternative Course

(links to other use cases in case there are different ways how to solve the same use case)

If the mother does not possess a national ID, the registration application needs to provide an alternate mechanism for the health worker to verify the details of the mother. GetIdentityProfile - elaborate

  1. If the consent record is previously created and available, the registration application should fetch the consent agreement by invoking the API: “serviceListIndividualRecord” on the Govstack Consent BB

“GET /dataconsumer/consent/”

Data output

The successful completion of the postpartum and infant care registration process will result in confirmation and issuance of a program-specific ID that can be used by the mother for future interactions with the program.

{
"receive": {
"content": {
"ID": "0409CC96-700A-4FB9-A22C-F56DC8A03BC1",
"Father": {
"Last names": "",
"First names": "",
"National ID": ""
},
"Gender": "Female",
"Mother": {
"Last names": "Riisikas",
"First names": "Usha",
"National ID": "47"
},
"Birthdate": "2022-11-01",
"Full name": "Sowmya Krishnamurti",
"Last names": "Krishnamurti",
"First names": "Sowmya",
"National ID": "53",
"Nationality": {
"key": "EST",
"value": "Estonia"
},
"Nationality key": "EST",
"Nationality value": "Estonia"
},
"created_at": "2022-11-18T07:37:34.678816Z",
"modified_at": "2022-11-18T07:38:00.239776Z",
"uuid": "6e5ea0ad-c990-40d9-be4b-d152f7ede16f"
}
}

Post-Conditions (the success criteria)

 The mother and child are registered in the mother and child care program registry.

Exceptions

(error situations)

  • A child can be only registered once in MCC. The system must prevent multiple registrations.

    • Provide details on exception code and message

    • Mitigation steps: Describe steps to be taken by the actors

  • If the mother is not registered in Population Registry, then it is not possible to register in MCC.

    • Provide details on exception code and message

    • Mitigation steps: Describe steps to be taken by the actors

  • If Identity BB or Consent BB is not available (service outage), then …..

    • Mitigation steps: Describe steps to be taken by the actors

  • If no internet, then the system is not available and information must be collected on paper forms or on offline data capturing devices.

    • Mitigation steps: Describe steps to be taken by the actors

  • If the child is not registered in Population Registry, then the system must enable integrated government service and the child's information must be collected during the same process and forwarded to the correct registration process (Identity BB API to register a new child and issue an ID number for the child).

    • Mitigation steps: Describe steps to be taken by the actors

Related BBs

(working groups related to this example implementation)

Identity BB

Consent BB

Registration BB

Digital Registries BB

Sequence Diagram