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?
readonlyoptionalmediaType?:string
nullFlavor?
readonlyoptionalnullFlavor?:string
reference?
readonlyoptionalreference?:string
representation?
readonlyoptionalrepresentation?:string
value?
readonlyoptionalvalue?:string