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

RxNormConcept

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

The RxNorm concept that the entity could refer to, along with a score indicating the likelihood of the match.

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

§Properties

§
Code?: string | null
[src]

RxNorm concept ID, also known as the RxCUI.

§
Description?: string | null
[src]

The description of the RxNorm concept.

§
Score?: number | null
[src]

The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.