Expand description
Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents.
If you’re using the service, you’re probably looking for ComprehendMedicalClient and ComprehendMedical.
Structs§
- Attribute
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken. It contains information about the attribute such as id, begin and end offset within the input text, and the segment of the input text.
- Comprehend
Medical Async JobFilter Provides information for filtering a list of detection jobs.
- Comprehend
Medical Async JobProperties Provides information about a detection job.
- Comprehend
Medical Client - A client for the ComprehendMedical API.
- Describe
Entities Detection V2Job Request - Describe
Entities Detection V2Job Response - DescribeIC
D10CM Inference JobRequest - DescribeIC
D10CM Inference JobResponse - DescribePHI
Detection JobRequest - DescribePHI
Detection JobResponse - Describe
RxNorm Inference JobRequest - Describe
RxNorm Inference JobResponse - Detect
Entities Request - Detect
Entities Response - Detect
Entities V2Request - Detect
Entities V2Response - DetectPHI
Request - DetectPHI
Response - Entity
Provides information about an extracted medical entity.
- ICD10CM
Attribute The detected attributes that relate to an entity. This includes an extracted segment of the text that is an attribute of an entity, or otherwise related to an entity. InferICD10CM detects the following attributes:
Direction,System, Organ or Site, andAcuity.- ICD10CM
Concept The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
- ICD10CM
Entity The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
- ICD10CM
Trait Contextual information for the entity. The traits recognized by InferICD10CM are
DIAGNOSIS,SIGN,SYMPTOM, andNEGATION.- InferIC
D10CM Request - InferIC
D10CM Response - Infer
RxNorm Request - Infer
RxNorm Response - Input
Data Config The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.
- List
Entities Detection V2Jobs Request - List
Entities Detection V2Jobs Response - ListIC
D10CM Inference Jobs Request - ListIC
D10CM Inference Jobs Response - ListPHI
Detection Jobs Request - ListPHI
Detection Jobs Response - List
RxNorm Inference Jobs Request - List
RxNorm Inference Jobs Response - Output
Data Config The output properties for a detection job.
- RxNorm
Attribute The extracted attributes that relate to this entity. The attributes recognized by InferRxNorm are
DOSAGE,DURATION,FORM,FREQUENCY,RATE,ROUTE_OR_MODE.- RxNorm
Concept The RxNorm concept that the entity could refer to, along with a score indicating the likelihood of the match.
- RxNorm
Entity The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
- RxNorm
Trait The contextual information for the entity. InferRxNorm recognizes the trait
NEGATION, which is any indication that the patient is not taking a medication.- Start
Entities Detection V2Job Request - Start
Entities Detection V2Job Response - StartIC
D10CM Inference JobRequest - StartIC
D10CM Inference JobResponse - StartPHI
Detection JobRequest - StartPHI
Detection JobResponse - Start
RxNorm Inference JobRequest - Start
RxNorm Inference JobResponse - Stop
Entities Detection V2Job Request - Stop
Entities Detection V2Job Response - StopIC
D10CM Inference JobRequest - StopIC
D10CM Inference JobResponse - StopPHI
Detection JobRequest - StopPHI
Detection JobResponse - Stop
RxNorm Inference JobRequest - Stop
RxNorm Inference JobResponse - Trait
Provides contextual information about the extracted entity.
- Unmapped
Attribute An attribute that we extracted, but were unable to relate to an entity.
Enums§
- Describe
Entities Detection V2Job Error - Errors returned by DescribeEntitiesDetectionV2Job
- DescribeIC
D10CM Inference JobError - Errors returned by DescribeICD10CMInferenceJob
- DescribePHI
Detection JobError - Errors returned by DescribePHIDetectionJob
- Describe
RxNorm Inference JobError - Errors returned by DescribeRxNormInferenceJob
- Detect
Entities Error - Errors returned by DetectEntities
- Detect
Entities V2Error - Errors returned by DetectEntitiesV2
- DetectPHI
Error - Errors returned by DetectPHI
- InferIC
D10CM Error - Errors returned by InferICD10CM
- Infer
RxNorm Error - Errors returned by InferRxNorm
- List
Entities Detection V2Jobs Error - Errors returned by ListEntitiesDetectionV2Jobs
- ListIC
D10CM Inference Jobs Error - Errors returned by ListICD10CMInferenceJobs
- ListPHI
Detection Jobs Error - Errors returned by ListPHIDetectionJobs
- List
RxNorm Inference Jobs Error - Errors returned by ListRxNormInferenceJobs
- Start
Entities Detection V2Job Error - Errors returned by StartEntitiesDetectionV2Job
- StartIC
D10CM Inference JobError - Errors returned by StartICD10CMInferenceJob
- StartPHI
Detection JobError - Errors returned by StartPHIDetectionJob
- Start
RxNorm Inference JobError - Errors returned by StartRxNormInferenceJob
- Stop
Entities Detection V2Job Error - Errors returned by StopEntitiesDetectionV2Job
- StopIC
D10CM Inference JobError - Errors returned by StopICD10CMInferenceJob
- StopPHI
Detection JobError - Errors returned by StopPHIDetectionJob
- Stop
RxNorm Inference JobError - Errors returned by StopRxNormInferenceJob
Traits§
- Comprehend
Medical - Trait representing the capabilities of the ComprehendMedical API. ComprehendMedical clients implement this trait.