dwagelaar / ttc2023-kmehr2fhir

The TTC 2023 KMEHR to FHIR case
MIT License
0 stars 5 forks source link

Superfluous Practitioner and Organization element #2

Closed dwagelaar closed 1 year ago

dwagelaar commented 1 year ago

Q: When applying your reference solution to sumehr_example.kmehr, an extra Organization is created at the root of the resource, after the DocumentRoot. Is this necessary?

A: The extra Organization should not have been there, and if you look closely, you also see a Practitioner in the resulting FHIR document that is not referenced from anywhere. Both of these are generated from the KMEHR Header (sender and recipient). As FHIR does not use a header with sender and recipient, these should have been filtered out.