Skip to content

Instantly share code, notes, and snippets.

@tareko
Created October 20, 2012 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tareko/3922555 to your computer and use it in GitHub Desktop.
Save tareko/3922555 to your computer and use it in GitHub Desktop.
What the array looks like
array(
(int) 1 => array(
'healthcare_provider' => '010800',
(int) 1 => array(
'patient_birthdate' => '19550807',
'payment_program' => 'HCP',
'payee' => 'P',
'referring' => '',
'BillingsItems' => array(
(int) 0 => array(
'service_code' => 'H152A',
'fee_submitted' => '006330',
'number_of_services' => '01',
'service_date' => '20121215'
)
)
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment