Belgian MyCareNet eAttestation Profiles
1.0.0 - STU Belgium flag

Belgian MyCareNet eAttestation Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/eattestation/ and changes regularly. See the Directory of published versions

Guidance

Guidance

This guide uses the artefacts and guidance as they are defined in the official federal IG as published by eHealth Platform. Please take note when you are validating you also need that IG for the base federal profiles.

What is the eAttestation project?

The aim of the eAttest project is to digitalise the exchange of certificates of care given between the care provider and the insurance company (OA).

Two use cases are possible

  • The provider sends an electronic care certificate to the insurance company. 

  • The provider requests the cancellation of an electronic care certificate previously sent to the insurer.

The process for sending a Statement of Evidence of Care is as follows

  • The patient goes for a consultation with his health care provider.

  • After having identified the patient in his software (via the NISS), the care provider can consult the patient’s rights, such as: is third-party payment compulsory / authorised / prohibited for this patient? Is he in a medical home?

  • The provider charges the patient and draws up his electronic certificate of care which he sends to the insurance company electronically, signed and secured.

  • The insurance company will check the certificate of care given.

  • If the checks are correct, the insurance company sends an acknowledgement of receipt of the care-giving certificate to the care provider. If not, the insurance company sends a rejection message indicating the error encountered so that the provider can correct it.

  • The patient then receives a receipt with the amount they have paid and the number of the electronic care certificate returned by the insurance company as proof of receipt of the care certificate sent by the provider to the insurance company.

  • The insurance company will then carry out a full check of the electronic care certificate:

  • If it is ok, the insurance company pays the patient. 

  • If the insurance company cannot reimburse, it will send the patient a justified refusal of payment.

  • The patient can also view the status of his or her payments with the insurance company at any time in a secure manner.

The process for requesting the cancellation of a certificate of care given is as follows

  • If, after sending an electronic care certificate , the care provider becomes aware of an error that is exclusively the result of one of the situations that can lead to a cancellation request, the provider can then send a cancellation request to the insurance company

  • The insurance company will check the cancellation request.

  • If the checks are correct, the insurance company sends a confirmation of cancellation of the electronic care certificate. If not, the insurance company sends a rejection message indicating the error encountered so that the provider can correct it.

Package Usage using the FHIR Validator

The FHIR Validator is a Java jar that is provided as part of the specification, and that is used during the publication process to validate all the published examples.

Follow this link for the full description on the usage of this validator

As example: This is the command line to validate FHIR resources located in the folder "c:\temp\MCNExamples" and the output HTML file will be available in "c:\temp\validation.html".

Note: As no version is indicated, the validation will be done with the latest published MyCareNet Package.

java -jar validator_cli.jar [examples dir] -ig hl7.fhir.be.eattestation -html-output c:\temp\validation.html