| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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' | |
Instances
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:name:ICD10CMTrait', iCD10CMTrait_name - Provides a name or contextual description about the trait.
$sel:score:ICD10CMTrait', iCD10CMTrait_score - The level of confidence that 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.
iCD10CMTrait_score :: Lens' ICD10CMTrait (Maybe Double) Source #
The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as a trait.