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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


655
656
657
658
659
660
661
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 655

class ICD10CMConcept < Struct.new(
  :description,
  :code,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


655
656
657
658
659
660
661
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 655

class ICD10CMConcept < Struct.new(
  :description,
  :code,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreFloat

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

Returns:

  • (Float)


655
656
657
658
659
660
661
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 655

class ICD10CMConcept < Struct.new(
  :description,
  :code,
  :score)
  SENSITIVE = []
  include Aws::Structure
end