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

in resources/patient.proto the birth_date is inconsist with std schemema definition , birthDate #11

Closed
niupanyu opened this issue Jun 3, 2020 · 2 comments

Comments

@niupanyu
Copy link

niupanyu commented Jun 3, 2020

https://www.hl7.org/fhir/patient.html

@nikklassen
Copy link
Member

The convention for naming proto fields is to use snake_case rather than camelCase. However, when you serialize it to JSON it will use camelCase.

@niupanyu
Copy link
Author

niupanyu commented Jun 4, 2020

thanks, that's the pb3 's constraint.

The convention for naming proto fields is to use snake_case rather than camelCase. However, when you serialize it to JSON it will use camelCase.

@niupanyu niupanyu closed this as completed Jun 4, 2020
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

2 participants