Variable: V3_NS
constV3_NS:"urn:hl7-org:v3"="urn:hl7-org:v3"
The HL7 v3 / CDA R2 default namespace. Every structural C-CDA element
(ClinicalDocument, recordTarget, section, …) lives here.
Example
import { V3_NS } from "@cosyte/ccda";
console.log(V3_NS); // "urn:hl7-org:v3"