Skip to content
kensaku-kawamoto edited this page Jul 17, 2017 · 3 revisions

In order to gather feedback for issue #47, we are soliciting community feedback on prefetch queries that have been implemented at past Connectathons or future potential work.

Name Organization CDS Service Prefetch query
Josh Mandel CDS Hooks Patient Greeting Service Patient/{{Patient.id}}
Philip Warner Univ of Utah Opioid CDC Guidelines Patient/{{patient.id}}
MedicationOrder/_search?patient={{patient.id}}
Raj Muthukkannan UpToDate UTD AUC service Observation?patient={{Patient.id}}
Raj Muthukkannan UpToDate UTD Med Service Patient/{{Patient.id}}
Condition?patient={{Patient.id}}
MedicationStatement?patient={{Patient.id}}
Ken Kawamoto Univ of Utah Chronic disease management Patient/{{patient.id}}
Observation/_search?patient={{patient.id}} [then a way to say last X hemoglobin A1c from past year, where the key is that the end point of the 1 year timeframe will depend on when the service is being invoked]