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 |
Synopsis
- data ICD10CMAttribute = ICD10CMAttribute' {}
- newICD10CMAttribute :: ICD10CMAttribute
- iCD10CMAttribute_relationshipScore :: Lens' ICD10CMAttribute (Maybe Double)
- iCD10CMAttribute_beginOffset :: Lens' ICD10CMAttribute (Maybe Int)
- iCD10CMAttribute_text :: Lens' ICD10CMAttribute (Maybe Text)
- iCD10CMAttribute_category :: Lens' ICD10CMAttribute (Maybe ICD10CMEntityType)
- iCD10CMAttribute_score :: Lens' ICD10CMAttribute (Maybe Double)
- iCD10CMAttribute_traits :: Lens' ICD10CMAttribute (Maybe [ICD10CMTrait])
- iCD10CMAttribute_relationshipType :: Lens' ICD10CMAttribute (Maybe ICD10CMRelationshipType)
- iCD10CMAttribute_endOffset :: Lens' ICD10CMAttribute (Maybe Int)
- iCD10CMAttribute_id :: Lens' ICD10CMAttribute (Maybe Int)
- iCD10CMAttribute_type :: Lens' ICD10CMAttribute (Maybe ICD10CMAttributeType)
Documentation
data ICD10CMAttribute Source #
The detected attributes that relate to an entity. This includes an
extracted segment of the text that is an attribute of an entity, or
otherwise related to an entity. InferICD10CM detects the following
attributes: Direction
, System, Organ or Site
, and Acuity
.
See: newICD10CMAttribute
smart constructor.
ICD10CMAttribute' | |
|
Instances
newICD10CMAttribute :: ICD10CMAttribute Source #
Create a value of ICD10CMAttribute
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:relationshipScore:ICD10CMAttribute'
, iCD10CMAttribute_relationshipScore
- The level of confidence that Amazon Comprehend Medical has that this
attribute is correctly related to this entity.
$sel:beginOffset:ICD10CMAttribute'
, iCD10CMAttribute_beginOffset
- The 0-based character offset in the input text that shows where the
attribute begins. The offset returns the UTF-8 code point in the string.
$sel:text:ICD10CMAttribute'
, iCD10CMAttribute_text
- The segment of input text which contains the detected attribute.
$sel:category:ICD10CMAttribute'
, iCD10CMAttribute_category
- The category of attribute. Can be either of DX_NAME
or
TIME_EXPRESSION
.
$sel:score:ICD10CMAttribute'
, iCD10CMAttribute_score
- The level of confidence that Amazon Comprehend Medical has that the
segment of text is correctly recognized as an attribute.
$sel:traits:ICD10CMAttribute'
, iCD10CMAttribute_traits
- The contextual information for the attribute. The traits recognized by
InferICD10CM are DIAGNOSIS
, SIGN
, SYMPTOM
, and NEGATION
.
$sel:relationshipType:ICD10CMAttribute'
, iCD10CMAttribute_relationshipType
- The type of relationship between the entity and attribute. Type for the
relationship can be either of OVERLAP
or SYSTEM_ORGAN_SITE
.
$sel:endOffset:ICD10CMAttribute'
, iCD10CMAttribute_endOffset
- The 0-based character offset in the input text that shows where the
attribute ends. The offset returns the UTF-8 code point in the string.
$sel:id:ICD10CMAttribute'
, iCD10CMAttribute_id
- The numeric identifier for this attribute. This is a monotonically
increasing id unique within this response rather than a global unique
identifier.
$sel:type':ICD10CMAttribute'
, iCD10CMAttribute_type
- The type of attribute. InferICD10CM detects entities of the type
DX_NAME
.
iCD10CMAttribute_relationshipScore :: Lens' ICD10CMAttribute (Maybe Double) Source #
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.
iCD10CMAttribute_beginOffset :: Lens' ICD10CMAttribute (Maybe Int) Source #
The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.
iCD10CMAttribute_text :: Lens' ICD10CMAttribute (Maybe Text) Source #
The segment of input text which contains the detected attribute.
iCD10CMAttribute_category :: Lens' ICD10CMAttribute (Maybe ICD10CMEntityType) Source #
The category of attribute. Can be either of DX_NAME
or
TIME_EXPRESSION
.
iCD10CMAttribute_score :: Lens' ICD10CMAttribute (Maybe Double) Source #
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.
iCD10CMAttribute_traits :: Lens' ICD10CMAttribute (Maybe [ICD10CMTrait]) Source #
The contextual information for the attribute. The traits recognized by
InferICD10CM are DIAGNOSIS
, SIGN
, SYMPTOM
, and NEGATION
.
iCD10CMAttribute_relationshipType :: Lens' ICD10CMAttribute (Maybe ICD10CMRelationshipType) Source #
The type of relationship between the entity and attribute. Type for the
relationship can be either of OVERLAP
or SYSTEM_ORGAN_SITE
.
iCD10CMAttribute_endOffset :: Lens' ICD10CMAttribute (Maybe Int) Source #
The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.
iCD10CMAttribute_id :: Lens' ICD10CMAttribute (Maybe Int) Source #
The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.
iCD10CMAttribute_type :: Lens' ICD10CMAttribute (Maybe ICD10CMAttributeType) Source #
The type of attribute. InferICD10CM detects entities of the type
DX_NAME
.