Interface: X12ServiceReview
One services-review item - a patient-event HL (EV, Loop 2000E) or a
service HL (SS, Loop 2000F). Carries the UM review information, the
optional HCR decision (response only), echoed TRN traces, HI
diagnoses, attached provider NM1s, and the supplemental REF/DTP/MSG.
Example
import type { X12ServiceReview } from "@cosyte/x12";
declare const r: X12ServiceReview;
r.requestCategoryCode; // "HS" (health services review) / "AR" (admission review)
r.certificationTypeCode; // "I" (initial) / "R" (renewal)
r.decision?.actionCode; // "A1" (certified) - response only
Properties
certificationTypeCode
readonlycertificationTypeCode:string|undefined
dates
readonlydates: readonlyX12AuthDate[]
decision
readonlydecision:X12ReviewDecision|undefined
diagnoses
readonlydiagnoses: readonlyX12AuthDiagnosis[]
hierarchy
readonlyhierarchy:X12Hl|undefined
levelOfServiceCode
readonlylevelOfServiceCode:string|undefined
messages
readonlymessages: readonlystring[]
providers
readonlyproviders: readonlyX12AuthEntity[]
references
readonlyreferences: readonlyX12AuthReference[]
requestCategoryCode
readonlyrequestCategoryCode:string|undefined
serviceTypeCode
readonlyserviceTypeCode:string|undefined
traces
readonlytraces: readonlyX12AuthTrace[]