muccg/rdrf

Medicare number not pulled into properly

Closed this issue · 5 comments

id2359 commented

LM:
The medicare # was already in patient Information had a space in it (ie xxxxxxxx 1) and there was no number in BCCA form. I did a patient query for this patient and found that the number was pulled into Pat Info form without a dash (ie xxxxxx) and still not showing in BCCA.

id2359 commented

check pid 29

id2359 commented

What I initially saw yesterday, before the patient query, was the number (using the example below 1234567890 with no spaces) and then the ‘– 1’ presumably indicated the first person on the card (which is why we later saw a number with ‘-2’ (2nd person on the card)).

When we did the patient query the number then appeared to come through as 12345678901.

id2359 commented

There are no dashes in the representation in Webpas:

looks like DDDDDDDDDD D

The last digit here is I presume the person number on the card

id2359 commented

The data is being pulled into RDRF/CIC ok.
The display format is a different issue.
The data transform functionality in the integration framework isn't intended for display formatting. A custom widget would be better suited for the CDE. But the external field widget is being used because the cde code appears in an HL7 mapping. Only one custom widget can be used at a time.

id2359 commented

Closing off this ticket as the data is actually being transferred ok.