fastenhealth / fasten-onprem

Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics
GNU General Public License v3.0
1.6k stars 83 forks source link

Manually scan & parse documents/OCR #151

Open AnalogJ opened 1 year ago

AnalogJ commented 1 year ago

while I do plan to eventually support scanned/OCR'd PDF file importing, its pretty low on my list. There's just no standardization there, so it'll be almost impossible to import that data in a meaningful way.

we already have a bare-bones manual-entry form where you can enter conditions/procedures/medications (and add attachments).


nitantsoni commented 1 year ago

How do I use the JSON upload option for manually adding my labs? Is there a particular format that they need to be converted to?

AnalogJ commented 1 year ago

@nitantsoni

Fasten only supports FHIR Bundles in JSON format at the moment. I've attached a zip file containing a FHIR Bundle from Synthea that you can use for testing.

Abraham100_Heller342_262b819a-5193-404a-9787-b7f599358035.json.zip

If your lab results are stored as Observation's within a Bundle, Fasten should be able to parse them.

nitantsoni commented 1 year ago

Thanks!