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.ICD10CMTrait

Description

 
Synopsis

Documentation

data ICD10CMTrait Source #

Contextual information for the entity. The traits recognized by InferICD10CM are DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.

See: newICD10CMTrait smart constructor.

Constructors

ICD10CMTrait' 

Fields

  • score :: Maybe Double

    The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.

  • name :: Maybe ICD10CMTraitName

    Provides a name or contextual description about the trait.

Instances

Instances details
Eq ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Read ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Show ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Generic ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Associated Types

type Rep ICD10CMTrait :: Type -> Type #

NFData ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Methods

rnf :: ICD10CMTrait -> () #

Hashable ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

FromJSON ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

type Rep ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

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

newICD10CMTrait :: ICD10CMTrait Source #

Create a value of ICD10CMTrait 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:ICD10CMTrait', iCD10CMTrait_score - The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.

$sel:name:ICD10CMTrait', iCD10CMTrait_name - Provides a name or contextual description about the trait.

iCD10CMTrait_score :: Lens' ICD10CMTrait (Maybe Double) Source #

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.

iCD10CMTrait_name :: Lens' ICD10CMTrait (Maybe ICD10CMTraitName) Source #

Provides a name or contextual description about the trait.