Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ICD10CMTrait

import type { ICD10CMTrait } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";

Contextual information for the entity. The traits recognized by InferICD10CM are DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.

interface ICD10CMTrait {
Name?: ICD10CMTraitName | null;
Score?: number | null;
}

§Properties

§
Name?: ICD10CMTraitName | null
[src]

Provides a name or contextual description about the trait.

§
Score?: number | null
[src]

The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as a trait.