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

Class: Aws::ComprehendMedical::Types::RxNormConcept

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

RxNorm concept ID, also known as the RxCUI.

Returns:

  • (String)

    RxNorm concept ID, also known as the RxCUI.

#descriptionString

The description of the RxNorm concept.

Returns:

  • (String)

    The description of the RxNorm concept.

#scoreFloat

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

Returns:

  • (Float)

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