Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HL7: Extract Additional Value Requirements #5

Closed
swinkstn opened this issue Aug 19, 2016 · 5 comments
Closed

HL7: Extract Additional Value Requirements #5

swinkstn opened this issue Aug 19, 2016 · 5 comments

Comments

@swinkstn
Copy link

We need to extract the PV1 PL (3), MSH 3, and MSH 4 in to the output tuple.

@chanskw
Copy link
Collaborator

chanskw commented Aug 19, 2016

This is what these fields mean:
MSH3 - Sending Application
MSH4 - Sending Facility
PV1-3: Assigned Patient Location (PL)

@chanskw chanskw changed the title Extract Additional Value Requirements HL7: Extract Additional Value Requirements Aug 19, 2016
@chanskw
Copy link
Collaborator

chanskw commented Aug 19, 2016

@swinkstn are you sure we need PV1-3 for assigned patient location? That information is already extracted and they are put in the "location" attribute of the tuple. Is that field empty for you for some reason?

@swinkstn
Copy link
Author

Ugh! Sorry! If those are being extracted already then that is fine sorry for the confusion. Please test with the samples I sent you from the customer to be sure that field is coming out.

@chanskw
Copy link
Collaborator

chanskw commented Aug 19, 2016

I think the problem is that location is always empty with the latest set of sample data.
I have adjusted the code to extract out the info correctly.

@chanskw
Copy link
Collaborator

chanskw commented Aug 19, 2016

Fixed issue, please try again. I added two fields: sendingApp and sendingFacility into the SPL tuple.

@chanskw chanskw closed this as completed Aug 19, 2016
chanskw added a commit that referenced this issue Apr 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants