Interface: II
Parsed HL7 v3 Instance Identifier. root is the namespace OID/UUID;
extension is the local identifier within it. For a templateId, root
(and optionally extension, the R2.1 version stamp) are the meaningful
fields; for a patient id, root+extension form the full MRN.
Example
import type { II } from "@cosyte/ccda";
const id: II = { root: "2.16.840.1.113883.19.5", extension: "12345" };
Properties
assigningAuthorityName?
readonlyoptionalassigningAuthorityName?:string
extension?
readonlyoptionalextension?:string
nullFlavor?
readonlyoptionalnullFlavor?:string
root?
readonlyoptionalroot?:string