muccg/rdrf

Server Error on Date of death mapped field

Closed this issue · 2 comments

id2359 commented

HSS UAT CRC:
navigate to Survivial form for a patient with DOD
--> get server error message

id2359 commented

Checked on HSS UAT CRC and confirmed this is a mapping error

mappings had:

"SurvivalFollowup/DIED/DEATHDATE": {"path": "PID.F29", "function": "date"},
"BCCA/BCCAFollowup/BCCAdeath_date": {"path": "PID.F29", "function": "date"}

Should be

"SurvivalFollowup/DIED/DEATHDATE": {"path": "PID.F29", "function": "rdrf_date"},
"BCCA/BCCAFollowup/BCCAdeath_date": {"path": "PID.F29", "function": "rdrf_date"},

So this is a config error not a codebase problem

id2359 commented

I''ve created https://github.com/muccg/ops/issues/2382 to perform the ops