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

Handle narrative description slicing in more robust fashion #21

Open
eyuasa opened this issue Aug 16, 2024 · 0 comments
Open

Handle narrative description slicing in more robust fashion #21

eyuasa opened this issue Aug 16, 2024 · 0 comments

Comments

@eyuasa
Copy link
Collaborator

eyuasa commented Aug 16, 2024

There are a few edge cases within the MADFSH narrative description generation that have not been handled because they require some more investigation. These edge cases include:

  • Slicing of elements - an example of this occurs in us-core-conditions-problems-health-concerns where there are two slices for .category. As a result, MADFSH says that the narrative mapping does not contain an entry for .category (because we instead have category:screening-assessment and category:us-core. Create a generalized way for the tool to handle situations where there are multiple definitions for a given attribute due to slicing.
  • There are profiles that make use of the [x] syntax for denoting choice data types. Examples are in the Observation profile (which makes use of effective[x] and value[x]. Right now, our mappings include the [x] choice type, but the application throws an error that effective and value are not supported. Create a generalized solution for handling whether we want to document the choice types or if we want to omit them, or if we want to include mappings both with and without the choice type included as entries.
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

No branches or pull requests

1 participant