Closed znatty22 closed 4 years ago
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:
https://github.com/kids-first/kf-model-fhir/pull/78#discussion_r382604225
@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?
@abgeorge7 the latter - total num of resources of that type that reference the given ID
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:
Would allow the user to see a table like this:
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.