Skip to main content
Version: v0.0.2

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

readonly entity: X12ClaimEntity


info

readonly info: X12SubscriberInfo