Class: Aws::ComprehendMedical::Types::ICD10CMConcept
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::ICD10CMConcept
- Includes:
- Structure
- Defined in:
- 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
-
#code ⇒ String
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
-
#description ⇒ String
The long description of the ICD-10-CM code in the ontology.
-
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
Instance Attribute Details
#code ⇒ String
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 655 class ICD10CMConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The long description of the ICD-10-CM code in the ontology.
655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 655 class ICD10CMConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 655 class ICD10CMConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |