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

RxNormTrait

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

The contextual information for the entity. InferRxNorm recognizes the trait NEGATION, which is any indication that the patient is not taking a medication.

interface RxNormTrait {
Name?: RxNormTraitName | null;
Score?: number | null;
}

§Properties

§
Name?: RxNormTraitName | null
[src]

Provides a name or contextual description about the trait.

§
Score?: number | null
[src]

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.