
Answer-first summary for fast verification
Answer: Utilize Amazon Textract for text extraction and Amazon Comprehend Medical for automated PHI identification.
Option C is the correct answer. Amazon Textract is a service that automatically extracts text and data from scanned documents, which is ideal for handling PDF and JPEG reports. Amazon Comprehend Medical is specifically designed to identify medical information, including PHI, from text. This combination meets the requirement to identify PHI with the least operational overhead because it leverages AWS services specifically tailored for text extraction and medical data processing, thereby minimizing the need for custom code and manual intervention.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A hospital has implemented a RESTful API using Amazon API Gateway and AWS Lambda for uploading PDF and JPEG reports. They require a Lambda function update to detect protected health information (PHI) within these reports. What is the solution with minimal operational overhead for this requirement?
A
Leverage Python libraries for text extraction and PHI identification from the reports.
B
Employ Amazon Textract for text extraction, followed by Amazon SageMaker for PHI detection.
C
Utilize Amazon Textract for text extraction and Amazon Comprehend Medical for automated PHI identification.
D
Apply Amazon Rekognition for text extraction and Amazon Comprehend Medical for identifying PHI.
No comments yet.