Interface: Build277DependentSpec
One dependent (Loop 2000E / 2100E) - a patient who is not the subscriber. Carries the optional member NM1 and the claims tracked for that dependent.
Example
import type { Build277DependentSpec } from "@cosyte/x12";
const d: Build277DependentSpec = {
member: { entityIdentifierCode: "QC", entityTypeQualifier: "1", lastName: "DOE", firstName: "JUNIOR" },
claims: [{ trace: { traceTypeCode: "2", referenceId: "CLAIM002" } }],
};
Properties
claims
readonlyclaims: readonlyBuild277ClaimSpec[]
Loop 2200 claims tracked for the dependent (at least one required).
member?
readonlyoptionalmember?:Build277MemberSpec
Loop 2100E dependent member (NM1).