THIS SPACE IS UNDER CONSTRUCTION

Used documentation

General information

In the figure below, we present a logical view about the relationship between the three basic services of the ehealth platform that are the WS Consent, the Therapeutic link WS, and the Therapeutic exclusion services. 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, Health Insurance Organization (HIO), Authorized organization in behalf of a HIO, Group of nurses
  • Citizen: a patient, a parent of a patient, a mandatary  

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. This does not mean that all documents with a medical date anterior to the signing date of the consent will automatically be made available

The API eHealth Consent provides five methods. It is noteworthy that in this use case only the Ge tPatient Consent method is used.



Basic flow

FlowSpecification






Use case ID

ATH-UC-16-BF

Use case name

Consult the consent of a patient using the GET /consents/{patientSsin} operation

Actors

  • Citizen

  • HC party

Short Description

This use case enables to consult the consent status of a given patient using the REST version of the WS Consent. 

Priority

1 (High)

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

Pre-Conditions

  • The user is already logged-in in the IAM connect 
  • SSIN of the concerned patient 

Post-Conditions

  • The SSIN of the concerned patient 
  • Information about the consent (consent status, the sign date)

Steps (basic flow)

1

The client sends a GET /consents/ {patientSsin} request 

2The IAM connect sends the request to the WS 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)


Frequency

  • Every time the user wants to consult the consent of a given patient
  • No labels