-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: expand partial CodeableConcepts in the final FHIR schema
If we see any piece of a CodeableConcept (or Coding) in the FHIR input, include the full CodeableConcept/Coding struct type. In practice, this means code types are either fully present or null. This is all to make downstream SQL a little easier to write, while still not bothering with a full FHIR schema up and down the element tree.
- Loading branch information
Showing
2 changed files
with
110 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters