Adds the following fields:
- Hospital Affiliation (`hospital_affiliation`, a multi-line free-text field)
- Informed Consent (ICATH) Provider (`is_icath`, a flag)
- WPATH Provider (`is_wpath`, a flag)
- ADA/Wheelchair Accessible (`wheelchair_accessible`, a flag)
- Sliding Scale (`sliding_scale`, a flag)
The new flag fields (as well as the existing `visible` field) are now coerced appropriately with a `convert_boolean` method.
We now have a single `normalize_record` method that normalizes categories/populations and performs coercion of all boolean fields.
All normalization and validation functions are now backed by a suite of unit tests in `rad_record_tests.py`.