A physician transcription system using AWS HealthScribe to automate clinical documentation from patient-clinician conversations.
This application allows physicians to:
- Record patient-clinician conversations
- Process them through AWS HealthScribe to generate clinical documentation
- Edit and review the generated clinical notes
- Export the notes to electronic health record (EHR) systems
- Recording Interface: Capture patient-clinician conversations
- Transcription Processing: Utilize AWS HealthScribe for analysis and documentation
- Review Interface: View and edit generated notes
- EHR Integration: Export notes to electronic health record systems
- Frontend: React.js
- Authentication: AWS Cognito
- Storage: Amazon S3
- Processing: AWS HealthScribe, AWS Lambda
- Styling: Tailwind CSS
- Node.js 18.x or later
- AWS Account with appropriate permissions
- AWS CLI configured locally
-
Clone the repository
git clone https://github.com/your-org/healthscribe-mvp.git cd healthscribe-mvp -
Install dependencies
npm install
-
Configure AWS Amplify
Update the
src/aws-exports.jsfile with your AWS credentials and configuration. -
Run the development server
npm start
The application will be available at http://localhost:3000
This application is designed to be deployed using AWS Amplify. See the detailed deployment instructions in the project documentation.
This application is designed with HIPAA compliance in mind:
- All data is encrypted at rest and in transit
- Authentication is required for all user interactions
- Access controls limit information visibility
- Audit logging tracks all activities
This project is licensed under the MIT License - see the LICENSE file for details.
- AWS HealthScribe for transcription and clinical documentation
- AWS Amplify for frontend hosting and authentication