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

Incorrect calculation of denominator exclusion #717

Open
aswathikrishnan24 opened this issue Jan 30, 2025 · 0 comments
Open

Incorrect calculation of denominator exclusion #717

aswathikrishnan24 opened this issue Jan 30, 2025 · 0 comments

Comments

@aswathikrishnan24
Copy link

aswathikrishnan24 commented Jan 30, 2025

Describe the bug
AppropriateDXAScansForWomenUnder65FHIR.Population_FromResource (testCaseId: "5436d957-23e1-4480-bf33-a9c7d27585ca")
The denominator exclusion should be 0 but it returns 1.

The test case is expecting a Denominator Exclusion to fail. To meet Denominator Exclusion, patient must have more than 2 alcoholic drinks in the day. The test case is only accounting for 1 resulting in a failure to meet, hence expected is 0 and actual is 1.

To Reproduce
Steps to reproduce the behavior:

  1. Go to AppropriateDXAScansForWomenUnder65FHIR.Population_FromResource
  2. Click on testCaseId: "5436d957-23e1-4480-bf33-a9c7d27585ca"
  3. Run the test case
  4. See error with denominator exclusion
Image

Screenshots

Image Image Image

Version used:
Version: develop-2.0
46d3248

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

No branches or pull requests

1 participant