| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ComprehendMedical.Types.RxNormTrait
Description
Synopsis
Documentation
data RxNormTrait Source #
The contextual information for the entity. InferRxNorm recognizes the
trait NEGATION, which is any indication that the patient is not taking
a medication.
See: newRxNormTrait smart constructor.
Constructors
| RxNormTrait' | |
Instances
newRxNormTrait :: RxNormTrait Source #
Create a value of RxNormTrait with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:RxNormTrait', rxNormTrait_name - Provides a name or contextual description about the trait.
$sel:score:RxNormTrait', rxNormTrait_score - The level of confidence that Amazon Comprehend Medical has in the
accuracy of the detected trait.
rxNormTrait_name :: Lens' RxNormTrait (Maybe RxNormTraitName) Source #
Provides a name or contextual description about the trait.
rxNormTrait_score :: Lens' RxNormTrait (Maybe Double) Source #
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.