Feature/phase5 federated dp onnx - #37
Merged
Merged
Conversation
…y, Bulk Data export) - Add \ operation with honest scope (not US Core/IPS conformance - neither has a published FHIR R5 version) - Add local LOINC terminology table for vital signs - Add SMART App Launch discovery (.well-known/smart-configuration, oauth-uris) - Add fhirUser/launch-context patient propagation and compartment enforcement - Add Bulk Data \ (kickoff/poll/download), in-process, documented boundary - 97/97 tests passing
- Fix NEWS2 heart rate 41-50bpm scoring (1 -> 2, per published RCP chart) - Fix AKI KDIGO absolute creatinine >=4.0mg/dL check (was gated on baseline availability) - Fix truthy-check bug silently skipping real zero-valued vitals (RR=0, HR=0) - Verify all existing citations against primary sources (all accurate) - Add boundary-value test suite (every threshold, missing-data, zero-value paths) - Add CDS Hooks conformance test suite - 182/182 tests passing
…ion) - Fix: differential privacy epsilon/delta were decorative -- noise_multiplier was a fixed constant ignoring declared config. Replaced with real RDP accounting (dp_accounting library), calibrated to hit the declared epsilon exactly over the planned training run. - Add ONNX-based model weight serialization, replacing json.dumps hash that couldn't distinguish float32 from float64 and wasn't guaranteed bit-exact. - Revise mTLS scope: no network transport exists between coordinator and participants yet -- deferred to a future milestone that adds one, rather than building mTLS with nothing to secure. - 210/210 tests passing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Describe the behavior and why it is needed.
Verification
ruff check .pytestmypy src/medintelosnpm testwhen contracts changedRisk Review