The database holds the keys. Some columns are harmless. Others can break you if exposed. Hitrust Certification calls them Sensitive Columns, and protecting them is not optional.
Sensitive Columns are fields that store protected health information (PHI) such as names, addresses, dates of birth, medical record numbers, or insurance IDs. Under Hitrust CSF, these columns must be identified, classified, and secured with strict controls. Failure to do so is a regulatory and compliance risk, with direct consequences for audits and security posture.
Hitrust Certification requires precision in handling Sensitive Columns. First, you must locate every instance of PHI in your database schemas. This means scanning for column names, data types, and patterns that could reveal patient data. Automated discovery tools can help, but manual verification is essential to avoid false negatives.
After discovery, classification is the next step. Each Sensitive Column should be labeled according to data sensitivity and regulatory requirement. High-impact fields — such as Social Security Numbers — require encryption at rest, access control, and audit logging that meets Hitrust CSF specifications. Moderate-impact fields may use masking or tokenization.