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

fhir_url() doesn't do url encoding #67

Closed
palmjulia opened this issue Nov 10, 2021 · 0 comments · Fixed by #82
Closed

fhir_url() doesn't do url encoding #67

palmjulia opened this issue Nov 10, 2021 · 0 comments · Fixed by #82
Assignees
Labels
bug Something isn't working

Comments

@palmjulia
Copy link
Collaborator

fhir_url("ENDPOINT", "Patient", parameter = "code=codesystem|code", url_enc = TRUE) ignores the url_enc=TRUE while fhir_url("ENDPOINT", "Patient", parameter = c("code"="codesystem|code"), url_enc = TRUE) works.

@palmjulia palmjulia self-assigned this Nov 10, 2021
@palmjulia palmjulia added the bug Something isn't working label Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant