-
Notifications
You must be signed in to change notification settings - Fork 16
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
Missing RM-Mappings support #56
Comments
Hey @owenfar, it is true that we currently don't support all DV types - DV_IDENTIFIER and DV_URI included. However, you can use Regarding SECTION - it's more of a structural data structure, with usually leaf nodes underneath. Medblocks UI does not deal with such RM types. We only deal with the end-left input nodes. Regarding multi-lingual support - since the output artefact of Medblocks UI is a set of web components with predefined labels, it would be challenging to add multiple languages to the workflow, without Medblocks UI is still maintained, and we provide regular updates based on the needs of our users. Happy to see you're considering this 😄. Any input or feedback is appreciated! |
Hello @sidharthramesh, thank you for your reply. I'm glad to hear it's still maintained because it's the best library available at the moment and we're considering to use it in production in the near future. Do you see DV_IDENTIFIER more as an For DV_URI and DV_EHR_URI I used the Thanks once again for these suggestions. In terms of languages, for our use-case I updated the transformations object functions to include a second parameter called
This way if the language is available, we can output the right language context. |
Hello,
Currently the library does not support some RM types such as DV_IDENTIFIER, DV_URI, SECTION, ... I don't know if I'll face more clashes but I'm wondering if the library is being maintained / up-to-date with latest changes in data types found in EHR templates & archetypes?
Another thing I want to point out is multi-lingual support. Templates can be exported in multiple language types, currently I think the library only defaults to EN (at least from the VSCode extension side of things).
Thanks in advance
The text was updated successfully, but these errors were encountered: