Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter MedicationRequest Retrieves on status #120

Open
sliver007 opened this issue May 29, 2020 · 1 comment
Open

Filter MedicationRequest Retrieves on status #120

sliver007 opened this issue May 29, 2020 · 1 comment

Comments

@sliver007
Copy link
Collaborator

Need to be able to filter MedicationRequest retrieves by status (to 'active'), but it doesn't seem to work. This is specifically relevant in the three main queries of OpioidCDSCommon

An example pattern:

codesystem "Medication Request Status Codes": 'http://hl7.org/fhir/medication-request-status'
code "Active MedicationRequest": 'active' from "Medication Request Status Codes"
("Get Active Ambulatory Medication Requests"([MedicationRequest: status in "Active MedicationRequest"])) Rx

@sliver007
Copy link
Collaborator Author

The status filter depends on a change in the 1.2.1 evaluator and so can't really be implemented until the Ruler is updated to take that as a dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant