Module clinical

Source
Expand description

Patient clinical records management.

This module handles the creation, linking, and maintenance of per-patient clinical record repositories within the Versioned Patient Repository (VPR). Clinical data is stored in lines with OpenEHR Reference Model (RM) structures. The module initialises new records from validated clinical templates, enforces directory sharding for scalable storage, and ensures all operations are version-controlled through Git with optional cryptographic signing.

Structsยง

AttachmentMetadata
Metadata for a file attachment in a clinical letter.
ClinicalService
Service for managing clinical record operations.
Initialised
Marker type: clinical record exists.
LetterAttachment
Result of reading letter attachments.
ReadLetterResult
Result of reading an existing letter.
Uninitialised
Marker type: clinical record does not yet exist.