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

SNOMEDCTDetails

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

The information about the revision of the SNOMED-CT ontology in the response. Specifically, the details include the SNOMED-CT edition, language, and version date.

interface SNOMEDCTDetails {
Edition?: string | null;
Language?: string | null;
VersionDate?: string | null;
}

§Properties

§
Edition?: string | null
[src]

The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.

§
Language?: string | null
[src]

The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).

§
VersionDate?: string | null
[src]

The version date of the SNOMED-CT ontology used.