Variable: SDTC_NS
constSDTC_NS:"urn:hl7-org:sdtc"="urn:hl7-org:sdtc"
The HL7 standards-development-organization extension namespace (sdtc),
used for attributes/elements the base CDA schema does not define but C-CDA
permits (e.g. sdtc:raceCode, sdtc:deceasedInd).
Example
import { SDTC_NS } from "@cosyte/ccda";
console.log(SDTC_NS); // "urn:hl7-org:sdtc"