Clover Health, an insurance startup trying to use data to keep customers healthy
1–10 of 32 posts
Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#2Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#3Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#4Our Tech blog has some more in-depth dives into what we do and how: https://technology.cloverhealth.com/
I was hoping there would be insights or code on the "inputs/outcomes" seen on the title
I'm doing http://outcomereference.com/ so i'm esp. interested in this
Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#5Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#6So it sounds like the company's biz model is to send nurses out in the field to get senior citizens to enroll in Medicare, check up on them and collect data, and sell them healthy lifestyle products (gym memberships, cooking classes, etc.). As a 23 year old I'm not sure if this is any different than what big insurance co's do for their Medicare enrollees.
The actual tech part seems to be the web portal/CMS (Django) and the storage and management of this tangential customer data that is generated with each visit:
Clover uses Python for all of our backend coding so using a pipeline orchestration tool that is itself written in Python is valuable for us. Airflow meets that requirement and it’s the tool we’ve chosen to manage all of our pipelines.
Here's the actual coverage sheet if you want to compare with your/your parent's plans: https://cdn.cloverhealth.com/filer_public/c4/a8/c4a894d0-000...
Deductibles (excluding prescription drugs) are $6,700 annually. Someone maxing out prescription charges would spend an additional $5,000 per year. I'm not sure how that compares to a traditional provider.
Tangentially: I think we've almost stretched the definition of the word "startup" into oblivion at this point. It doesn't mean anything to me anymore.
Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#7from my experience, a lot of it depends on having the right family, and perhaps community, support structure in place.
Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#8I'm a fairly healthy person (at least right now), and I'm not sure how I feel about it.
Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#9Re: Clover Health, an insurance startup trying to use data to keep customers healthy
#10Uncle Sam pays Clover a monthly fee for each Medicare Advantage customer the startup enrolls. The amount varies depending on where the person lives, but it averages $850 before adjusting for chronic conditions or healthy habits, the Medicare Rights Center says. Clover uses the money to pay members’ bills and generates almost all its revenue from whatever is left over after reimbursing doctors, hospitals, labs, pharma…
As a 23 year old I'm not sure if this is any different than what big insurance co's do for their Medicare enrollees.
The difference is most insurers would say something like "OK, out of X thousand Medicare-age people, Y of them will have this expensive health problem over the next year, are we profitable when that happens?". We say "OK, how can we identify the people most at risk of that and use preventive care to head it off?" So while most insurers just take the statistics as a given and budget for it, we're trying to change the statistics.
storage and management of this tangential customer data
I think you vastly underestimate how much low-hanging fruit there is in this field, and how difficult getting and maintaining good data (so you can find the things you can do) really is :)