amazonka-comprehendmedical-2.0: Amazon Comprehend Medical SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Description

 
Synopsis

Documentation

data SNOMEDCTConcept Source #

The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.

See: newSNOMEDCTConcept smart constructor.

Constructors

SNOMEDCTConcept' 

Fields

  • code :: Maybe Text

    The numeric ID for the SNOMED-CT concept.

  • description :: Maybe Text

    The description of the SNOMED-CT concept.

  • score :: Maybe Double

    The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.

Instances

Instances details
FromJSON SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Generic SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Associated Types

type Rep SNOMEDCTConcept :: Type -> Type #

Read SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Show SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

NFData SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Methods

rnf :: SNOMEDCTConcept -> () #

Eq SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Hashable SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

type Rep SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

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

newSNOMEDCTConcept :: SNOMEDCTConcept Source #

Create a value of SNOMEDCTConcept 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:code:SNOMEDCTConcept', sNOMEDCTConcept_code - The numeric ID for the SNOMED-CT concept.

$sel:description:SNOMEDCTConcept', sNOMEDCTConcept_description - The description of the SNOMED-CT concept.

$sel:score:SNOMEDCTConcept', sNOMEDCTConcept_score - The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.

sNOMEDCTConcept_code :: Lens' SNOMEDCTConcept (Maybe Text) Source #

The numeric ID for the SNOMED-CT concept.

sNOMEDCTConcept_description :: Lens' SNOMEDCTConcept (Maybe Text) Source #

The description of the SNOMED-CT concept.

sNOMEDCTConcept_score :: Lens' SNOMEDCTConcept (Maybe Double) Source #

The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.