Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkswithme/EDI-X12-ANSI-270
PHP Library for creating EDI X12 ANSI 270 File 5010 Version
https://github.com/walkswithme/EDI-X12-ANSI-270
005010x279a1 ansi ansi-270 edi edi-x12-270-5010 php-edi-270 x12
Last synced: 3 months ago
JSON representation
PHP Library for creating EDI X12 ANSI 270 File 5010 Version
- Host: GitHub
- URL: https://github.com/walkswithme/EDI-X12-ANSI-270
- Owner: walkswithme
- License: gpl-2.0
- Created: 2017-12-07T06:57:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T09:08:02.000Z (almost 7 years ago)
- Last Synced: 2024-07-10T22:28:05.160Z (4 months ago)
- Topics: 005010x279a1, ansi, ansi-270, edi, edi-x12-270-5010, php-edi-270, x12
- Language: PHP
- Size: 13.7 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Electronic-Interchange-Github-Resources - walkswithme/EDI-X12-ANSI-270 - PHP Library for creating EDI X12 ANSI 270 File 5010 Version (Examples / Golang)
README
# EDI X12 ANSI 270
PHP Library for creating EDI X12 ANSI 270 File 5010 VersionA Simple PHP function for creating an EDI X12 ANSI 270 file version 005010X279A1
## How To use
```````````
$res[] = [
'tansaction_id' => '000001' /*Unique Transaction ID for each request */
,'date_of_service' => '20171028' /* Date Of service */
,'subscriber_lname' => '***' /* Subscriber/Patient last name */
,'subscriber_fname' => '***' /* Subscriber/Patient First name */
,'subscriber_mname' => '**' /* Subscriber/Patient middle name */
,'subscriber_dob'=>'***' /* Subscriber/Patient DOB YYYYMMDD*/
,'subscriber_policy_number' => '***' /* Subscriber/Patient Policy Number*/
,'subscriber_gender' => 'M' /* Subscriber/Patient Gender M/F/U */
,'date' =>'20171028' /* Interchange Date YYYYMMDD*/
,'provider_npi' => '***' /* Doctor NPI*/
,'x12_sender_id' => '***'
,'payer_code' => '***' /* Insurance Payer Code*/
,'x12_version' => '005010X279A1'
,'payer_name' => '****' /* Insurance Payer Name*/
];
createEDIFile($res,$segTer,$compEleSep);
echo "270 File is Ready !";```````````
The output file generated have a valid X12 EDI ANSI 270 file , just send the file to your insurance wharehouse
## Donation
If this project help you reduce time to develop, you can give me a cup of coffee :)[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=692Q7RBU2WG8S)
###### What Next ? Looking for 837P ? yep its ready will publish soon.
Looking for Code level integration support ? Catch Me here