Skip to content

pas-metrics: bump to 0.1.6, note what metric 4 can and cannot see - #32

Merged
not-in-stock merged 1 commit into
mainfrom
docs-pas-metrics-016
Aug 17, 2026
Merged

pas-metrics: bump to 0.1.6, note what metric 4 can and cannot see#32
not-in-stock merged 1 commit into
mainfrom
docs-pas-metrics-016

Conversation

@not-in-stock

@not-in-stock not-in-stock commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

What

Points the PAS Metrics page at 0.1.6, now published to payerbox-public, and adds one caveat about metric 4.

  • download link, file:// install example and the BOX_BOOTSTRAP_FHIR_PACKAGES coordinate → 0.1.6
  • new bullet under Reading the results explaining what metric 4 counts

Why

0.1.6 fixes metric 4. Both sides of its fraction used to count rows of the metric model — and a row is a service item, not a submission — so the percentage skewed with item count (one errored three-item claim read as "100% of 3 exchanges"). It now counts distinct exchanges, matching metric 8.

The new caveat covers the question that keeps coming up: metric 4 counts entries in ClaimResponse.error (typically an X12 error code written back by the UM system). A submission rejected up front — profile validation, for instance — is answered with an OperationOutcome and never stored, so it appears in neither the numerator nor the denominator. Without that, people try to exercise metric 4 by sending a bad payload and see nothing move.

Verification

The artifact is live and matches the repo build: https://storage.googleapis.com/payerbox-public/io.healthsamurai.pas-metrics-0.1.6.tar.gz returns 200, sha256 8a63f6ad… equals the tarball on prior-auth main, and it unpacks as 0.1.6 with r4.core as its only dependency. 0.1.4 and 0.1.5 stay in the bucket untouched.

0.1.6 is published to payerbox-public; point the download link, the
file:// install example and the bootstrap coordinate at it. 0.1.6 fixes
metric 4 to count exchanges rather than service items, so the percentage
no longer skews with item count.

Also adds the caveat readers keep hitting: metric 4 counts entries in
ClaimResponse.error, and a submission rejected up front (e.g. by profile
validation) is never stored, so it lands in neither the numerator nor the
denominator.
@not-in-stock
not-in-stock merged commit ed57ec1 into main Aug 17, 2026
2 checks passed
@not-in-stock
not-in-stock deleted the docs-pas-metrics-016 branch August 17, 2026 13:06
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

Successfully merging this pull request may close these issues.

1 participant