Icd10CmConcept

The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?

The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.

Link copied to clipboard

The long description of the ICD-10-CM code in the ontology.

Link copied to clipboard
val score: Float?

The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.

Functions

Link copied to clipboard
inline fun copy(block: Icd10CmConcept.Builder.() -> Unit = {}): Icd10CmConcept
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String