Interface: ProfileAttribution
PHI-free attribution for the CcdaProfile a document was parsed under,
just the profile's name and resolved lineage, not the whole profile
object. Mirrors the sibling @cosyte/hl7 msg.profile shape.
Example
import { parseCcda, ccdaProfiles } from "@cosyte/ccda";
const doc = parseCcda(xml, { profile: ccdaProfiles.smartScorecard });
console.log(doc.profile?.name); // "smartScorecard"
Properties
lineage
readonlylineage: readonlystring[]
name
readonlyname:string