Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
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:score:RxNormTrait'
, rxNormTrait_score
- The level of confidence that Amazon Comprehend Medical has in the
accuracy of the detected trait.
$sel:name:RxNormTrait'
, rxNormTrait_name
- 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.
rxNormTrait_name :: Lens' RxNormTrait (Maybe RxNormTraitName) Source #
Provides a name or contextual description about the trait.