hsa-app/config.json

32 lines
1 KiB
JSON
Raw Permalink Normal View History

{
"persons": [
{ "last": "Tremblay", "first": "Jean-Michel", "middle": "" },
{ "last": "Nguyen", "first": "Lynna", "middle": "" },
{ "last": "Tremblay", "first": "Jude", "middle": "" },
{ "last": "Tremblay", "first": "Alex", "middle": "" },
{ "last": "Tremblay", "first": "Evan", "middle": "" }
],
"categories": [
{
"name": "Medical",
"examples": ["doctor", "clinic", "hospital", "urgent care", "lab work", "copay", "physician"]
},
{
"name": "Dental",
"examples": ["dentist", "orthodontist", "cleaning", "filling", "crown", "braces"]
},
{
"name": "Vision",
"examples": ["optometrist", "eye exam", "glasses", "contact lenses", "frames"]
},
{
"name": "Pharmacy",
"examples": ["CVS", "Walgreens", "Rite Aid", "Rockville Pharmacy", "prescription", "Rx", "pharmacy copay"]
},
{
"name": "Other",
"examples": ["anything HSA-eligible that does not fit the buckets above"]
}
]
}