class Aws::ComprehendMedical::Types::RxNormAttribute
The extracted attributes that relate to this entity. The attributes recognized by InferRxNorm are `DOSAGE`, `DURATION`, `FORM`, `FREQUENCY`, `RATE`, `ROUTE_OR_MODE`.
@!attribute [rw] type
The type of attribute. The types of attributes recognized by InferRxNorm are `BRAND_NAME` and `GENERIC_NAME`. @return [String]
@!attribute [rw] score
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute. @return [Float]
@!attribute [rw] relationship_score
The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity. @return [Float]
@!attribute [rw] id
The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier. @return [Integer]
@!attribute [rw] begin_offset
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. @return [Integer]
@!attribute [rw] end_offset
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. @return [Integer]
@!attribute [rw] text
The segment of input text which corresponds to the detected attribute. @return [String]
@!attribute [rw] 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. @return [Array<Types::RxNormTrait>]
@see docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/RxNormAttribute AWS API Documentation
Constants
- SENSITIVE