-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add support for if, for, assign and merge #6
Conversation
@ir4y it's fully backward compatible, I removed hardcoded R4 Model from resolveTemplate function, now it's passed in service instead. |
I've added a real-life complex test with a real mapper that accepts: Patient, QuestionnaireResponse, Organization and list of Provenances with associated target resources.
It's one of the most complex mappers I've ever written, so, it proves that FHIRPathMappingLanguage is good enough for complex things. |
Refs #1 #2 #3