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)

FieldRust typeOptionalProtectedUI label
health_card_numberStringnoyesHealth card number
document_numberOption<String>yesyesDocument number
issuing_authorityOption<String>yesnoIssuing authority
expiry_dateOption<String>yesnoExpiry date
date_of_birthOption<String>yesnoDate of birth
last_nameOption<String>yesnoLast name
first_nameOption<String>yesnoFirst name
notesOption<String>yesnoNotes

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).