medizininformatik-initiative / torch

Apache License 2.0
0 stars 0 forks source link

Handle Nested Lists #15

Open Lucas0T opened 1 month ago

Lucas0T commented 1 month ago

Currently only lists at the level of Elements to be copied is handled. So for an element contained in within a list element e.g. Condition.code.coding.system "code": { "coding": [{ "system": "http://snomed.info/sct", "version": "http://snomed.info/sct/900000000000207008/version/20230731", "code": "91613004", "display": "Contusion of elbow (disorder)" }, { "system": "http://fhir.de/CodeSystem/bfarm/icd-10-gm" } ] Only the last Element will be handled. For the moment it is assumed that such lists are constrained by slicing (resulting in a single path) or fully exported.