FeaturesEntry types
HealthID — Health Card
Health insurance or medical card.
Health Card type (HealthID, discriminant 12) — Identity category. Health insurance or medical card.
Classification
← Types index · Category: Identity · Discriminant: 12
Field schema (EntryData)
| Field | Rust type | Optional | Protected | UI label |
|---|---|---|---|---|
health_card_number | String | no | yes | Health card number |
document_number | Option<String> | yes | yes | Document number |
issuing_authority | Option<String> | yes | no | Issuing authority |
expiry_date | Option<String> | yes | no | Expiry date |
date_of_birth | Option<String> | yes | no | Date of birth |
last_name | Option<String> | yes | no | Last name |
first_name | Option<String> | yes | no | First name |
notes | Option<String> | yes | no | Notes |
Secrets
Protected fields (masked in UI, EntryType::is_protected_field): health_card_number, document_number.
Attachments
Attachments
Like all entry types, a HealthID entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.
In the app
Create a Health Card entry: vault → + → type HealthID → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).