ComprehendMedicalClient
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.
Functions
Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.
Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.
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. Amazon Comprehend Medical only detects medical entities in English language texts.
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.
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.
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.
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. Use the DescribeEntitiesDetectionV2Job
operation to track the status of a job.
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.
Starts an asynchronous job to detect protected health information (PHI). Use the DescribePHIDetectionJob
operation to track the status of a job.
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.
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.
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.
Inherited functions
Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.
Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.
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. Amazon Comprehend Medical only detects medical entities in English language texts.
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.
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.
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.
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. Use the DescribeEntitiesDetectionV2Job
operation to track the status of a job.
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.
Starts an asynchronous job to detect protected health information (PHI). Use the DescribePHIDetectionJob
operation to track the status of a job.
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.
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.
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.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.