robertrambo wrote on Friday, March 08, 2013:
Sherwin,
As usual I went too far but I will use it as a personal ref for the future;
// Summary
$$$ X12 gen_x12 2310A not populating
$$$ Userland = Patient/demographics/choices/*Referring Provider*!
$$$ Referrer =(Drop_List^)?; (PCP is referrer?);
$$$ Renderer = (Drop_list); = fee sheet (Attending Physician)
REM Is all of this set properly ^
<
Donna is talking about a loop 2310A?
She may need to enter this on intake it should be set on a patient by patient basis if you have more than one PCP
http://en.wikipedia.org/wiki/Primary_care_physician ?
Try goto Userland Patient/demographics/choices/*Referring Provider*!
(Make sure this vale is assigned if you desire output > unassigned) <=>
Fee sheet will give you rendering provider (drop down)
I assume patients are getting referred by their primary always?
***There is also the medicare referrer is renderer (check box?) = I need to do more on this form_131
<input type=“checkbox” name=“form_131” id=“form_131” value=“1”> admin/misc/medicare *refferer is renderer
‘MedicareReferrerIsRenderer’ => array(
xl(‘Medicare Referrer Is Renderer’),
‘bool’, // data type
‘0’, // default = true
xl(‘For Medicare only, forces the referring provider to be the same as the rendering provider.’)
),
Since you have not customized the gen_x12 did any of your globals get replaced?
I would do a diff on you /openemr/ before and after upgrade … since you have customized code,
4.0.1 - 4.1.1(10) “Its not that complicated probally” maybe you can do this later tonight!
diff
https://github.com/openemr/openemr/commits/rel-410
vs
localhost/openemr.your.ver w/patches
you probally already do a ftp compare?
before upgrade / patch?
>
Its hard so steer from this side 
Hope in the future we can make x12 easier and more open!
(
I would like a dedicated sandbox for x12 testing
It will require alot of coding, parsing, scrubbing, error reporting, tweaking
We already have some error logging built in thanxs to Rod Roark @ sunset systems as you know
I would like to see this expanded upon into full blown scrubbing GUI PHP/HTML/JS
Brady, Rod are the goto’s on this
)
Does this help?