Interface: X12ClaimMember
A claim's subscriber or patient - the NM1 entity plus the SBR/PAT metadata that wraps it.
Example
import type { X12ClaimMember } from "@cosyte/x12";
declare const m: X12ClaimMember;
m.entity.name; // verbatim subscriber name (PHI)
m.info.claimFilingIndicator; // "MB"
Properties
entity
readonlyentity:X12ClaimEntity
info
readonlyinfo:X12SubscriberInfo