Stream: bulk data
Topic: Clarification on Bulk endpoints in ballot
Yunwei Wang (Apr 26 2019 at 14:52):
I understand the necessaries to have endpoint for Bulk data in the ballot. But in practice, if server provides system level export for patient resource, is that OK? I remember some servers support such query
GET [base URL]/$export?_type=Condition
Does it have different meaning and provide different result set compared to
GET [base URL]/Patient/$export?_type=Condition
I think ballot need to clarify that.
Josh Mandel (Apr 26 2019 at 20:45):
These are different if some conditions aren't associated with a patient (e.g., with a group instead). It's kind of a subtle point though; is there specific language you'd propose to address this?
Yunwei Wang (Apr 29 2019 at 15:20):
If it is group's Condition, should that be under /group/$export endpoint? I would like to some sentences stating that same resource type from different endpoins having different meaning.
Last updated: Apr 12 2022 at 19:14 UTC