Care Access achieves 86% cost reduction and 66% faster data processing with Amazon Bedrock prompt caching
Care Access processed hundreds of medical records daily for its health screening program, with each analysis requiring multiple separate prompts that each reprocessed substantial portions of the record content, driving high operational costs and slower processing times as participant volume scaled.
The initial LLM implementation required every separate analysis question to reprocess the full medical record content, and as participant volume grew, this approach led to significant daily operational costs.
Prompt caching in Amazon Bedrock achieved an 86% reduction in Bedrock costs and a 66% reduction in processing time per record, saving 4-8+ hours of processing time daily, while maintaining compliance standards and enabling continued program growth.
Show all 6 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Prompt caching in Amazon Bedrock achieved an 86% reduction in Bedrock costs and a 66% reduction in processing time per record, saving 4-8+ hours of processing time daily, while maintaining compliance standards and ena…
What tools did this team use?
Amazon Bedrock, Amazon S3, Amazon Athena, AWS Lake Formation, Amazon CloudWatch.
What results were reported?
Amazon Bedrock cost reduction: 86%; Amazon Bedrock cost decrease factor: 7x decrease; Processing time per record reduction: 66%; Processing speed improvement factor: 3x faster (source-reported, not independently verified).
What failed first in this deployment?
The initial LLM implementation required every separate analysis question to reprocess the full medical record content, and as participant volume grew, this approach led to significant daily operational costs.
How is this medical records processing AI workflow structured?
EHR retrieval from S3 → Prompt cache setup → LLM inference via Bedrock → Output storage and analytics → Clinical trial matching.