Stream: IG creation
Topic: element hierarchy
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?
Sean McIlvenna (Jan 30 2020 at 16:55):
I'm trying to verify my logic for "find child elements of element X"
Sean McIlvenna (Jan 30 2020 at 16:55):
it gets complicated when you start dealing with slices
Sean McIlvenna (Jan 30 2020 at 16:56):
and having to distinguish between using ElementDefinition.path vs. ElementDefinition.id
Grahame Grieve (Jan 30 2020 at 18:48):
in Java, org.hl7.fhir.r5.conformance.ProfileUtilities.getChildren(List<ElementDefinition>, ElementDefinition)
Sean McIlvenna (Jan 30 2020 at 18:59):
which repo is that in @Grahame Grieve ?
Sean McIlvenna (Jan 30 2020 at 19:00):
org.hl7.fhir.core?
Sean McIlvenna (Jan 30 2020 at 19:00):
I think
Sean McIlvenna (Jan 30 2020 at 19:00):
in hapifhir
Grahame Grieve (Jan 30 2020 at 19:00):
https://github.com/hapifhir/org.hl7.fhir.core
Sean McIlvenna (Jan 30 2020 at 19:00):
k thx
Last updated: Apr 12 2022 at 19:14 UTC