NurseView is a Python-based medical Intelligent Document Processing (IDP) pipeline designed specifically for healthcare interoperability.
NurseView ingests unstructured medical data sources—including scans, lab reports, prescriptions, and handwritten clinician notes—and transforms them into standardized, structured formats ready for Electronic Health Record (EHR) integration.
- AI Engine: Google Gemini Vision API for advanced document analysis, medical terminology extraction, and OCR
- Output Standards: FHIR R4 resources and HL7 v2.x messages
- Integration: Seamless EHR infrastructure integration
- 80% reduction in manual data entry tasks
- Minimized human errors in medical records
- Accelerated patient data availability for clinicians
- Install dependencies:
pip install -r requirements.txt-
Set your Gemini API key in
constants.py -
Run the application:
python pipeline.py- Access at
http://localhost:8080
- Clinical Notes
- Discharge Summaries
- Lab Reports
- Prescriptions
- Handwritten Clinician Notes