id: Primary key for the object (string)
Token header(Object): contains the key ID and algorithm for the user's identity token, allowing them access into the patient portal
KID(String, child of Token header): The unique key ID of the user, which allows them access via AWS Cognito
alg (String, child of Token header): The cryptography used to make sure the token ID cannot be easily hacked.
Provider ID: Used for linking patients to primary care provider (string)
DOB: mm/dd/yyyy format, identifies provider's date of birth
SSN: Unique identifier given by SSA. NN-NN-NNNN (string)
ZIP: Five digit zip code (string)
NAME: First and Last name of the provider
PHONE: NNN-NNN-NNNN (String)
EMAIL: NNN@NNN.com (string)