Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added IN2 & FT1 support #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions lib/segments/ft1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"name": "FT1",
"fields": [
"Set ID - FT1",
"Transaction ID",
"Transaction Batch ID",
"Transaction Date",
"Transaction Posting Date",
"Transaction Type",
"Transaction Code",
"Transaction Description",
"Transaction Description - Alt",
"Transaction Quantity",
"Transaction Amount - Extended",
"Transaction Amount - Unit",
"Department Code",
"Health Plan ID",
"Insurance Amount",
"Assigned Patient Location",
"Fee Schedule",
"Patient Type",
"Diagnosis Code - FT1",
"Performed By Code",
"Ordered By Code",
"Unit Cost",
"Filler Order Number",
"Entered By Code",
"Procedure Code",
"Procedure Code Modifier",
"Advanced Beneficiary Notice Code",
"Medically Necessary Duplicate Procedure Reason",
"NDC Code",
"Payment Reference ID",
"Transaction Reference Key",
"Performing Facility",
"Ordering Facility",
"Item Number",
"Model Number",
"Special Processing Code",
"Clinic Code",
"Referral Number",
"Authorization Number",
"Service Provider Taxonomy Code",
"Revenue Code",
"Prescription Number",
"NDC Qty and UOM",
"DME Certificate of Medical Necessity Transmission Code",
"DME Certification Type Code",
"DME Duration Value",
"DME Certification Revision Date",
"DME Initial Certification Date",
"DME Last Certification Date",
"DME Length of Medical Necessity Days",
"DME Rental Price",
"DME Purchase Price",
"DME Frequency Code",
"DME Certification Condition Indicator",
"DME Condition Indicator Code",
"Service Reason Code"
]
}
78 changes: 78 additions & 0 deletions lib/segments/in2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"name": "IN2",
"fields": [
"Insured's Employee Id",
"Insured's Social Security Number",
"Insured's Employer's Name And Id",
"Employer Information Data",
"Mail Claim Party",
"Medicare Health Ins Card Number",
"Medicaid Case Name",
"Medicaid Case Number",
"Military Sponsor Name",
"Military Id Number",
"Dependent Of Military Recipient",
"Military Organization",
"Military Station",
"Military Service",
"Military Rank/Grade",
"Military Status",
"Military Retire Date",
"Military Non-avail Cert On File",
"Baby Coverage",
"Combine Baby Bill",
"Blood Deductible",
"Special Coverage Approval Name",
"Special Coverage Approval Title",
"Non-covered Insurance Code",
"Payor Id",
"Payor Subscriber Id",
"Eligibility Source",
"Room Coverage Type/Amount",
"Policy Type/Amount",
"Daily Deductible",
"Living Dependency",
"Ambulatory Status",
"Citizenship",
"Primary Language",
"Living Arrangement",
"Publicity Code",
"Protection Indicator",
"Student Indicator",
"Religion",
"Mother's Maiden Name",
"Nationality",
"Ethnic Group",
"Marital Status",
"Insured's Employment Start Date",
"Employment Stop Date",
"Job Title",
"Job Code/Class",
"Job Status",
"Employer Contact Person Name",
"Employer Contact Person Phone Number",
"Employer Contact Reason",
"Insured's Contact Person's Name",
"Insured's Contact Person Phone Number",
"Insured's Contact Person Reason",
"Relationship To The Patient Start Date",
"Relationship To The Patient Stop Date",
"Insurance Co Contact Reason",
"Insurance Co Contact Phone Number",
"Policy Scope",
"Policy Source",
"Patient Member Number",
"Guarantor's Relationship To Insured",
"Insured's Phone Number - Home",
"Insured's Employer Phone Number",
"Military Handicapped Program",
"Suspend Flag",
"Copay Limit Flag",
"Stoploss Limit Flag",
"Insured Organization Name And Id",
"Insured Employer Organization Name And Id",
"Race",
"Patient's Relationship To Insured",
"Co-Pay Amount"
]
}