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

write an helper to transform ${linkid} to fhirpath in Expression #10

Closed
delcroip opened this issue Mar 30, 2022 · 2 comments · Fixed by #11
Closed

write an helper to transform ${linkid} to fhirpath in Expression #10

delcroip opened this issue Mar 30, 2022 · 2 comments · Fixed by #11
Assignees

Comments

@delcroip
Copy link
Contributor

${linkid} will need to be translated to

%resource.repeat(item).where(linkId='4.2.1').answer.value

e.g. so to check a code one will have to write ${linkid}.code

@delcroip
Copy link
Contributor Author

see reason here google/android-fhir#819

@delcroip delcroip self-assigned this Mar 30, 2022
@magp18 magp18 self-assigned this Mar 31, 2022
@magp18
Copy link
Collaborator

magp18 commented Apr 1, 2022

@delcroip and in your example, if you write ${linkdid}.code in the excel file you should get %resource.repeat(item).where(linkId='linkid').answer.code in the JSON ?

@magp18 magp18 linked a pull request Apr 6, 2022 that will close this issue
1 task
delcroip added a commit that referenced this issue Apr 13, 2022
magp18 added a commit that referenced this issue Apr 13, 2022
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

Successfully merging a pull request may close this issue.

2 participants