Open
Description
most of the valuesets for our codes just end up containing a single codesystem and that's easy. But some are more complicated, e.g.,: https://hl7.org/fhir/R4/valueset-consent-category.html ... need to figure out how to address these.
Note the current placeholder nyi code itself is a bit misleading ... we'll never get a valueset as a "system" in a codeableconcept ... we'll get one of the constituent codesystems. So the naive way to do this would be to manually break up the vs into its components and add each of them directly in the current model. Maybe that's an OK approach --- but it seems pretty brittle, would be way better to implement an "expand" approach.
Needs more thought.