Versions Compared

Key

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

Table of Contents

Used documentation

Cookbook/ materialsVersionLocation
eHealthConsent WS Cookbook1.9

https://www.ehealth.fgov.be/ehealthplatform/file/view/7cd655bc5f9ec7be387cfbc2d8710b5d?filename=cookbook_ehealthconsent_web_service.pdf

Jira ticket MHEH-12-

Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyMHEH-12

Jira ticket MHEH-13-
Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyMHEH-13
Jira ticket MHEH-18-
Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyMHEH-18
Jira ticket MHEH-20-

Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyMHEH-20

Jira ticket MHEH-26-

Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyMHEH-26

Jira ticket MHEH-31-

Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyMHEH-31

Jira ticket MHEH-32-
Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyMHEH-32
Identity & Authorization Management (I.AM) Token eXchange Technical specifications1.0https://www.ehealth.fgov.be/ehealthplatform/nl/data/file/view/83dd54fee269ec086696b0290d242907c6e9f994?name=IAM%20Connect%20Token%20eXchange%20-%20Tech%20Specs%20v1%20-%2004072018.pdfKMEHR-https://www.ehealth.fgov.be/standards/kmehr/en

General information

In the figure below, we present a logical view about the relation relationship between the three basic services of the ehealth platform that are the WS Consent, the Therapeutic link WS, and the Therapeutic exclusion services.

Image Removed

The following end users can declare or revoke a patient consent via the WS Consent :

...

A consent can be managed by different types of end-users:

  • Health Care (HC) parties: a physician, a pharmacy (it is noteworthy that there is no difference between pharmacy and a pharmacist), Hospital, Dentist, Nurse, Midwife

...

     - Management by Patient : Patient, Mandatary or Parent

...

  • , Health Insurance Organization (HIO), Authorized organization in behalf of a HIO, Group of nurses
  • Citizen: a patient, a parent of a patient, a mandatary  

Image Added

A consent may have two types. Indeed, it is called prospective when it is valuable for data posterior to the signing date (i.e. the date that should be taken into account is the ‘medical date’ of the transaction). It is referred to as retrospective in the opposite case.

The Consent service provides four methods (it is noteworthy that in this use case only the GetPatientConsent method is used):

  • The "PutPatientConsent" method allows an end-user to declare the patient consent (i.e. make a consent active)
  • The "RevokePatientConsent" method enables an end-user to revoke the patient consent (i.e. make a consent inactive)
  • The "GetPatientConsent" method allows an end-user to consult information about a consent and to check whether its status (i.e. active or inactive)
  • The "GetPatientConsentStatus" method is similar as the "GetPatientConsent" method with the status of the consent returned in the response message.


Basic flow

do a global logout in order to close the session in the IDPThe mobile application sends an openID connect authorization connects redirects message eHealth IDP in a browserExceptions (exception flows)
FlowSpecification









Image Added

Use case ID

ATH-UC-12-BF

Use case name

Consult the consent of a patient using the GetPatientConsent method

Actors

  • Citizen

  • Healthcare giver
  • Representative of an institution
  • HC party

Short Description

In order to

change a profile, the user should do a global logout and should authenticate him/herself a second time

consult the consent of a patient using the SOA-based version, it is important to use the Token exchange service in order to convert a JWT token into a SAML one (and vice versa). The aim of this use case is to check a consent status after its activation or revoke.

Priority

1 (High)

Must have: The system must implement this goal/ assumption to be accepted.

Pre-Conditions

  • The user has an active session in the IDP with an old profile is already logged in via the Token exchange service
  • Information about the request (request identifier, end-user identifier, date and time of the request)
  • SSIN of the concerned patient 
  • Type of the consent (optional)

Post-Conditions

  • Information about the response (response identifier, end-user identifier, data and time of the response, initial request)

  • An acknowledgement (status of the completion, errors if exist)
  • Information about the consent (SSIN of the patient, consent type, data of declaration, author of the declaration)The user has a new open session with the new profile 

Steps (basic flow)

0

The user has an open session in the IDP with the old profile 

1

The user

2

The user re-authenticates him/herself via the mobile application in order to change the profile

3tries to consult the consent and the client sends a getPatientConsent request to the IAM connect4

2The IAM connect routes the request to the 5The IDP detects that there is not an open session with the NISS and the name of the user

6

The IDP redirects the request to the CSAM in order to open a session 

7

The user selects the authentication way (i.e. itsme, eID, TOTP)

8The user is authenticated and CSAM returns a SAML assertion to the IDP regarding the user9The user selects a new profile and the IDP returns the selected profile to the IAM connect10The IAM connect creates an access token JWT with the new profile and returns it to the clent11The user is authenticated and accesses to the permitted services in the mobile application with respect to the new profileWS consent

3

The WS consent finds information about the consent of a patient 

4The WS consent sends a response to the IAM  

5

The IAM connect receives the response and sends it to the client

6The client receives information about the consent of the patient

Exceptions (exception flows)

  • Invalid or incorrect data:
    • Invalid transaction identifier.
    • Invalid request sender.
    • Invalid healthcare party identifier.
    • Invalid patient identifier (invalid SSIN, eID, SIS numbers).
    • Invalid consent type.

Frequency

  • Every time the user wants to change the profileconsult the consent of a given patient