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 |
Documentation
data RxNormConcept Source #
The RxNorm concept that the entity could refer to, along with a score indicating the likelihood of the match.
See: newRxNormConcept
smart constructor.
Instances
newRxNormConcept :: RxNormConcept Source #
Create a value of RxNormConcept
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:RxNormConcept'
, rxNormConcept_score
- The level of confidence that Amazon Comprehend Medical has that the
entity is accurately linked to the reported RxNorm concept.
$sel:code:RxNormConcept'
, rxNormConcept_code
- RxNorm concept ID, also known as the RxCUI.
$sel:description:RxNormConcept'
, rxNormConcept_description
- The description of the RxNorm concept.
rxNormConcept_score :: Lens' RxNormConcept (Maybe Double) Source #
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
rxNormConcept_code :: Lens' RxNormConcept (Maybe Text) Source #
RxNorm concept ID, also known as the RxCUI.
rxNormConcept_description :: Lens' RxNormConcept (Maybe Text) Source #
The description of the RxNorm concept.