Earlier quoted context omitted.
Can you entire results directly? I thought another app had to enter the data for you.
I have my Apple Health app synced with my health provider (Kaiser). Test results auto-sync as Kaiser updates it.
Ask HN: Is there a webapp to input/store your blood test results?
51–60 of 62 posts
Re: Ask HN: Is there a webapp to input/store your blood test results?
#52Earlier quoted context omitted.
Can you entire results directly? I thought another app had to enter the data for you.
Yes, you can directly enter the results. Go to Health->Browse->Vitals->Blood Pressure and hit "Add Data".
Re: Ask HN: Is there a webapp to input/store your blood test results?
#53We work with diagnostic laboratories in the Philippines. Besides blood tests, we let users input results for clinical chemistry tests, x-rays, and more. We're also able to pull results straight out from hematology analyzers and other diagnostic equipment.
We also provide delta checking (comparison of your current vs past results), reference range checks, and unit conversion. We don't offer insights, but it is something we can build with a large enough dataset.
Hit me up if you're interested!
Re: Ask HN: Is there a webapp to input/store your blood test results?
#54Earlier quoted context omitted.
What's an EMR? Where is it stored?
EMR = Electronic Medical Records a.k.a your hospitals computer system. Mere is a PWA stores all of your records in localStorage in your browser, data is not stored on any server.
Re: Ask HN: Is there a webapp to input/store your blood test results?
#55Re: Ask HN: Is there a webapp to input/store your blood test results?
#56Fasten Health [1] is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics. It's designed to automatically pull your medical records from your EMR -- but users can also enter their conditions, medications and procedures manually. We have plans to allow users to manually enter their lab results [2], however that feature h…
This is probably specific to the US? It would be nice for the Readme to clarify that aspect.
However, we'll make sure to update the README to make it clearer that international providers are not supported yet.
Re: Ask HN: Is there a webapp to input/store your blood test results?
#57Fasten Health [1] is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics. It's designed to automatically pull your medical records from your EMR -- but users can also enter their conditions, medications and procedures manually. We have plans to allow users to manually enter their lab results [2], however that feature h…
Awesome project. Was poking around to see how the sources are generated, but it seems like the repo doesn't exist (or was made private)? https://github.com/fastenhealth/fasten-sources-gen
- Epic: https://open.epic.com/MyApps/Endpoints - Cerner: https://github.com/cerner/ignite-endpoints
It will be open sourced (eventually) -- once I've cleaned up some test credentials that were inadvertently committed to the repo.
Hope that answers your question?
Re: Ask HN: Is there a webapp to input/store your blood test results?
#58If you're looking for a well-integrated web app product that isn't something you can run locally on your computer, Picnic Health [1] is really good at this. They import all your medical records from the providers who use electronic health record systems with APIs and collect your medical records from the providers that don't use those systems or aren't as technologically savvy. They digitize everything and put it in…
While a good looking service, it seems pretty expensive unless you’re willing to donate your data to research?
It's free if you have one the conditions they're looking for or they accept you to be part of a research group
Re: Ask HN: Is there a webapp to input/store your blood test results?
#59If you're looking for a well-integrated web app product that isn't something you can run locally on your computer, Picnic Health [1] is really good at this. They import all your medical records from the providers who use electronic health record systems with APIs and collect your medical records from the providers that don't use those systems or aren't as technologically savvy. They digitize everything and put it in…
I’ve had so many doctors over the years and have lived in many different states. Does Picnic Health find my records even if I can’t recall my doctor’s names or do I have to tell them every office they need to contact? I’m not sure if doctors report patient records to some central authority, which would obviously make this work much easier.
However, I was surprised when I used it last. They were able to find doctors that I didn't report. Turns out a lot of doctors are part of networks in geographical areas that allow sharing of medical records. They might've also used my insurance provider. If you see doctors with insurance, the insurance company will also have a record.
I don't think doctors are required to report patient records to a central authority. The government is able to access medical records without a warrant though. They might have a centralized way of knowing which doctors a person has visited.
Re: Ask HN: Is there a webapp to input/store your blood test results?
#60Earlier quoted context omitted.
EMR = Electronic Medical Records a.k.a your hospitals computer system. Mere is a PWA stores all of your records in localStorage in your browser, data is not stored on any server.
If this is localStorage then it is hardly persistent. A cleanup of the browser will zing all the data without a warning.
The goal is to be able to back up and restore encrypted blobs to external storage (s3, Dropbox, etc) to mitigate this and enable sync across devices, but this isn’t implemented yet.