'2.0', 'service' => '

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.

', 'operations' => [ 'DescribeEntitiesDetectionV2Job' => '

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

', 'DescribeICD10CMInferenceJob' => '

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

', 'DescribePHIDetectionJob' => '

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

', 'DescribeRxNormInferenceJob' => '

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

', 'DescribeSNOMEDCTInferenceJob' => '

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

', 'DetectEntities' => '

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.

', 'DetectEntitiesV2' => '

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.

', 'DetectPHI' => '

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' => '

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' => '

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' => '

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

', 'ListEntitiesDetectionV2Jobs' => '

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

', 'ListICD10CMInferenceJobs' => '

Gets a list of InferICD10CM jobs that you have submitted.

', 'ListPHIDetectionJobs' => '

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

', 'ListRxNormInferenceJobs' => '

Gets a list of InferRxNorm jobs that you have submitted.

', 'ListSNOMEDCTInferenceJobs' => '

Gets a list of InferSNOMEDCT jobs a user has submitted.

', 'StartEntitiesDetectionV2Job' => '

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

', 'StartICD10CMInferenceJob' => '

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.

', 'StartPHIDetectionJob' => '

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

', 'StartRxNormInferenceJob' => '

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.

', 'StartSNOMEDCTInferenceJob' => '

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.

', 'StopEntitiesDetectionV2Job' => '

Stops a medical entities detection job in progress.

', 'StopICD10CMInferenceJob' => '

Stops an InferICD10CM inference job in progress.

', 'StopPHIDetectionJob' => '

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

', 'StopRxNormInferenceJob' => '

Stops an InferRxNorm inference job in progress.

', 'StopSNOMEDCTInferenceJob' => '

Stops an InferSNOMEDCT inference job in progress.

', ], 'shapes' => [ 'AnyLengthString' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobProperties$Message' => '

A description of the status of a job.

', ], ], 'Attribute' => [ 'base' => '

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.

', 'refs' => [ 'AttributeList$member' => NULL, 'UnmappedAttribute$Attribute' => '

The specific attribute that has been extracted but not mapped to an entity.

', ], ], 'AttributeList' => [ 'base' => NULL, 'refs' => [ 'Entity$Attributes' => '

The extracted attributes that relate to this entity.

', ], ], 'AttributeName' => [ 'base' => NULL, 'refs' => [ 'Trait$Name' => '

Provides a name or contextual description about the trait.

', ], ], 'BoundedLengthString' => [ 'base' => NULL, 'refs' => [ 'DetectEntitiesRequest$Text' => '

A UTF-8 text string containing the clinical content being examined for entities.

', 'DetectEntitiesV2Request$Text' => '

A UTF-8 string containing the clinical content being examined for entities.

', 'DetectPHIRequest$Text' => '

A UTF-8 text string containing the clinical content being examined for PHI entities.

', ], ], 'Characters' => [ 'base' => '

The number of characters in the input text to be analyzed.

', 'refs' => [ 'InferSNOMEDCTResponse$Characters' => '

The number of characters in the input request documentation.

', ], ], 'ClientRequestTokenString' => [ 'base' => NULL, 'refs' => [ 'StartEntitiesDetectionV2JobRequest$ClientRequestToken' => '

A unique identifier for the request. If you don\'t set the client request token, Amazon Comprehend Medical generates one for you.

', 'StartICD10CMInferenceJobRequest$ClientRequestToken' => '

A unique identifier for the request. If you don\'t set the client request token, Amazon Comprehend Medical generates one.

', 'StartPHIDetectionJobRequest$ClientRequestToken' => '

A unique identifier for the request. If you don\'t set the client request token, Amazon Comprehend Medical generates one.

', 'StartRxNormInferenceJobRequest$ClientRequestToken' => '

A unique identifier for the request. If you don\'t set the client request token, Amazon Comprehend Medical generates one.

', 'StartSNOMEDCTInferenceJobRequest$ClientRequestToken' => '

A unique identifier for the request. If you don\'t set the client request token, Amazon Comprehend Medical generates one.

', ], ], 'ComprehendMedicalAsyncJobFilter' => [ 'base' => '

Provides information for filtering a list of detection jobs.

', 'refs' => [ 'ListEntitiesDetectionV2JobsRequest$Filter' => '

Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

', 'ListICD10CMInferenceJobsRequest$Filter' => '

Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

', 'ListPHIDetectionJobsRequest$Filter' => '

Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

', 'ListRxNormInferenceJobsRequest$Filter' => '

Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

', 'ListSNOMEDCTInferenceJobsRequest$Filter' => NULL, ], ], 'ComprehendMedicalAsyncJobProperties' => [ 'base' => '

Provides information about a detection job.

', 'refs' => [ 'ComprehendMedicalAsyncJobPropertiesList$member' => NULL, 'DescribeEntitiesDetectionV2JobResponse$ComprehendMedicalAsyncJobProperties' => '

An object that contains the properties associated with a detection job.

', 'DescribeICD10CMInferenceJobResponse$ComprehendMedicalAsyncJobProperties' => '

An object that contains the properties associated with a detection job.

', 'DescribePHIDetectionJobResponse$ComprehendMedicalAsyncJobProperties' => '

An object that contains the properties associated with a detection job.

', 'DescribeRxNormInferenceJobResponse$ComprehendMedicalAsyncJobProperties' => '

An object that contains the properties associated with a detection job.

', 'DescribeSNOMEDCTInferenceJobResponse$ComprehendMedicalAsyncJobProperties' => NULL, ], ], 'ComprehendMedicalAsyncJobPropertiesList' => [ 'base' => NULL, 'refs' => [ 'ListEntitiesDetectionV2JobsResponse$ComprehendMedicalAsyncJobPropertiesList' => '

A list containing the properties of each job returned.

', 'ListICD10CMInferenceJobsResponse$ComprehendMedicalAsyncJobPropertiesList' => '

A list containing the properties of each job that is returned.

', 'ListPHIDetectionJobsResponse$ComprehendMedicalAsyncJobPropertiesList' => '

A list containing the properties of each job returned.

', 'ListRxNormInferenceJobsResponse$ComprehendMedicalAsyncJobPropertiesList' => '

The maximum number of results to return in each page. The default is 100.

', 'ListSNOMEDCTInferenceJobsResponse$ComprehendMedicalAsyncJobPropertiesList' => '

A list containing the properties of each job that is returned.

', ], ], 'DescribeEntitiesDetectionV2JobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEntitiesDetectionV2JobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeICD10CMInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeICD10CMInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribePHIDetectionJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePHIDetectionJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRxNormInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRxNormInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSNOMEDCTInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSNOMEDCTInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DetectEntitiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetectEntitiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DetectEntitiesV2Request' => [ 'base' => NULL, 'refs' => [], ], 'DetectEntitiesV2Response' => [ 'base' => NULL, 'refs' => [], ], 'DetectPHIRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetectPHIResponse' => [ 'base' => NULL, 'refs' => [], ], 'Entity' => [ 'base' => '

Provides information about an extracted medical entity.

', 'refs' => [ 'EntityList$member' => NULL, ], ], 'EntityList' => [ 'base' => NULL, 'refs' => [ 'DetectEntitiesResponse$Entities' => '

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.

', 'DetectEntitiesV2Response$Entities' => '

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 in the detection and analysis. Attributes and traits of the entity are also returned.

', 'DetectPHIResponse$Entities' => '

The collection of PHI 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 its detection.

', ], ], 'EntitySubType' => [ 'base' => NULL, 'refs' => [ 'Attribute$Type' => '

The type of attribute.

', 'Entity$Type' => '

Describes the specific type of entity with category of entities.

', ], ], 'EntityType' => [ 'base' => NULL, 'refs' => [ 'Attribute$Category' => '

The category of attribute.

', 'Entity$Category' => '

The category of the entity.

', 'UnmappedAttribute$Type' => '

The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".

', ], ], 'Float' => [ 'base' => NULL, 'refs' => [ 'Attribute$Score' => '

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.

', 'Attribute$RelationshipScore' => '

The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.

', 'Entity$Score' => '

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.

', 'ICD10CMAttribute$Score' => '

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.

', 'ICD10CMAttribute$RelationshipScore' => '

The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.

', 'ICD10CMConcept$Score' => '

The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.

', 'ICD10CMEntity$Score' => '

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.

', 'ICD10CMTrait$Score' => '

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.

', 'RxNormAttribute$Score' => '

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.

', 'RxNormAttribute$RelationshipScore' => '

The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity.

', 'RxNormConcept$Score' => '

The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.

', 'RxNormEntity$Score' => '

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.

', 'RxNormTrait$Score' => '

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.

', 'SNOMEDCTAttribute$Score' => '

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.

', 'SNOMEDCTAttribute$RelationshipScore' => '

The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.

', 'SNOMEDCTConcept$Score' => '

The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.

', 'SNOMEDCTEntity$Score' => '

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.

', 'SNOMEDCTTrait$Score' => '

The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.

', 'Trait$Score' => '

The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.

', ], ], 'ICD10CMAttribute' => [ 'base' => '

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, and Acuity.

', 'refs' => [ 'ICD10CMAttributeList$member' => NULL, ], ], 'ICD10CMAttributeList' => [ 'base' => NULL, 'refs' => [ 'ICD10CMEntity$Attributes' => '

The detected attributes that relate to the entity. An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the nature of a medical condition.

', ], ], 'ICD10CMAttributeType' => [ 'base' => NULL, 'refs' => [ 'ICD10CMAttribute$Type' => '

The type of attribute. InferICD10CM detects entities of the type DX_NAME.

', ], ], 'ICD10CMConcept' => [ 'base' => '

The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.

', 'refs' => [ 'ICD10CMConceptList$member' => NULL, ], ], 'ICD10CMConceptList' => [ 'base' => NULL, 'refs' => [ 'ICD10CMEntity$ICD10CMConcepts' => '

The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.

', ], ], 'ICD10CMEntity' => [ 'base' => '

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.

', 'refs' => [ 'ICD10CMEntityList$member' => NULL, ], ], 'ICD10CMEntityCategory' => [ 'base' => NULL, 'refs' => [ 'ICD10CMEntity$Category' => '

The category of the entity. InferICD10CM detects entities in the MEDICAL_CONDITION category.

', ], ], 'ICD10CMEntityList' => [ 'base' => NULL, 'refs' => [ 'InferICD10CMResponse$Entities' => '

The medical conditions detected in the text linked to ICD-10-CM concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.

', ], ], 'ICD10CMEntityType' => [ 'base' => NULL, 'refs' => [ 'ICD10CMAttribute$Category' => '

The category of attribute. Can be either of DX_NAME or TIME_EXPRESSION.

', 'ICD10CMEntity$Type' => '

Describes the specific type of entity with category of entities. InferICD10CM detects entities of the type DX_NAME and TIME_EXPRESSION.

', ], ], 'ICD10CMRelationshipType' => [ 'base' => NULL, 'refs' => [ 'ICD10CMAttribute$RelationshipType' => '

The type of relationship between the entity and attribute. Type for the relationship can be either of OVERLAP or SYSTEM_ORGAN_SITE.

', ], ], 'ICD10CMTrait' => [ 'base' => '

Contextual information for the entity. The traits recognized by InferICD10CM are DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.

', 'refs' => [ 'ICD10CMTraitList$member' => NULL, ], ], 'ICD10CMTraitList' => [ 'base' => NULL, 'refs' => [ 'ICD10CMAttribute$Traits' => '

The contextual information for the attribute. The traits recognized by InferICD10CM are DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.

', 'ICD10CMEntity$Traits' => '

Provides Contextual information for the entity. The traits recognized by InferICD10CM are DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.

', ], ], 'ICD10CMTraitName' => [ 'base' => NULL, 'refs' => [ 'ICD10CMTrait$Name' => '

Provides a name or contextual description about the trait.

', ], ], 'IamRoleArn' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobProperties$DataAccessRoleArn' => '

The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.

', 'StartEntitiesDetectionV2JobRequest$DataAccessRoleArn' => '

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

', 'StartICD10CMInferenceJobRequest$DataAccessRoleArn' => '

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

', 'StartPHIDetectionJobRequest$DataAccessRoleArn' => '

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

', 'StartRxNormInferenceJobRequest$DataAccessRoleArn' => '

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

', 'StartSNOMEDCTInferenceJobRequest$DataAccessRoleArn' => '

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.

', ], ], 'InferICD10CMRequest' => [ 'base' => NULL, 'refs' => [], ], 'InferICD10CMResponse' => [ 'base' => NULL, 'refs' => [], ], 'InferRxNormRequest' => [ 'base' => NULL, 'refs' => [], ], 'InferRxNormResponse' => [ 'base' => NULL, 'refs' => [], ], 'InferSNOMEDCTRequest' => [ 'base' => NULL, 'refs' => [], ], 'InferSNOMEDCTResponse' => [ 'base' => NULL, 'refs' => [], ], 'InputDataConfig' => [ 'base' => '

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.

', 'refs' => [ 'ComprehendMedicalAsyncJobProperties$InputDataConfig' => '

The input data configuration that you supplied when you created the detection job.

', 'StartEntitiesDetectionV2JobRequest$InputDataConfig' => '

The input configuration that specifies the format and location of the input data for the job.

', 'StartICD10CMInferenceJobRequest$InputDataConfig' => '

Specifies the format and location of the input data for the job.

', 'StartPHIDetectionJobRequest$InputDataConfig' => '

Specifies the format and location of the input data for the job.

', 'StartRxNormInferenceJobRequest$InputDataConfig' => '

Specifies the format and location of the input data for the job.

', 'StartSNOMEDCTInferenceJobRequest$InputDataConfig' => NULL, ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'Attribute$Id' => '

The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

', 'Attribute$BeginOffset' => '

The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

', 'Attribute$EndOffset' => '

The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

', 'Characters$OriginalTextCharacters' => '

The number of characters present in the input text document as processed by Amazon Comprehend Medical.

', 'Entity$Id' => '

The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

', 'Entity$BeginOffset' => '

The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

', 'Entity$EndOffset' => '

The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

', 'ICD10CMAttribute$Id' => '

The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

', 'ICD10CMAttribute$BeginOffset' => '

The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

', 'ICD10CMAttribute$EndOffset' => '

The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

', 'ICD10CMEntity$Id' => '

The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

', 'ICD10CMEntity$BeginOffset' => '

The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

', 'ICD10CMEntity$EndOffset' => '

The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

', 'RxNormAttribute$Id' => '

The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

', 'RxNormAttribute$BeginOffset' => '

The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

', 'RxNormAttribute$EndOffset' => '

The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

', 'RxNormEntity$Id' => '

The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

', 'RxNormEntity$BeginOffset' => '

The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

', 'RxNormEntity$EndOffset' => '

The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

', 'SNOMEDCTAttribute$Id' => '

The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

', 'SNOMEDCTAttribute$BeginOffset' => '

The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

', 'SNOMEDCTAttribute$EndOffset' => '

The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

', 'SNOMEDCTEntity$Id' => '

The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

', 'SNOMEDCTEntity$BeginOffset' => '

The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

', 'SNOMEDCTEntity$EndOffset' => '

The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

', ], ], 'InternalServerException' => [ 'base' => '

An internal server error occurred. Retry your request.

', 'refs' => [], ], 'InvalidEncodingException' => [ 'base' => '

The input text was not in valid UTF-8 character encoding. Check your text then retry your request.

', 'refs' => [], ], 'InvalidRequestException' => [ 'base' => '

The request that you made is invalid. Check your request to determine why it\'s invalid and then retry the request.

', 'refs' => [], ], 'JobId' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobProperties$JobId' => '

The identifier assigned to the detection job.

', 'DescribeEntitiesDetectionV2JobRequest$JobId' => '

The identifier that Amazon Comprehend Medical generated for the job. The StartEntitiesDetectionV2Job operation returns this identifier in its response.

', 'DescribeICD10CMInferenceJobRequest$JobId' => '

The identifier that Amazon Comprehend Medical generated for the job. The StartICD10CMInferenceJob operation returns this identifier in its response.

', 'DescribePHIDetectionJobRequest$JobId' => '

The identifier that Amazon Comprehend Medical generated for the job. The StartPHIDetectionJob operation returns this identifier in its response.

', 'DescribeRxNormInferenceJobRequest$JobId' => '

The identifier that Amazon Comprehend Medical generated for the job. The StartRxNormInferenceJob operation returns this identifier in its response.

', 'DescribeSNOMEDCTInferenceJobRequest$JobId' => '

The identifier that Amazon Comprehend Medical generated for the job. The StartSNOMEDCTInferenceJob operation returns this identifier in its response.

', 'StartEntitiesDetectionV2JobResponse$JobId' => '

The identifier generated for the job. To get the status of a job, use this identifier with the DescribeEntitiesDetectionV2Job operation.

', 'StartICD10CMInferenceJobResponse$JobId' => '

The identifier generated for the job. To get the status of a job, use this identifier with the StartICD10CMInferenceJob operation.

', 'StartPHIDetectionJobResponse$JobId' => '

The identifier generated for the job. To get the status of a job, use this identifier with the DescribePHIDetectionJob operation.

', 'StartRxNormInferenceJobResponse$JobId' => '

The identifier of the job.

', 'StartSNOMEDCTInferenceJobResponse$JobId' => '

The identifier generated for the job. To get the status of a job, use this identifier with the StartSNOMEDCTInferenceJob operation.

', 'StopEntitiesDetectionV2JobRequest$JobId' => '

The identifier of the medical entities job to stop.

', 'StopEntitiesDetectionV2JobResponse$JobId' => '

The identifier of the medical entities detection job that was stopped.

', 'StopICD10CMInferenceJobRequest$JobId' => '

The identifier of the job.

', 'StopICD10CMInferenceJobResponse$JobId' => '

The identifier generated for the job. To get the status of job, use this identifier with the DescribeICD10CMInferenceJob operation.

', 'StopPHIDetectionJobRequest$JobId' => '

The identifier of the PHI detection job to stop.

', 'StopPHIDetectionJobResponse$JobId' => '

The identifier of the PHI detection job that was stopped.

', 'StopRxNormInferenceJobRequest$JobId' => '

The identifier of the job.

', 'StopRxNormInferenceJobResponse$JobId' => '

The identifier generated for the job. To get the status of job, use this identifier with the DescribeRxNormInferenceJob operation.

', 'StopSNOMEDCTInferenceJobRequest$JobId' => '

The job id of the asynchronous InferSNOMEDCT job to be stopped.

', 'StopSNOMEDCTInferenceJobResponse$JobId' => '

The identifier generated for the job. To get the status of job, use this identifier with the DescribeSNOMEDCTInferenceJob operation.

', ], ], 'JobName' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobFilter$JobName' => '

Filters on the name of the job.

', 'ComprehendMedicalAsyncJobProperties$JobName' => '

The name that you assigned to the detection job.

', 'StartEntitiesDetectionV2JobRequest$JobName' => '

The identifier of the job.

', 'StartICD10CMInferenceJobRequest$JobName' => '

The identifier of the job.

', 'StartPHIDetectionJobRequest$JobName' => '

The identifier of the job.

', 'StartRxNormInferenceJobRequest$JobName' => '

The identifier of the job.

', 'StartSNOMEDCTInferenceJobRequest$JobName' => '

The user generated name the asynchronous InferSNOMEDCT job.

', ], ], 'JobStatus' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobFilter$JobStatus' => '

Filters the list of jobs based on job status. Returns only jobs with the specified status.

', 'ComprehendMedicalAsyncJobProperties$JobStatus' => '

The current status of the detection job. If the status is FAILED, the Message field shows the reason for the failure.

', ], ], 'KMSKey' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobProperties$KMSKey' => '

The AWS Key Management Service key, if any, used to encrypt the output files.

', 'StartEntitiesDetectionV2JobRequest$KMSKey' => '

An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

', 'StartICD10CMInferenceJobRequest$KMSKey' => '

An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

', 'StartPHIDetectionJobRequest$KMSKey' => '

An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

', 'StartRxNormInferenceJobRequest$KMSKey' => '

An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

', 'StartSNOMEDCTInferenceJobRequest$KMSKey' => '

An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the files are written in plain text.

', ], ], 'LanguageCode' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobProperties$LanguageCode' => '

The language code of the input documents.

', 'StartEntitiesDetectionV2JobRequest$LanguageCode' => '

The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).

', 'StartICD10CMInferenceJobRequest$LanguageCode' => '

The language of the input documents. All documents must be in the same language.

', 'StartPHIDetectionJobRequest$LanguageCode' => '

The language of the input documents. All documents must be in the same language.

', 'StartRxNormInferenceJobRequest$LanguageCode' => '

The language of the input documents. All documents must be in the same language.

', 'StartSNOMEDCTInferenceJobRequest$LanguageCode' => '

The language of the input documents. All documents must be in the same language.

', ], ], 'ListEntitiesDetectionV2JobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEntitiesDetectionV2JobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListICD10CMInferenceJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListICD10CMInferenceJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPHIDetectionJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPHIDetectionJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRxNormInferenceJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRxNormInferenceJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSNOMEDCTInferenceJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSNOMEDCTInferenceJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ManifestFilePath' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobProperties$ManifestFilePath' => '

The path to the file that describes the results of a batch job.

', ], ], 'MaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListEntitiesDetectionV2JobsRequest$MaxResults' => '

The maximum number of results to return in each page. The default is 100.

', 'ListICD10CMInferenceJobsRequest$MaxResults' => '

The maximum number of results to return in each page. The default is 100.

', 'ListPHIDetectionJobsRequest$MaxResults' => '

The maximum number of results to return in each page. The default is 100.

', 'ListRxNormInferenceJobsRequest$MaxResults' => '

Identifies the next page of results to return.

', 'ListSNOMEDCTInferenceJobsRequest$MaxResults' => '

The maximum number of results to return in each page. The default is 100.

', ], ], 'ModelVersion' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobProperties$ModelVersion' => '

The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

', ], ], 'OntologyLinkingBoundedLengthString' => [ 'base' => NULL, 'refs' => [ 'ICD10CMEntity$Text' => '

The segment of input text that is matched to the detected entity.

', 'InferICD10CMRequest$Text' => '

The input text used for analysis.

', 'InferRxNormRequest$Text' => '

The input text used for analysis.

', 'InferSNOMEDCTRequest$Text' => '

The input text to be analyzed using InferSNOMEDCT.

', 'RxNormEntity$Text' => '

The segment of input text extracted from which the entity was detected.

', 'SNOMEDCTEntity$Text' => '

The segment of input text extracted as this entity.

', ], ], 'OutputDataConfig' => [ 'base' => '

The output properties for a detection job.

', 'refs' => [ 'ComprehendMedicalAsyncJobProperties$OutputDataConfig' => '

The output data configuration that you supplied when you created the detection job.

', 'StartEntitiesDetectionV2JobRequest$OutputDataConfig' => '

The output configuration that specifies where to send the output files.

', 'StartICD10CMInferenceJobRequest$OutputDataConfig' => '

Specifies where to send the output files.

', 'StartPHIDetectionJobRequest$OutputDataConfig' => '

Specifies where to send the output files.

', 'StartRxNormInferenceJobRequest$OutputDataConfig' => '

Specifies where to send the output files.

', 'StartSNOMEDCTInferenceJobRequest$OutputDataConfig' => NULL, ], ], 'RelationshipType' => [ 'base' => NULL, 'refs' => [ 'Attribute$RelationshipType' => '

The type of relationship between the entity and attribute. Type for the relationship is OVERLAP, indicating that the entity occurred at the same time as the Date_Expression.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The resource identified by the specified Amazon Resource Name (ARN) was not found. Check the ARN and try your request again.

', 'refs' => [], ], 'RxNormAttribute' => [ 'base' => '

The extracted attributes that relate to this entity. The attributes recognized by InferRxNorm are DOSAGE, DURATION, FORM, FREQUENCY, RATE, ROUTE_OR_MODE.

', 'refs' => [ 'RxNormAttributeList$member' => NULL, ], ], 'RxNormAttributeList' => [ 'base' => NULL, 'refs' => [ 'RxNormEntity$Attributes' => '

The extracted attributes that relate to the entity. The attributes recognized by InferRxNorm are DOSAGE, DURATION, FORM, FREQUENCY, RATE, ROUTE_OR_MODE, and STRENGTH.

', ], ], 'RxNormAttributeType' => [ 'base' => NULL, 'refs' => [ 'RxNormAttribute$Type' => '

The type of attribute. The types of attributes recognized by InferRxNorm are BRAND_NAME and GENERIC_NAME.

', ], ], 'RxNormConcept' => [ 'base' => '

The RxNorm concept that the entity could refer to, along with a score indicating the likelihood of the match.

', 'refs' => [ 'RxNormConceptList$member' => NULL, ], ], 'RxNormConceptList' => [ 'base' => NULL, 'refs' => [ 'RxNormEntity$RxNormConcepts' => '

The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.

', ], ], 'RxNormEntity' => [ 'base' => '

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.

', 'refs' => [ 'RxNormEntityList$member' => NULL, ], ], 'RxNormEntityCategory' => [ 'base' => NULL, 'refs' => [ 'RxNormEntity$Category' => '

The category of the entity. The recognized categories are GENERIC or BRAND_NAME.

', ], ], 'RxNormEntityList' => [ 'base' => NULL, 'refs' => [ 'InferRxNormResponse$Entities' => '

The medication entities detected in the text linked to RxNorm concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.

', ], ], 'RxNormEntityType' => [ 'base' => NULL, 'refs' => [ 'RxNormEntity$Type' => '

Describes the specific type of entity. For InferRxNorm, the recognized entity type is MEDICATION.

', ], ], 'RxNormTrait' => [ 'base' => '

The contextual information for the entity. InferRxNorm recognizes the trait NEGATION, which is any indication that the patient is not taking a medication.

', 'refs' => [ 'RxNormTraitList$member' => NULL, ], ], 'RxNormTraitList' => [ 'base' => NULL, 'refs' => [ 'RxNormAttribute$Traits' => '

Contextual information for the attribute. InferRxNorm recognizes the trait NEGATION for attributes, i.e. that the patient is not taking a specific dose or form of a medication.

', 'RxNormEntity$Traits' => '

Contextual information for the entity.

', ], ], 'RxNormTraitName' => [ 'base' => NULL, 'refs' => [ 'RxNormTrait$Name' => '

Provides a name or contextual description about the trait.

', ], ], 'S3Bucket' => [ 'base' => NULL, 'refs' => [ 'InputDataConfig$S3Bucket' => '

The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.

', 'OutputDataConfig$S3Bucket' => '

When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of the output.

', ], ], 'S3Key' => [ 'base' => NULL, 'refs' => [ 'InputDataConfig$S3Key' => '

The path to the input data files in the S3 bucket.

', 'OutputDataConfig$S3Key' => '

The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory using the job ID so that the output from one job does not overwrite the output of another.

', ], ], 'SNOMEDCTAttribute' => [ 'base' => '

The extracted attributes that relate to an entity. 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.

', 'refs' => [ 'SNOMEDCTAttributeList$member' => NULL, ], ], 'SNOMEDCTAttributeList' => [ 'base' => NULL, 'refs' => [ 'SNOMEDCTEntity$Attributes' => '

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.

', ], ], 'SNOMEDCTAttributeType' => [ 'base' => NULL, 'refs' => [ 'SNOMEDCTAttribute$Type' => '

The type of attribute. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE,TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, and TREATMENT_NAME.

', ], ], 'SNOMEDCTConcept' => [ 'base' => '

The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.

', 'refs' => [ 'SNOMEDCTConceptList$member' => NULL, ], ], 'SNOMEDCTConceptList' => [ 'base' => NULL, 'refs' => [ 'SNOMEDCTAttribute$SNOMEDCTConcepts' => '

The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.

', 'SNOMEDCTEntity$SNOMEDCTConcepts' => '

The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.

', ], ], 'SNOMEDCTDetails' => [ 'base' => '

The information about the revision of the SNOMED-CT ontology in the response. Specifically, the details include the SNOMED-CT edition, language, and version date.

', 'refs' => [ 'InferSNOMEDCTResponse$SNOMEDCTDetails' => '

The details of the SNOMED-CT revision, including the edition, language, and version date.

', ], ], 'SNOMEDCTEntity' => [ 'base' => '

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.

', 'refs' => [ 'SNOMEDCTEntityList$member' => NULL, ], ], 'SNOMEDCTEntityCategory' => [ 'base' => NULL, 'refs' => [ 'SNOMEDCTAttribute$Category' => '

The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.

', 'SNOMEDCTEntity$Category' => '

The category of the detected entity. Possible categories are MEDICAL_CONDITION, ANATOMY, or TEST_TREATMENT_PROCEDURE.

', ], ], 'SNOMEDCTEntityList' => [ 'base' => NULL, 'refs' => [ 'InferSNOMEDCTResponse$Entities' => '

The collection of medical concept 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.

', ], ], 'SNOMEDCTEntityType' => [ 'base' => NULL, 'refs' => [ 'SNOMEDCTEntity$Type' => '

Describes the specific type of entity with category of entities. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE, TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, or TREATMENT_NAME.

', ], ], 'SNOMEDCTRelationshipType' => [ 'base' => NULL, 'refs' => [ 'SNOMEDCTAttribute$RelationshipType' => '

The type of relationship that exists between the entity and the related attribute.

', ], ], 'SNOMEDCTTrait' => [ 'base' => '

Contextual information for an entity.

', 'refs' => [ 'SNOMEDCTTraitList$member' => NULL, ], ], 'SNOMEDCTTraitList' => [ 'base' => NULL, 'refs' => [ 'SNOMEDCTAttribute$Traits' => '

Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.

', 'SNOMEDCTEntity$Traits' => '

Contextual information for the entity.

', ], ], 'SNOMEDCTTraitName' => [ 'base' => NULL, 'refs' => [ 'SNOMEDCTTrait$Name' => '

The name or contextual description of a detected trait.

', ], ], 'ServiceUnavailableException' => [ 'base' => '

The Amazon Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.

', 'refs' => [], ], 'StartEntitiesDetectionV2JobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartEntitiesDetectionV2JobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartICD10CMInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartICD10CMInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartPHIDetectionJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartPHIDetectionJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartRxNormInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartRxNormInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartSNOMEDCTInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartSNOMEDCTInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopEntitiesDetectionV2JobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopEntitiesDetectionV2JobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopICD10CMInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopICD10CMInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopPHIDetectionJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopPHIDetectionJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopRxNormInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopRxNormInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopSNOMEDCTInferenceJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopSNOMEDCTInferenceJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'Attribute$Text' => '

The segment of input text extracted as this attribute.

', 'DetectEntitiesResponse$PaginationToken' => '

If the result of the previous request to DetectEntities was truncated, include the PaginationToken to fetch the next page of entities.

', 'DetectEntitiesResponse$ModelVersion' => '

The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

', 'DetectEntitiesV2Response$PaginationToken' => '

If the result to the DetectEntitiesV2 operation was truncated, include the PaginationToken to fetch the next page of entities.

', 'DetectEntitiesV2Response$ModelVersion' => '

The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

', 'DetectPHIResponse$PaginationToken' => '

If the result of the previous request to DetectPHI was truncated, include the PaginationToken to fetch the next page of PHI entities.

', 'DetectPHIResponse$ModelVersion' => '

The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

', 'Entity$Text' => '

The segment of input text extracted as this entity.

', 'ICD10CMAttribute$Text' => '

The segment of input text which contains the detected attribute.

', 'ICD10CMConcept$Description' => '

The long description of the ICD-10-CM code in the ontology.

', 'ICD10CMConcept$Code' => '

The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.

', 'InferICD10CMResponse$PaginationToken' => '

If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.

', 'InferICD10CMResponse$ModelVersion' => '

The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.

', 'InferRxNormResponse$PaginationToken' => '

If the result of the previous request to InferRxNorm was truncated, include the PaginationToken to fetch the next page of medication entities.

', 'InferRxNormResponse$ModelVersion' => '

The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.

', 'InferSNOMEDCTResponse$PaginationToken' => '

If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.

', 'InferSNOMEDCTResponse$ModelVersion' => '

The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.

', 'InternalServerException$Message' => NULL, 'InvalidEncodingException$Message' => NULL, 'InvalidRequestException$Message' => NULL, 'ListEntitiesDetectionV2JobsRequest$NextToken' => '

Identifies the next page of results to return.

', 'ListEntitiesDetectionV2JobsResponse$NextToken' => '

Identifies the next page of results to return.

', 'ListICD10CMInferenceJobsRequest$NextToken' => '

Identifies the next page of results to return.

', 'ListICD10CMInferenceJobsResponse$NextToken' => '

Identifies the next page of results to return.

', 'ListPHIDetectionJobsRequest$NextToken' => '

Identifies the next page of results to return.

', 'ListPHIDetectionJobsResponse$NextToken' => '

Identifies the next page of results to return.

', 'ListRxNormInferenceJobsRequest$NextToken' => '

Identifies the next page of results to return.

', 'ListRxNormInferenceJobsResponse$NextToken' => '

Identifies the next page of results to return.

', 'ListSNOMEDCTInferenceJobsRequest$NextToken' => '

Identifies the next page of InferSNOMEDCT results to return.

', 'ListSNOMEDCTInferenceJobsResponse$NextToken' => '

Identifies the next page of results to return.

', 'ResourceNotFoundException$Message' => NULL, 'RxNormAttribute$Text' => '

The segment of input text which corresponds to the detected attribute.

', 'RxNormConcept$Description' => '

The description of the RxNorm concept.

', 'RxNormConcept$Code' => '

RxNorm concept ID, also known as the RxCUI.

', 'SNOMEDCTAttribute$Text' => '

The segment of input text extracted as this attribute.

', 'SNOMEDCTConcept$Description' => '

The description of the SNOMED-CT concept.

', 'SNOMEDCTConcept$Code' => '

The numeric ID for the SNOMED-CT concept.

', 'SNOMEDCTDetails$Edition' => '

The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.

', 'SNOMEDCTDetails$Language' => '

The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).

', 'SNOMEDCTDetails$VersionDate' => '

The version date of the SNOMED-CT ontology used.

', 'ServiceUnavailableException$Message' => NULL, 'TextSizeLimitExceededException$Message' => NULL, 'TooManyRequestsException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], 'TextSizeLimitExceededException' => [ 'base' => '

The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.

', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'ComprehendMedicalAsyncJobFilter$SubmitTimeBefore' => '

Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

', 'ComprehendMedicalAsyncJobFilter$SubmitTimeAfter' => '

Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

', 'ComprehendMedicalAsyncJobProperties$SubmitTime' => '

The time that the detection job was submitted for processing.

', 'ComprehendMedicalAsyncJobProperties$EndTime' => '

The time that the detection job completed.

', 'ComprehendMedicalAsyncJobProperties$ExpirationTime' => '

The date and time that job metadata is deleted from the server. Output files in your S3 bucket will not be deleted. After the metadata is deleted, the job will no longer appear in the results of the ListEntitiesDetectionV2Job or the ListPHIDetectionJobs operation.

', ], ], 'TooManyRequestsException' => [ 'base' => '

You have made too many requests within a short period of time. Wait for a short time and then try your request again. Contact customer support for more information about a service limit increase.

', 'refs' => [], ], 'Trait' => [ 'base' => '

Provides contextual information about the extracted entity.

', 'refs' => [ 'TraitList$member' => NULL, ], ], 'TraitList' => [ 'base' => NULL, 'refs' => [ 'Attribute$Traits' => '

Contextual information for this attribute.

', 'Entity$Traits' => '

Contextual information for the entity.

', ], ], 'UnmappedAttribute' => [ 'base' => '

An attribute that was extracted, but Amazon Comprehend Medical was unable to relate to an entity.

', 'refs' => [ 'UnmappedAttributeList$member' => NULL, ], ], 'UnmappedAttributeList' => [ 'base' => NULL, 'refs' => [ 'DetectEntitiesResponse$UnmappedAttributes' => '

Attributes extracted from the input text that we were unable to relate to an entity.

', 'DetectEntitiesV2Response$UnmappedAttributes' => '

Attributes extracted from the input text that couldn\'t be related to an entity.

', ], ], 'ValidationException' => [ 'base' => '

The filter that you specified for the operation is invalid. Check the filter values that you entered and try your request again.

', 'refs' => [], ], ],];