You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently making a dropdown of a certain large hierarchical CodeSystem I have. I want the dropdown to be a browsable treeview. I would like to have the ability the retrieve all root concepts of my ValueSet first and display them collapsed in the treeview. When a concept in the treeview is clicked, I would like to be able to retrieve the next 'level', all concepts directly under the clicked concept.
Is there a way to do this easily already?
Environment:
HAPI FHIR Version 7.6.0
The text was updated successfully, but these errors were encountered:
As far as I can tell, the treeview is certainly possible.
All you have to do is add includeHierarchy=true in the $expand.
For eg, http://localhost:8080/fhir/ValueSet/$expand?url=http://hl7.org/fhir/ValueSet/body-site&includeHierarchy=true
I'm currently making a dropdown of a certain large hierarchical CodeSystem I have. I want the dropdown to be a browsable treeview. I would like to have the ability the retrieve all root concepts of my ValueSet first and display them collapsed in the treeview. When a concept in the treeview is clicked, I would like to be able to retrieve the next 'level', all concepts directly under the clicked concept.
Is there a way to do this easily already?
Environment:
The text was updated successfully, but these errors were encountered: