feat: add medical summary use case with 100 generated visit notes#4
Open
feat: add medical summary use case with 100 generated visit notes#4
Conversation
Reorganize all evaluation framework files into a new framework/ directory structure to improve organization and separate framework components from other project files.
- Add comprehensive database schema with 15+ medical data tables - Include Docker Compose setup for PostgreSQL database - Add compressed sample CSV data (56MB compressed from 539MB original) - 1,164 patients with demographics - 61,460 medical encounters - 531,145 clinical observations - 711,239 claims transactions - Additional data for medications, procedures, providers, etc. - Implement automatic decompression during database initialization - Include data validation queries and documentation - Set up complete medical summary evaluation framework Data is stored compressed to respect GitHub file size limits while maintaining full functionality through transparent decompression.
b275f8d to
db521dc
Compare
- Generated realistic doctor visit notes based on database introspection - Covers diverse encounter types: wellness, ambulatory, emergency, inpatient - Includes patient demographics, diagnoses, medications, and procedures - Multiple visits for same patients showing continuity of care - 15 summaries contain medication prescriptions with proper dosing - Follows standard medical documentation format with proper sections
db521dc to
e4365fb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
framework/directoryChanges
framework/directory for better organizationuse-cases/medical-summary/with complete medical records database schemaTest plan
docker-compose up -d