837 P Transaction trying to transform patient info when subscriber is not the patient. #5016
Unanswered
asujata-1234
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to transform patient info when subscriber is not the patient along with some claims when subscriber is the patient. I came across another challenge when subscriber is not the patient or subscriber has dependent. So far I tried below code and few other variations. This code gives me all the subscribers for all claims and patient with qualifier QC. I do not need subscriber name TFirst6 when claim has dependent "QC_TFirst6". Sample message attached. Any advice is greatly appreciated. I tried deleting subscriber when subscriber is not the patient
TESTFILE1.txt
Processed sample file
["TFirst1","TFirst2","TFirst3","TFirst4","TFirst5","TFirst6","QC_TFirst6","TFirst7","TFirst8","TFirst9","TFirst10","TFirst11","TFirst12","TFirst13","TFirst14","TFirst15"]
Expected results
["TFirst1","TFirst2","TFirst3","TFirst4","TFirst5","QC_TFirst6","TFirst7","TFirst8","TFirst9","TFirst10","TFirst11","TFirst12","TFirst13","TFirst14","TFirst15"]
Beta Was this translation helpful? Give feedback.
All reactions