Skip to main content
Version: v0.0.3

Interface: ED

Parsed HL7 v3 Encapsulated Data. value is the inline content (verbatim, never base64-decoded); reference is the <reference @value> URI pointing at out-of-line content (e.g. a narrative #id or an external image).

Example

import type { ED } from "@cosyte/ccda";
const ref: ED = { mediaType: "image/png", representation: "B64", reference: "#img1" };

Properties

mediaType?

readonly optional mediaType?: string


nullFlavor?

readonly optional nullFlavor?: string


reference?

readonly optional reference?: string


representation?

readonly optional representation?: string


value?

readonly optional value?: string