Stream: implementers
Topic: How I can represent hierarchical structure in ValueSet
Dimitar Dimitrov (Oct 04 2019 at 11:46):
Hello everyone. I am trying to implement a hierarchical structure of data in ValueSet. In fact the data consist of cities and town names with their corresponding parent municipalities. How I can achieve that, in a best available approach?
Grahame Grieve (Oct 04 2019 at 12:47):
the heirarchy belongs in the code system. If it's defined there, then see the example http://build.fhir.org/valueset-example-hierarchical.json.html - this has a code system that defines the heirarchy, and a value set that reproduces it
Marcelo Cabello (Oct 04 2019 at 12:58):
I did this work some weeks ago. Grahame's advice it's a good start point.
Last updated: Apr 12 2022 at 19:14 UTC