| 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.SNOMEDCTConcept
Description
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' | |
Instances
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.