UNPKG

@dotbase/hl7-v2-message

Version:

Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.

201 lines (200 loc) 3.28 kB
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class IN1_Fields extends Hl7Fields { /** * Set ID - Insurance */ IN1_1: Hl7Field; /** * Insurance Plan ID */ IN1_2: Hl7Field; /** * Insurance Company ID */ IN1_3: Hl7Field; /** * Insurance Company Name */ IN1_4: Hl7Field; /** * Insurance Company Address */ IN1_5: Hl7Field; /** * Insurance Co. Contact Ppers */ IN1_6: Hl7Field; /** * Insurance Co Phone Number */ IN1_7: Hl7Field; /** * Group Number */ IN1_8: Hl7Field; /** * Group Name */ IN1_9: Hl7Field; /** * Insureds group employer ID */ IN1_10: Hl7Field; /** * Insureds Group Emp Name */ IN1_11: Hl7Field; /** * Plan Effective Date */ IN1_12: Hl7Field; /** * Plan Expiration Date */ IN1_13: Hl7Field; /** * Authorization Information */ IN1_14: Hl7Field; /** * Plan Type */ IN1_15: Hl7Field; /** * Name of Insured */ IN1_16: Hl7Field; /** * Insureds Relationship to Patient */ IN1_17: Hl7Field; /** * Insureds Date of Birth */ IN1_18: Hl7Field; /** * Insureds Address */ IN1_19: Hl7Field; /** * Assignment of Benefits */ IN1_20: Hl7Field; /** * Coordination of Benefits */ IN1_21: Hl7Field; /** * Coord of Ben. Priority */ IN1_22: Hl7Field; /** * Notice of Admission Code */ IN1_23: Hl7Field; /** * Notice of Admission Date */ IN1_24: Hl7Field; /** * Rpt of Eigibility Code */ IN1_25: Hl7Field; /** * Rpt of Eligibility Date */ IN1_26: Hl7Field; /** * Release Information Code */ IN1_27: Hl7Field; /** * Pre-Admit Cert */ IN1_28: Hl7Field; /** * Verification Date/Time */ IN1_29: Hl7Field; /** * Verification By */ IN1_30: Hl7Field; /** * Type of Agreement Code */ IN1_31: Hl7Field; /** * Billing Status */ IN1_32: Hl7Field; /** * Lifetime Reserve Days */ IN1_33: Hl7Field; /** * Delay before lifetime reserve days */ IN1_34: Hl7Field; /** * Company Plan Code */ IN1_35: Hl7Field; /** * Policy Number */ IN1_36: Hl7Field; /** * Policy Deductible */ IN1_37: Hl7Field; /** * Policy Limit - Amount */ IN1_38: Hl7Field; /** * Policy Limit - Days */ IN1_39: Hl7Field; /** * Room Rate - Semi-Private */ IN1_40: Hl7Field; /** * Room Rate - Private */ IN1_41: Hl7Field; /** * Insureds Employment Status */ IN1_42: Hl7Field; /** * Insureds Sex */ IN1_43: Hl7Field; /** * Insureds Employer Address */ IN1_44: Hl7Field; /** * Verification Status */ IN1_45: Hl7Field; /** * Prior Insurance Plan ID */ IN1_46: Hl7Field; /** * Coverage Type */ IN1_47: Hl7Field; /** * Handicap */ IN1_48: Hl7Field; /** * Insureds ID Number */ IN1_49: Hl7Field; }