Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ICD10CMConcept Source #
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
See: newICD10CMConcept
smart constructor.
ICD10CMConcept' | |
|
Instances
newICD10CMConcept :: ICD10CMConcept Source #
Create a value of ICD10CMConcept
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:ICD10CMConcept'
, iCD10CMConcept_score
- The level of confidence that Amazon Comprehend Medical has that the
entity is accurately linked to an ICD-10-CM concept.
$sel:code:ICD10CMConcept'
, iCD10CMConcept_code
- The ICD-10-CM code that identifies the concept found in the knowledge
base from the Centers for Disease Control.
$sel:description:ICD10CMConcept'
, iCD10CMConcept_description
- The long description of the ICD-10-CM code in the ontology.
iCD10CMConcept_score :: Lens' ICD10CMConcept (Maybe Double) Source #
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
iCD10CMConcept_code :: Lens' ICD10CMConcept (Maybe Text) Source #
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
iCD10CMConcept_description :: Lens' ICD10CMConcept (Maybe Text) Source #
The long description of the ICD-10-CM code in the ontology.