Interface: Build278DependentSpec
One dependent (Loop 2000D / 2010D - HL level 23) - a patient who is not the subscriber. Carries the optional member NM1 + DMG and the reviews tracked for that dependent (at least one required).
Example
import type { Build278DependentSpec } from "@cosyte/x12";
const d: Build278DependentSpec = {
member: { entityIdentifierCode: "QC", entityTypeQualifier: "1", lastName: "DOE", firstName: "JUNIOR" },
reviews: [{ requestCategoryCode: "HS", certificationTypeCode: "I" }],
};
Properties
member?
readonlyoptionalmember?:Build278MemberSpec
Loop 2010D dependent member (NM1 + DMG).
reviews
readonlyreviews: readonlyBuild278ReviewSpec[]
Loop 2000E/2000F reviews tracked for the dependent (at least one required).