Stream: inferno
Topic: Multi-Patient BDGV-19 BDGV-20
Glenn Kersting (Sep 23 2021 at 21:47):
Since Organization and Practitioner do not have a direct reference to the patient, should we only have to go 1 level deep to get a transitive reference for these types from the ones listed in the test which were CareTeam, DiagnosticReport Lab, DiagnosticReport Note, DocumentReference, MedicationRequest
and Provenance for Organization.
Glenn Kersting (Sep 23 2021 at 21:48):
(deleted)
Glenn Kersting (Sep 24 2021 at 13:12):
Currently our export for the patient in this section uses the patient compartment which does not have the organization and practitioner resources in it so we are trying to determine what is expected as far getting these resources.
Yunwei Wang (Sep 24 2021 at 13:22):
That is correct. Encounter/Organization/Practitioner resource are collected through references in other US Core Resources.
Glenn Kersting (Sep 24 2021 at 13:34):
So when adding to the ndjson for Organization if the CareTeam resource has an organization in it...add that to the file but we do not need to iterate any further. Correct?
Yunwei Wang (Sep 24 2021 at 13:40):
What do you mean "need to iterate any further"?
Glenn Kersting (Sep 24 2021 at 17:27):
We know that CareTeam has a reference to Practitioner so that would go into the Practitioner Ndjson.
But what about CareTeam has a reference to Practitioner and Practitioner has a reference to Organization. Would you expect that Organization to be in the Organization Ndjson? So we are basically looking for guidance on how far should we traverse the transitive references.
Glenn Kersting (Sep 27 2021 at 15:49):
My thoughts are if as we export the resource, we look and export any reference within that resource. With that we should have all the data exported we need. Does that sound correct? Example we are exporting CareTeam if that CareTeam has a practitioner as a reference we export it. If that CareTeam has an organization as a reference we export that organization.
Last updated: Apr 12 2022 at 19:14 UTC