Reference to "All of one type" bundled codes #364
jleberre10
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some customer build we see that they often bundle individual billing codes together will all codes of another type. If we were to print out every billing code of that type every time a single code is bundled with them, it would balloon our file size and potentially make it impossible to generate a file.
To solve this, could we implement something similar to provider group references for bundled_codes? This way, if we come across a bundle that includes all codes of some type, we can just reference a bundled_codes array instead of duplicating that array every time it would otherwise appear in the file.
Additionally, most contracts have lines that match to all codes to basically assign a default price to any code that wasn't specifically priced before. The effect of this build is that we have to create and print tens of thousands of In-Network objects to represent a single contract line. Having a way to represent these lines in a more sensible way could drastically improve the file size issues that we and many others are running into.
Please consider these ideas.
Beta Was this translation helpful? Give feedback.
All reactions