Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Comprehend Medical on HealthScribe output #27

Merged
merged 7 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Changelog

## April 22, 2024

- Tag S3 uploads with user ID
- Enable Comprehend Medical for HealthScribe insights output
- Enable pricing estimate for Comprehend Medical NERe

## April 1, 2024

- Refactor Amplify JS to v6
- Use HealthScribe SDK vs direct API calls
- Move density to settings context
- Use CloudScape design tokens

## March 18, 2024

- Add GitHub actions for TypeScipt check

## March 16, 2024

- Remove pre re:Invent 2023 output format

## March 10, 2024

- Update README with available regions

## March 8, 2024

- Set insight sort order
- Set content type on S3 upload

## February 23, 2024

- Show HealthScribe job duration

## February 14, 2024

- Reformat insight plan section to show headers

## November 20, 2023

- Update authentication logic
- Add popover for live recording

## November 14, 2023

- Add feature for live recording

## November 2, 2023

- Enable Comprehend Medical ontology linking for HealthScribe transcript output
- Use context for app settings, theme, auth, and notifications
- Update API json output format

## September 13, 2023

- Update silence calculation
- Add JSON viewer for HealthScribe output

## August 31, 2023

- Add audio generation with Amazon Polly

## August 23, 2023

- Initial release
1 change: 1 addition & 0 deletions amplify/backend/awscloudformation/override.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export function override(resources: AmplifyRootStackTemplate, amplifyProjectInfo
Resource: '*',
Action: [
'polly:SynthesizeSpeech',
'comprehendmedical:DetectEntitiesV2',
'comprehendmedical:InferICD10CM',
'comprehendmedical:InferRxNorm',
'comprehendmedical:InferSNOMEDCT',
Expand Down
4 changes: 2 additions & 2 deletions amplify/backend/custom/addBucketLogging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-amplify/cli-extensibility-helper": "^3.0.26",
"@aws-amplify/cli-extensibility-helper": "^3.0.28",
"constructs": "^10.3.0"
},
"devDependencies": {
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
Loading