Replies: 1 comment 3 replies
|
This is how Microsoft did it: We should discuss this project. Has Microsoft solved the entire SQL-on-FHIR problem already? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Claims & EOBs are not very database-friendly resources because of their aggregated nature and "sequences" logic.
One of the possible solutions is to split them into header and item parts - ClaimHeader & ClaimItem, and resolve sequences:
All reactions