You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComprehendMedical::Types::ICD10CMConcept

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

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

Returns:

  • (String)

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

#descriptionString

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

Returns:

  • (String)

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

#scoreFloat

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

Returns:

  • (Float)

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