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

fhirflat assumes leading zeroes are not significant, check if this is true or document #35

Open
abhidg opened this issue May 29, 2024 · 0 comments

Comments

@abhidg
Copy link
Contributor

abhidg commented May 29, 2024

See fhirflat/flat2fhir.py line 34:

c if isinstance(c, str) else str(int(c)) for c in raw_codes

This would convert the code '024' to '24'.

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