-
Notifications
You must be signed in to change notification settings - Fork 19
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
Allow Extensions on Date Data Type #371
Comments
Hi @hannesUlrich. You are right. Extensions on primitive types are currently not supported in Blaze. I'll have a look into it. |
Hi @alexanderkiel, how is the status on this issue? |
No news on this, but I've put it on the v0.13 milestone. |
Hey @alexanderkiel, will this issue make it into the milestone? 😇 |
alexanderkiel
added a commit
that referenced
this issue
May 23, 2022
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Patient.birthDate can be masked due to data privacy reasons. In this case the extension DataAbsentReason is used.
But the blaze rejects the Patient due to the following reason:
I think that should not be so...
The text was updated successfully, but these errors were encountered: