Stream: Da Vinci CDex
Topic: Filtered Query Scenario
Lisa Nelson (Sep 10 2020 at 22:28):
@Lloyd McKenzie the Filtered Query scenario in Connectathon 25 says
Filtered Query - Action: Data Consumer Payer creates a Task on the Data Source Payer's system soliciting the execution of a query that will return the patient's active medication orders then polls for updates to the Task. When the Task is complete, the Data Consumer reads the document referenced via the Task.output
I'm questioning if this should say:
Filtered Query - Action: Data Consumer Payer creates a Task on the Data Source Payer's system soliciting the execution of a query that will return the patient's active medication orders then polls for updates to the Task. When the Task is complete, the Data Consumer reads the referenced resources or SearchSet Bundle via the Task.output
Lloyd McKenzie (Sep 11 2020 at 02:57):
Updated
Lisa Nelson (Sep 11 2020 at 11:31):
One additional suggestion for you to consider:
Currently says: Action: Data Consumer Payer creates a Task on the Data Source Payer's system soliciting the execution of a query that will return the patient's active medication orders then polls for updates to the Task. When the Task is complete, the Data Consumer reads the search response Bundle referenced via the Task.output
Suggested change: Action: Data Consumer Payer creates a Task on the Data Source Payer's system soliciting the execution of a query that will return, for example, the patient's active medication orders, then polls for updates to the Task. When the Task is complete, the Data Consumer reads the search response Bundle referenced via the Task.output
Lloyd McKenzie (Sep 11 2020 at 13:45):
I think the intention was that, for testing purposes, we'd limit ourselves to the one query. We didn't want test systems to have to support any arbitrary query, though obviously in production, the options would be wide open. (We're not really concerned about testing the actual 'query' capability at connectathon, more the request and response mechanisms. There are oodles of ways to test query using public test servers.
Lisa Nelson (Sep 11 2020 at 15:21):
Got it. Thanks. Lloyd.
Last updated: Apr 12 2022 at 19:14 UTC