@oystehr/sdk
Version:
Oystehr SDK
24 lines (22 loc) • 447 B
text/typescript
// AUTOGENERATED -- DO NOT EDIT
/**
* Claim validation result.
*/
export interface RcmValidateProfessionalClaimResponse {
errors?: {
field?: string;
value?: string;
code?: string;
description?: string;
followupAction?: string;
location?: string;
}[];
meta?: {
submitterId?: string;
senderId?: string;
billerId?: string;
traceId?: string;
applicationMode?: string;
};
editStatus?: string;
}