Stream: implementers
Topic: Tree Structure Based on FHIR Context
prawal sharma (Apr 20 2017 at 21:39):
I am trying to accomplish a tree structure that is generated using FHIR context. I was able to get the first level of childElements using getResourceDefinition(). However, going down deep into each structure is not where I can find a way around. Can someone suggest me a ways to build the tree structure from the context. Thank You
Grahame Grieve (Apr 20 2017 at 21:53):
where does getResourceDefinition() come from?
prawal sharma (Apr 21 2017 at 15:58):
It comes from the fhir context... I search the resource by name..
Grahame Grieve (Apr 21 2017 at 20:29):
I meant, what library are you using?
prawal sharma (Apr 24 2017 at 16:59):
I am using DSTU2 HAPI library.
Grahame Grieve (Apr 24 2017 at 18:52):
then you should ask your question - with more context - on the hapi thread (and see http://wiki.hl7.org/index.php?title=FHIR_Rules_for_asking_questions)
prawal sharma (Apr 24 2017 at 21:02):
Thank You so much.. Appreciated
Last updated: Apr 12 2022 at 19:14 UTC