View Source AWS.ComprehendMedical (aws-elixir v0.14.1)

Amazon Comprehend Medical extracts structured information from unstructured clinical text.

Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see Guidelines and quotas in the Amazon Comprehend Medical Developer Guide.

Summary

Functions

Gets the properties associated with a medical entities detection job.

Gets the properties associated with an InferICD10CM job.

Gets the properties associated with a protected health information (PHI) detection job.

Gets the properties associated with an InferRxNorm job.

Gets the properties associated with an InferSNOMEDCT job.

The DetectEntities operation is deprecated.

Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.

Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.

InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.

InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine.

InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology

Gets a list of medical entity detection jobs that you have submitted.

Gets a list of InferICD10CM jobs that you have submitted.

Gets a list of protected health information (PHI) detection jobs you have submitted.

Gets a list of InferRxNorm jobs that you have submitted.

Gets a list of InferSNOMEDCT jobs a user has submitted.

Starts an asynchronous medical entity detection job for a collection of documents.

Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.

Starts an asynchronous job to detect protected health information (PHI).

Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.

Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.

Stops a medical entities detection job in progress.

Stops an InferICD10CM inference job in progress.

Stops a protected health information (PHI) detection job in progress.

Stops an InferRxNorm inference job in progress.

Stops an InferSNOMEDCT inference job in progress.

Functions

Link to this function

describe_entities_detection_v2_job(client, input, options \\ [])

View Source

Gets the properties associated with a medical entities detection job.

Use this operation to get the status of a detection job.

Link to this function

describe_icd10_cm_inference_job(client, input, options \\ [])

View Source

Gets the properties associated with an InferICD10CM job.

Use this operation to get the status of an inference job.

Link to this function

describe_phi_detection_job(client, input, options \\ [])

View Source

Gets the properties associated with a protected health information (PHI) detection job.

Use this operation to get the status of a detection job.

Link to this function

describe_rx_norm_inference_job(client, input, options \\ [])

View Source

Gets the properties associated with an InferRxNorm job.

Use this operation to get the status of an inference job.

Link to this function

describe_s_n_o_m_e_d_c_t_inference_job(client, input, options \\ [])

View Source

Gets the properties associated with an InferSNOMEDCT job.

Use this operation to get the status of an inference job.

Link to this function

detect_entities(client, input, options \\ [])

View Source

The DetectEntities operation is deprecated.

You should use the DetectEntitiesV2 operation instead.

Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.

Link to this function

detect_entities_v2(client, input, options \\ [])

View Source

Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.

Amazon Comprehend Medical only detects medical entities in English language texts.

The DetectEntitiesV2 operation replaces the DetectEntities operation. This new action uses a different model for determining the entities in your medical text and changes the way that some entities are returned in the output. You should use the DetectEntitiesV2 operation in all new applications.

The DetectEntitiesV2 operation returns the Acuity and Direction entities as attributes instead of types.

Link to this function

detect_phi(client, input, options \\ [])

View Source

Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.

Amazon Comprehend Medical only detects entities in English language texts.

Link to this function

infer_icd10_cm(client, input, options \\ [])

View Source

InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.

Amazon Comprehend Medical only detects medical entities in English language texts.

Link to this function

infer_rx_norm(client, input, options \\ [])

View Source

InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine.

Amazon Comprehend Medical only detects medical entities in English language texts.

Link to this function

infer_s_n_o_m_e_d_c_t(client, input, options \\ [])

View Source

InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology

Link to this function

list_entities_detection_v2_jobs(client, input, options \\ [])

View Source

Gets a list of medical entity detection jobs that you have submitted.

Link to this function

list_icd10_cm_inference_jobs(client, input, options \\ [])

View Source

Gets a list of InferICD10CM jobs that you have submitted.

Link to this function

list_phi_detection_jobs(client, input, options \\ [])

View Source

Gets a list of protected health information (PHI) detection jobs you have submitted.

Link to this function

list_rx_norm_inference_jobs(client, input, options \\ [])

View Source

Gets a list of InferRxNorm jobs that you have submitted.

Link to this function

list_s_n_o_m_e_d_c_t_inference_jobs(client, input, options \\ [])

View Source

Gets a list of InferSNOMEDCT jobs a user has submitted.

Link to this function

start_entities_detection_v2_job(client, input, options \\ [])

View Source

Starts an asynchronous medical entity detection job for a collection of documents.

Use the DescribeEntitiesDetectionV2Job operation to track the status of a job.

Link to this function

start_icd10_cm_inference_job(client, input, options \\ [])

View Source

Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.

Use the DescribeICD10CMInferenceJob operation to track the status of a job.

Link to this function

start_phi_detection_job(client, input, options \\ [])

View Source

Starts an asynchronous job to detect protected health information (PHI).

Use the DescribePHIDetectionJob operation to track the status of a job.

Link to this function

start_rx_norm_inference_job(client, input, options \\ [])

View Source

Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.

Use the DescribeRxNormInferenceJob operation to track the status of a job.

Link to this function

start_s_n_o_m_e_d_c_t_inference_job(client, input, options \\ [])

View Source

Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.

Use the DescribeSNOMEDCTInferenceJob operation to track the status of a job.

Link to this function

stop_entities_detection_v2_job(client, input, options \\ [])

View Source

Stops a medical entities detection job in progress.

Link to this function

stop_icd10_cm_inference_job(client, input, options \\ [])

View Source

Stops an InferICD10CM inference job in progress.

Link to this function

stop_phi_detection_job(client, input, options \\ [])

View Source

Stops a protected health information (PHI) detection job in progress.

Link to this function

stop_rx_norm_inference_job(client, input, options \\ [])

View Source

Stops an InferRxNorm inference job in progress.

Link to this function

stop_s_n_o_m_e_d_c_t_inference_job(client, input, options \\ [])

View Source

Stops an InferSNOMEDCT inference job in progress.