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

View resources linked to particular resource #18

Closed
znatty22 opened this issue Feb 18, 2020 · 3 comments · Fixed by #27
Closed

View resources linked to particular resource #18

znatty22 opened this issue Feb 18, 2020 · 3 comments · Fixed by #27
Assignees
Labels
feature New functionality

Comments

@znatty22
Copy link
Member

I think it might be useful for a user to view resources linked resources (resources which point to it). This would make use of FHIR search API's chained resource queries.

What do you think?

For example clicking on the blue link button below:
image

Would allow the user to see a table like this:

Base Type Profile Count
Observation PhenotypicFeature 204
Specimen None 2
Condition Diagnosis 1

Clicking one of the rows above ^ would then result in a resource list view, similar to what we already display when a user clicks on a card from the home page.

@znatty22 znatty22 added the question Further information is requested label Feb 18, 2020
@znatty22
Copy link
Member Author

When this feature is implemented it will really help us test our use of references. For example, right now there's a question of what goes in the reference:

kids-first/kf-model-fhir#78 (comment)

@abgeorge7 abgeorge7 added feature New functionality and removed question Further information is requested labels Feb 26, 2020
@abgeorge7
Copy link
Contributor

abgeorge7 commented Feb 26, 2020

@znatty22 In the table above, does "count" refer to the total number of resources of that type or the number of resources of that type that reference the given ID?

@znatty22
Copy link
Member Author

@abgeorge7 the latter - total num of resources of that type that reference the given ID

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

Successfully merging a pull request may close this issue.

3 participants