Retrieve details from a Quebec Health Insurance Card
Retrieve details from a Quebec Health Insurance Card.
Application
- Intelligent Document Processing
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| Document | PNG, JPEG, TIFF, or PDF document file | File | No | |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| Insurance card number | Numero d'assurance maladie on the insurance card | Text(Short) | Yes | 1234567890 |
| Full name at birth | Prenom et nom a la naissance on the insurance card | Text(Short) | Yes | John Doe |
| Spouse name and sequential number | Nom de l'epoux et/ou no sequentiel on the insurance card | Text(Short) | Yes | Jane Doe 2 |
| Date of birth | Naissance on the insurance card | Date | Yes | 1990-01-01 |
| Gender | Sexe on the insurance card | Text(Short) | Yes | Male |
| Expiration date | Expiration on the insurance card | Date | Yes | 2024-12-31 |
| Document data extracted | A JSON object of the extract data for the document type selected | Text(Long) | Yes | |
| All text retrieved | All the text present in the document | Text(Long) | Yes | |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if details are extracted from the document |
| No Result | This status is selected in the event of the following scenarios:If nothing is returned for any of the output fields |
| Impossible to Complete | This status is selected in the event of the following scenarios:Document is not in in an accepted format |
Requirements