Medical Protocol

Walk-state compression for patient records, DICOM metadata, and clinical observations.

Overview

Medical Protocol encodes patient records, DICOM metadata, and clinical observations into walk-state compressed form. Patient data becomes a compact, integrity-verified capsule — transmit securely, reconstruct completely. PHI fields are hashed; clinical content is fully reconstructable from the walk state.

Pipeline
StageDescription
ClassifyFields partitioned: Private (PHI) / Clinical / Meta
HashPHI fields one-way hashed (SHA-256); not included in capsule
EncodeClinical + meta fields walk-state compressed into capsule
SignIntegrity hash covers walk ID + full record payload
TransmitCapsule transmitted; walk ID serves as retrieval key
ReconstructDecode from capsule; PHI remains hashed unless externally matched
Privacy Model
Private (PHI)

Name, DOB, MRN, address, identifiers. One-way hashed. Cannot be reconstructed from capsule.

Clinical

Conditions, medications, allergies, vitals. Encoded in capsule and fully reconstructable from walk state.

Meta

Resource type, version, structural metadata. Transmitted in plaintext as capsule header.

Supported Formats