libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ComprehendMedical.Types.RxNormConcept

Description

 
Synopsis

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.

Constructors

RxNormConcept' 

Fields

  • score :: Maybe Double

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

  • code :: Maybe Text

    RxNorm concept ID, also known as the RxCUI.

  • description :: Maybe Text

    The description of the RxNorm concept.

Instances

Instances details
Eq RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Read RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Show RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Generic RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Associated Types

type Rep RxNormConcept :: Type -> Type #

NFData RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Methods

rnf :: RxNormConcept -> () #

Hashable RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

FromJSON RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

type Rep RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

type Rep RxNormConcept = D1 ('MetaData "RxNormConcept" "Amazonka.ComprehendMedical.Types.RxNormConcept" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" 'False) (C1 ('MetaCons "RxNormConcept'" 'PrefixI 'True) (S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.