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

SNOMEDCTConcept

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

The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.

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

§Properties

§
Code?: string | null
[src]

The numeric ID for the SNOMED-CT concept.

§
Description?: string | null
[src]

The description of the SNOMED-CT concept.

§
Score?: number | null
[src]

The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.