FHIR Chat · element hierarchy · IG creation

Stream: IG creation

Topic: element hierarchy


view this post on Zulip Sean McIlvenna (Jan 30 2020 at 16:54):

has anyone documented the logic that should be used to turn the flat list of elements into a hierarchy?

view this post on Zulip Sean McIlvenna (Jan 30 2020 at 16:55):

I'm trying to verify my logic for "find child elements of element X"

view this post on Zulip Sean McIlvenna (Jan 30 2020 at 16:55):

it gets complicated when you start dealing with slices

view this post on Zulip Sean McIlvenna (Jan 30 2020 at 16:56):

and having to distinguish between using ElementDefinition.path vs. ElementDefinition.id

view this post on Zulip Grahame Grieve (Jan 30 2020 at 18:48):

in Java, org.hl7.fhir.r5.conformance.ProfileUtilities.getChildren(List<ElementDefinition>, ElementDefinition)

view this post on Zulip Sean McIlvenna (Jan 30 2020 at 18:59):

which repo is that in @Grahame Grieve ?

view this post on Zulip Sean McIlvenna (Jan 30 2020 at 19:00):

org.hl7.fhir.core?

view this post on Zulip Sean McIlvenna (Jan 30 2020 at 19:00):

I think

view this post on Zulip Sean McIlvenna (Jan 30 2020 at 19:00):

in hapifhir

view this post on Zulip Grahame Grieve (Jan 30 2020 at 19:00):

https://github.com/hapifhir/org.hl7.fhir.core

view this post on Zulip Sean McIlvenna (Jan 30 2020 at 19:00):

k thx


Last updated: Apr 12 2022 at 19:14 UTC