Stream: implementers
Topic: Modelling amount of worklist items
Philipp Eckert (Aug 13 2019 at 10:13):
Hello everybody, we have a telemedical patient record system that aggregates certain tasks to a list and displays the amount of tasks to a doctor. 1. Suspicious patients 2. Suspicious measurements 3. ECGs 4. Overdue tasks (i.e. "Call a patient") 5. Especially observed patients --> We would like to implement a FHIR interface in order to send those data to other systems. Could you give a us a hint which resource types would fit best for that? We already considered "ServiceRequest" and "Task" for that but haven't figured out how to combine these resource types with search parameters. We want to send the amount of items per worklist only, not the actual content. Thanks for any help. Kind regards, Philipp tasks.png
Jose Costa Teixeira (Aug 13 2019 at 16:51):
Did you look at Measure / MeasureReport ?
Lloyd McKenzie (Aug 20 2019 at 16:51):
Another option would be a custom operation - pass in a List and get back an integer with the size.
Last updated: Apr 12 2022 at 19:14 UTC