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

ICD10CMConcept

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

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

interface ICD10CMConcept {
Code?: string | null;
Description?: string | null;
Score?: number | null;
}

§Properties

§
Code?: string | null
[src]

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

§
Description?: string | null
[src]

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

§
Score?: number | null
[src]

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