Module Smaws_Client_ComprehendMedical

ComprehendMedical client library built on EIO.

Types

module Types : sig ... end

Builders

val make_trait : ?score:Types.float_ -> ?name:Types.attribute_name -> unit -> Types.trait
val make_attribute : ?traits:Types.trait_list -> ?category:Types.entity_type -> ?text:Types.string_ -> ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?id:Types.integer -> ?relationship_type:Types.relationship_type -> ?relationship_score:Types.float_ -> ?score:Types.float_ -> ?type_:Types.entity_sub_type -> unit -> Types.attribute
val make_unmapped_attribute : ?attribute:Types.attribute -> ?type_:Types.entity_type -> unit -> Types.unmapped_attribute
val make_stop_snomedct_inference_job_response : ?job_id:Types.job_id -> unit -> Types.stop_snomedct_inference_job_response
val make_stop_snomedct_inference_job_request : job_id:Types.job_id -> unit -> Types.stop_snomedct_inference_job_request
val make_stop_rx_norm_inference_job_response : ?job_id:Types.job_id -> unit -> Types.stop_rx_norm_inference_job_response
val make_stop_rx_norm_inference_job_request : job_id:Types.job_id -> unit -> Types.stop_rx_norm_inference_job_request
val make_stop_phi_detection_job_response : ?job_id:Types.job_id -> unit -> Types.stop_phi_detection_job_response
val make_stop_phi_detection_job_request : job_id:Types.job_id -> unit -> Types.stop_phi_detection_job_request
val make_stop_icd10cm_inference_job_response : ?job_id:Types.job_id -> unit -> Types.stop_icd10cm_inference_job_response
val make_stop_icd10cm_inference_job_request : job_id:Types.job_id -> unit -> Types.stop_icd10cm_inference_job_request
val make_stop_entities_detection_v2_job_response : ?job_id:Types.job_id -> unit -> Types.stop_entities_detection_v2_job_response
val make_stop_entities_detection_v2_job_request : job_id:Types.job_id -> unit -> Types.stop_entities_detection_v2_job_request
val make_start_snomedct_inference_job_response : ?job_id:Types.job_id -> unit -> Types.start_snomedct_inference_job_response
val make_input_data_config : ?s3_key:Types.s3_key -> s3_bucket:Types.s3_bucket -> unit -> Types.input_data_config
val make_output_data_config : ?s3_key:Types.s3_key -> s3_bucket:Types.s3_bucket -> unit -> Types.output_data_config
val make_start_snomedct_inference_job_request : ?kms_key:Types.kms_key -> ?client_request_token:Types.client_request_token_string -> ?job_name:Types.job_name -> language_code:Types.language_code -> data_access_role_arn:Types.iam_role_arn -> output_data_config:Types.output_data_config -> input_data_config:Types.input_data_config -> unit -> Types.start_snomedct_inference_job_request
val make_start_rx_norm_inference_job_response : ?job_id:Types.job_id -> unit -> Types.start_rx_norm_inference_job_response
val make_start_rx_norm_inference_job_request : ?kms_key:Types.kms_key -> ?client_request_token:Types.client_request_token_string -> ?job_name:Types.job_name -> language_code:Types.language_code -> data_access_role_arn:Types.iam_role_arn -> output_data_config:Types.output_data_config -> input_data_config:Types.input_data_config -> unit -> Types.start_rx_norm_inference_job_request
val make_start_phi_detection_job_response : ?job_id:Types.job_id -> unit -> Types.start_phi_detection_job_response
val make_start_phi_detection_job_request : ?kms_key:Types.kms_key -> ?client_request_token:Types.client_request_token_string -> ?job_name:Types.job_name -> language_code:Types.language_code -> data_access_role_arn:Types.iam_role_arn -> output_data_config:Types.output_data_config -> input_data_config:Types.input_data_config -> unit -> Types.start_phi_detection_job_request
val make_start_icd10cm_inference_job_response : ?job_id:Types.job_id -> unit -> Types.start_icd10cm_inference_job_response
val make_start_icd10cm_inference_job_request : ?kms_key:Types.kms_key -> ?client_request_token:Types.client_request_token_string -> ?job_name:Types.job_name -> language_code:Types.language_code -> data_access_role_arn:Types.iam_role_arn -> output_data_config:Types.output_data_config -> input_data_config:Types.input_data_config -> unit -> Types.start_icd10cm_inference_job_request
val make_start_entities_detection_v2_job_response : ?job_id:Types.job_id -> unit -> Types.start_entities_detection_v2_job_response
val make_start_entities_detection_v2_job_request : ?kms_key:Types.kms_key -> ?client_request_token:Types.client_request_token_string -> ?job_name:Types.job_name -> language_code:Types.language_code -> data_access_role_arn:Types.iam_role_arn -> output_data_config:Types.output_data_config -> input_data_config:Types.input_data_config -> unit -> Types.start_entities_detection_v2_job_request
val make_snomedct_trait : ?score:Types.float_ -> ?name:Types.snomedct_trait_name -> unit -> Types.snomedct_trait
val make_snomedct_concept : ?score:Types.float_ -> ?code:Types.string_ -> ?description:Types.string_ -> unit -> Types.snomedct_concept
val make_snomedct_attribute : ?snomedct_concepts:Types.snomedct_concept_list -> ?traits:Types.snomedct_trait_list -> ?text:Types.string_ -> ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?id:Types.integer -> ?relationship_type:Types.snomedct_relationship_type -> ?relationship_score:Types.float_ -> ?score:Types.float_ -> ?type_:Types.snomedct_attribute_type -> ?category:Types.snomedct_entity_category -> unit -> Types.snomedct_attribute
val make_snomedct_entity : ?snomedct_concepts:Types.snomedct_concept_list -> ?traits:Types.snomedct_trait_list -> ?attributes:Types.snomedct_attribute_list -> ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?score:Types.float_ -> ?type_:Types.snomedct_entity_type -> ?category:Types.snomedct_entity_category -> ?text:Types.ontology_linking_bounded_length_string -> ?id:Types.integer -> unit -> Types.snomedct_entity
val make_snomedct_details : ?version_date:Types.string_ -> ?language:Types.string_ -> ?edition:Types.string_ -> unit -> Types.snomedct_details
val make_rx_norm_trait : ?score:Types.float_ -> ?name:Types.rx_norm_trait_name -> unit -> Types.rx_norm_trait
val make_rx_norm_attribute : ?traits:Types.rx_norm_trait_list -> ?text:Types.string_ -> ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?id:Types.integer -> ?relationship_score:Types.float_ -> ?score:Types.float_ -> ?type_:Types.rx_norm_attribute_type -> unit -> Types.rx_norm_attribute
val make_rx_norm_concept : ?score:Types.float_ -> ?code:Types.string_ -> ?description:Types.string_ -> unit -> Types.rx_norm_concept
val make_rx_norm_entity : ?rx_norm_concepts:Types.rx_norm_concept_list -> ?traits:Types.rx_norm_trait_list -> ?attributes:Types.rx_norm_attribute_list -> ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?score:Types.float_ -> ?type_:Types.rx_norm_entity_type -> ?category:Types.rx_norm_entity_category -> ?text:Types.ontology_linking_bounded_length_string -> ?id:Types.integer -> unit -> Types.rx_norm_entity
val make_comprehend_medical_async_job_properties : ?model_version:Types.model_version -> ?kms_key:Types.kms_key -> ?manifest_file_path:Types.manifest_file_path -> ?data_access_role_arn:Types.iam_role_arn -> ?language_code:Types.language_code -> ?output_data_config:Types.output_data_config -> ?input_data_config:Types.input_data_config -> ?expiration_time:Types.timestamp -> ?end_time:Types.timestamp -> ?submit_time:Types.timestamp -> ?message:Types.any_length_string -> ?job_status:Types.job_status -> ?job_name:Types.job_name -> ?job_id:Types.job_id -> unit -> Types.comprehend_medical_async_job_properties
val make_list_snomedct_inference_jobs_response : ?next_token:Types.string_ -> ?comprehend_medical_async_job_properties_list: Types.comprehend_medical_async_job_properties_list -> unit -> Types.list_snomedct_inference_jobs_response
val make_comprehend_medical_async_job_filter : ?submit_time_after:Types.timestamp -> ?submit_time_before:Types.timestamp -> ?job_status:Types.job_status -> ?job_name:Types.job_name -> unit -> Types.comprehend_medical_async_job_filter
val make_list_snomedct_inference_jobs_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> ?filter:Types.comprehend_medical_async_job_filter -> unit -> Types.list_snomedct_inference_jobs_request
val make_list_rx_norm_inference_jobs_response : ?next_token:Types.string_ -> ?comprehend_medical_async_job_properties_list: Types.comprehend_medical_async_job_properties_list -> unit -> Types.list_rx_norm_inference_jobs_response
val make_list_rx_norm_inference_jobs_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> ?filter:Types.comprehend_medical_async_job_filter -> unit -> Types.list_rx_norm_inference_jobs_request
val make_list_phi_detection_jobs_response : ?next_token:Types.string_ -> ?comprehend_medical_async_job_properties_list: Types.comprehend_medical_async_job_properties_list -> unit -> Types.list_phi_detection_jobs_response
val make_list_phi_detection_jobs_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> ?filter:Types.comprehend_medical_async_job_filter -> unit -> Types.list_phi_detection_jobs_request
val make_list_icd10cm_inference_jobs_response : ?next_token:Types.string_ -> ?comprehend_medical_async_job_properties_list: Types.comprehend_medical_async_job_properties_list -> unit -> Types.list_icd10cm_inference_jobs_response
val make_list_icd10cm_inference_jobs_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> ?filter:Types.comprehend_medical_async_job_filter -> unit -> Types.list_icd10cm_inference_jobs_request
val make_list_entities_detection_v2_jobs_response : ?next_token:Types.string_ -> ?comprehend_medical_async_job_properties_list: Types.comprehend_medical_async_job_properties_list -> unit -> Types.list_entities_detection_v2_jobs_response
val make_list_entities_detection_v2_jobs_request : ?max_results:Types.max_results_integer -> ?next_token:Types.string_ -> ?filter:Types.comprehend_medical_async_job_filter -> unit -> Types.list_entities_detection_v2_jobs_request
val make_characters : ?original_text_characters:Types.integer -> unit -> Types.characters
val make_infer_snomedct_response : ?characters:Types.characters -> ?snomedct_details:Types.snomedct_details -> ?model_version:Types.string_ -> ?pagination_token:Types.string_ -> entities:Types.snomedct_entity_list -> unit -> Types.infer_snomedct_response
val make_infer_snomedct_request : text:Types.ontology_linking_bounded_length_string -> unit -> Types.infer_snomedct_request
val make_infer_rx_norm_response : ?model_version:Types.string_ -> ?pagination_token:Types.string_ -> entities:Types.rx_norm_entity_list -> unit -> Types.infer_rx_norm_response
val make_infer_rx_norm_request : text:Types.ontology_linking_bounded_length_string -> unit -> Types.infer_rx_norm_request
val make_icd10cm_trait : ?score:Types.float_ -> ?name:Types.icd10cm_trait_name -> unit -> Types.icd10cm_trait
val make_icd10cm_attribute : ?relationship_type:Types.icd10cm_relationship_type -> ?category:Types.icd10cm_entity_type -> ?traits:Types.icd10cm_trait_list -> ?text:Types.string_ -> ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?id:Types.integer -> ?relationship_score:Types.float_ -> ?score:Types.float_ -> ?type_:Types.icd10cm_attribute_type -> unit -> Types.icd10cm_attribute
val make_icd10cm_concept : ?score:Types.float_ -> ?code:Types.string_ -> ?description:Types.string_ -> unit -> Types.icd10cm_concept
val make_icd10cm_entity : ?icd10cm_concepts:Types.icd10cm_concept_list -> ?traits:Types.icd10cm_trait_list -> ?attributes:Types.icd10cm_attribute_list -> ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?score:Types.float_ -> ?type_:Types.icd10cm_entity_type -> ?category:Types.icd10cm_entity_category -> ?text:Types.ontology_linking_bounded_length_string -> ?id:Types.integer -> unit -> Types.icd10cm_entity
val make_infer_icd10cm_response : ?model_version:Types.string_ -> ?pagination_token:Types.string_ -> entities:Types.icd10cm_entity_list -> unit -> Types.infer_icd10cm_response
val make_infer_icd10cm_request : text:Types.ontology_linking_bounded_length_string -> unit -> Types.infer_icd10cm_request
val make_entity : ?attributes:Types.attribute_list -> ?traits:Types.trait_list -> ?type_:Types.entity_sub_type -> ?category:Types.entity_type -> ?text:Types.string_ -> ?score:Types.float_ -> ?end_offset:Types.integer -> ?begin_offset:Types.integer -> ?id:Types.integer -> unit -> Types.entity
val make_detect_phi_response : ?pagination_token:Types.string_ -> model_version:Types.string_ -> entities:Types.entity_list -> unit -> Types.detect_phi_response
val make_detect_phi_request : text:Types.bounded_length_string -> unit -> Types.detect_phi_request
val make_detect_entities_v2_response : ?pagination_token:Types.string_ -> ?unmapped_attributes:Types.unmapped_attribute_list -> model_version:Types.string_ -> entities:Types.entity_list -> unit -> Types.detect_entities_v2_response
val make_detect_entities_v2_request : text:Types.bounded_length_string -> unit -> Types.detect_entities_v2_request
val make_detect_entities_response : ?pagination_token:Types.string_ -> ?unmapped_attributes:Types.unmapped_attribute_list -> model_version:Types.string_ -> entities:Types.entity_list -> unit -> Types.detect_entities_response
val make_detect_entities_request : text:Types.bounded_length_string -> unit -> Types.detect_entities_request
val make_describe_snomedct_inference_job_response : ?comprehend_medical_async_job_properties: Types.comprehend_medical_async_job_properties -> unit -> Types.describe_snomedct_inference_job_response
val make_describe_snomedct_inference_job_request : job_id:Types.job_id -> unit -> Types.describe_snomedct_inference_job_request
val make_describe_rx_norm_inference_job_response : ?comprehend_medical_async_job_properties: Types.comprehend_medical_async_job_properties -> unit -> Types.describe_rx_norm_inference_job_response
val make_describe_rx_norm_inference_job_request : job_id:Types.job_id -> unit -> Types.describe_rx_norm_inference_job_request
val make_describe_phi_detection_job_response : ?comprehend_medical_async_job_properties: Types.comprehend_medical_async_job_properties -> unit -> Types.describe_phi_detection_job_response
val make_describe_phi_detection_job_request : job_id:Types.job_id -> unit -> Types.describe_phi_detection_job_request
val make_describe_icd10cm_inference_job_response : ?comprehend_medical_async_job_properties: Types.comprehend_medical_async_job_properties -> unit -> Types.describe_icd10cm_inference_job_response
val make_describe_icd10cm_inference_job_request : job_id:Types.job_id -> unit -> Types.describe_icd10cm_inference_job_request
val make_describe_entities_detection_v2_job_response : ?comprehend_medical_async_job_properties: Types.comprehend_medical_async_job_properties -> unit -> Types.describe_entities_detection_v2_job_response
val make_describe_entities_detection_v2_job_request : job_id:Types.job_id -> unit -> Types.describe_entities_detection_v2_job_request

Operations

module DescribeEntitiesDetectionV2Job : sig ... end

Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.

module DescribeICD10CMInferenceJob : sig ... end

Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.

module DescribePHIDetectionJob : sig ... end

Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.

module DescribeRxNormInferenceJob : sig ... end

Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.

module DescribeSNOMEDCTInferenceJob : sig ... end

Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.

module DetectEntities : sig ... end

The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead.

module DetectEntitiesV2 : sig ... end

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.

module DetectPHI : sig ... end

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.

module InferICD10CM : sig ... end

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.

module InferRxNorm : sig ... end

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.

module InferSNOMEDCT : sig ... end

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

module ListEntitiesDetectionV2Jobs : sig ... end

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

module ListICD10CMInferenceJobs : sig ... end

Gets a list of InferICD10CM jobs that you have submitted.

module ListPHIDetectionJobs : sig ... end

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

module ListRxNormInferenceJobs : sig ... end

Gets a list of InferRxNorm jobs that you have submitted.

module ListSNOMEDCTInferenceJobs : sig ... end

Gets a list of InferSNOMEDCT jobs a user has submitted.

module StartEntitiesDetectionV2Job : sig ... end

Starts an asynchronous medical entity detection job for a collection of documents. Use the DescribeEntitiesDetectionV2Job operation to track the status of a job.

module StartICD10CMInferenceJob : sig ... end

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.

module StartPHIDetectionJob : sig ... end

Starts an asynchronous job to detect protected health information (PHI). Use the DescribePHIDetectionJob operation to track the status of a job.

module StartRxNormInferenceJob : sig ... end

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.

module StartSNOMEDCTInferenceJob : sig ... end

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.

module StopEntitiesDetectionV2Job : sig ... end

Stops a medical entities detection job in progress.

module StopICD10CMInferenceJob : sig ... end

Stops an InferICD10CM inference job in progress.

module StopPHIDetectionJob : sig ... end

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

module StopRxNormInferenceJob : sig ... end

Stops an InferRxNorm inference job in progress.

module StopSNOMEDCTInferenceJob : sig ... end
module Json_serializers : sig ... end
module Json_deserializers : sig ... end