Variable: SAFE_HARBOR_CATEGORIES
constSAFE_HARBOR_CATEGORIES:object
The stable registry of the 18 Safe Harbor identifier categories. key === value so the set
survives an Object.values(...) snapshot into a stability tripwire. Renaming a category is a
breaking change - consumers branch on these in policies and manifests.
Type Declaration
ACCOUNT
readonlyACCOUNT:"ACCOUNT"="ACCOUNT"
(J) Account numbers.
BIOMETRIC
readonlyBIOMETRIC:"BIOMETRIC"="BIOMETRIC"
(P) Biometric identifiers, including finger and voice prints.
CERTIFICATE_LICENSE
readonlyCERTIFICATE_LICENSE:"CERTIFICATE_LICENSE"="CERTIFICATE_LICENSE"
(K) Certificate / license numbers.
DATES
readonlyDATES:"DATES"="DATES"
(C) All elements of dates (except year) directly related to the individual, and all ages > 89.
DEVICE
readonlyDEVICE:"DEVICE"="DEVICE"
(M) Device identifiers and serial numbers.
EMAIL
readonlyEMAIL:"EMAIL"="EMAIL"
(F) Email addresses.
FAX
readonlyFAX:"FAX"="FAX"
(E) Fax numbers.
FULL_FACE_PHOTO
readonlyFULL_FACE_PHOTO:"FULL_FACE_PHOTO"="FULL_FACE_PHOTO"
(Q) Full-face photographs and any comparable images.
GEOGRAPHIC
readonlyGEOGRAPHIC:"GEOGRAPHIC"="GEOGRAPHIC"
(B) All geographic subdivisions smaller than a state - street, city, county, precinct, ZIP, geocodes.
HEALTH_PLAN_BENEFICIARY
readonlyHEALTH_PLAN_BENEFICIARY:"HEALTH_PLAN_BENEFICIARY"="HEALTH_PLAN_BENEFICIARY"
(I) Health plan beneficiary numbers.
IP_ADDRESS
readonlyIP_ADDRESS:"IP_ADDRESS"="IP_ADDRESS"
(O) IP addresses.
MRN
readonlyMRN:"MRN"="MRN"
(H) Medical record numbers.
NAMES
readonlyNAMES:"NAMES"="NAMES"
(A) Names - patient, relatives, employers, household members.
OTHER_UNIQUE_ID
readonlyOTHER_UNIQUE_ID:"OTHER_UNIQUE_ID"="OTHER_UNIQUE_ID"
(R) Any other unique identifying number, characteristic, or code - the open-ended catch-all.
PHONE
readonlyPHONE:"PHONE"="PHONE"
(D) Telephone numbers.
SSN
readonlySSN:"SSN"="SSN"
(G) Social Security numbers.
URL
readonlyURL:"URL"="URL"
(N) Web URLs.
VEHICLE
readonlyVEHICLE:"VEHICLE"="VEHICLE"
(L) Vehicle identifiers and serial numbers, including license plates.
Example
import { SAFE_HARBOR_CATEGORIES } from "@cosyte/deid";
SAFE_HARBOR_CATEGORIES.MRN; // => "MRN"