Skip to content

figure out ValueSets in codes.js #67

Open
@seanno

Description

@seanno

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions