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

Deal with list fields #20

Merged
merged 3 commits into from
May 2, 2024
Merged

Deal with list fields #20

merged 3 commits into from
May 2, 2024

Conversation

pipliggins
Copy link
Collaborator

Fields which contain lists of more than one object (whether that's a dictionary, list etc) are stored in a single column with the FHIR field name appended with "_dense".

We don't expect this to be a common pattern for heavily used parts of the data. If found to be common, for lists of codeableConcept types a second column "x_denseCodes" listing just the codes in the adopted "url|code" format could also be provided to increase search speed. The "x_dense" column will remain to aid reconstruction into standard FHIR.

@pipliggins pipliggins merged commit 97d63b4 into main May 2, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant