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

Authors would like a better way of handling base64 encoded elements #1451

Open
jafeltra opened this issue Apr 2, 2024 · 0 comments
Open

Comments

@jafeltra
Copy link
Collaborator

jafeltra commented Apr 2, 2024

Authors would like a better way of handling base64 encoded elements so they do not need to manage the base64 encoding themselves.

There may be multiple ways we could go about this:

  • Add a new FSH keyword (like Base64(...)). This would require a FSH spec change.
  • Automatically base64 encode strings that are on elements that have the base64Binary type. This would require first ensuring the string was not already base64 encoded.
  • Or some other approach!

First mentioned on Zulip: https://chat.fhir.org/#narrow/stream/215610-shorthand/topic/base64.20elements

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

1 participant