CareCascade / Sandbox
Live Engine Harness
Interact directly with the resolution engine. Input clinical codes to verify hierarchy inheritance, policy attachment, and exception handling.
Code Resolution
Recommended
Returns parent nodes and children to visualize inheritance paths.
Policy Inspection
Integration Details & Proxy Setup
To integrate the engine into your own frontend, include the proxy client:
<script src="//static.buffa.ly/js/JsonMethod.js?v=2"></script>
<script src="//static.buffa.ly/js/validators.js?v=2"></script>
<script src="/JsonWS/Buffaly.MedOnt.Icd10CodesService.ashx.js"></script>
// Instantiate: const engine = new Icd10CodesServiceService();
Waiting for input...