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

Hover Information #25

Open
JPercival opened this issue Jan 4, 2022 · 1 comment
Open

Hover Information #25

JPercival opened this issue Jan 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@JPercival
Copy link
Contributor

JPercival commented Jan 4, 2022

If I hover over:

[Encounter : "Some Value Set"]

I'd want to see:

Encounter

An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.

related to "Patient" context via "subject"
filtered to "Some Value Set" via "code"

This can be achieved by extracting the type information from the ELM and looking up Model meta-data from the ModelInfo. This needs to be done via the hover function.

Ideally, the hover would be scoped to the narrowest relevant expression. If I hover a function call, I'd want to see type information and documentation. If I hover over a definition, I'd want to see return type information, and so on.

@JPercival JPercival added the enhancement New feature or request label Jan 4, 2022
@JPercival
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant