Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Provider reference file (#292) * allowing for a normalized way to include provider groups into the main file. * initial documentation for the provider reference * fixing markdown documentation errors * minor version bump for provider references * Table of contents (#291) * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * removing old documentation. * fixing schema rules. Updating table of contents documentation * Documentation fix (#327) * Develop (#320) * Provider reference file (#292) * allowing for a normalized way to include provider groups into the main file. * initial documentation for the provider reference * fixing markdown documentation errors * minor version bump for provider references * Table of contents (#291) * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * removing old documentation. * fixing schema rules. Updating table of contents documentation * fixing readme documentation to match in-network schema * version bump * linking provider reference examples * fixing markdown error * Modifier codes (#334) * Develop (#320) * Provider reference file (#292) * allowing for a normalized way to include provider groups into the main file. * initial documentation for the provider reference * fixing markdown documentation errors * minor version bump for provider references * Table of contents (#291) * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * removing old documentation. * fixing schema rules. Updating table of contents documentation * introducing modifiers into the negotiated rates object * adding code modifiers to documentation with simple examples. * array of modifier codes allowing for multiple negotiated rates to be grouped together. * version bump based on modifier inclusion * adding billing code modifiers to allowed amounts schema/example * Provider reference internal (#341) * Develop (#320) * Provider reference file (#292) * allowing for a normalized way to include provider groups into the main file. * initial documentation for the provider reference * fixing markdown documentation errors * minor version bump for provider references * Table of contents (#291) * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * removing old documentation. * fixing schema rules. Updating table of contents documentation * updating the internal reference objects to support provider groups as an array. * version bump * Create multiplan-empty-example (#337) * Create multiplan-empty-example Would this be an example of the allowed amount multiple plan empty example? * Rename multiplan-empty-example to multiplan-empty-example.json Co-authored-by: scott haselton * Create multiplan-example_allowed-amounts (#345) * Create multiplan-example_allowed-amounts Is this an example of the multi-plan allowed amounts file? * Rename multiplan-example_allowed-amounts to allowed-amounts-multiple-plan-sample.json Co-authored-by: scott haselton * External references (#342) * Develop (#320) * Provider reference file (#292) * allowing for a normalized way to include provider groups into the main file. * initial documentation for the provider reference * fixing markdown documentation errors * minor version bump for provider references * Table of contents (#291) * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * removing old documentation. * fixing schema rules. Updating table of contents documentation * adding the ability to reference external provider group files within the provider_reference object * adding 'location' documentation for the provider_reference object * clairifying documentation with location examples * fixing MD formatting * adding the ability to reference external provider group files within the provider_reference object * adding 'location' documentation for the provider_reference object * clairifying documentation with location examples * fixing MD formatting * adding xml placeholder * adding temporary xml schema for table of contents * adding the ability to allow for multiple files to be combined together to make a complete in-network file * updating example to be more realistic * version bump * TOC sample, in_network_files should be an array (#343) The second instance of in_network_files is not an array. Does not comply with schema. Changing it to an array. * Updating in_network_files in JSON sample of README (#344) The JSON sample in the README is not showing in_network_files as an array. Made correction. * updating example documentation * ugh, spelling... * documentation fix * removing duplicate documentation * Updated README: in_network_file was not an array (#346) Found another instance where in_network_file was not an array in the JSON snippet of README.md * renaming file to match existing naming * Billing code hotfix (#351) * Develop (#320) * Provider reference file (#292) * allowing for a normalized way to include provider groups into the main file. * initial documentation for the provider reference * fixing markdown documentation errors * minor version bump for provider references * Table of contents (#291) * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * initial documentation for a table of contents file * minor markdown formatting fix * adding an example of table of contents * adding the actual example for a table of contents * adding required elements to the schema * adding test coverage for table-of-contents. Oddly, the JSON schema matcher didn't like the prescription drug file having a to a URL even though it wasn't included in the test suite * updating naming convention documentation * updating schema and readme documentation (and tests) to match the new naming requirements * renaming example files * removing duplicate documentation * removing old documentation. * fixing schema rules. Updating table of contents documentation * Adding 'RC' to billing code list. Discussion here: #348 * version bump for latest billing code addition * Modifier fix (#373) * fixing billing code modifier placement bug. Thanks @tdflow! Discussion: #361 * version bump * removing end of line * fixing some merge issues and updated the actual schema * additional modifier naming bugs. Discussion: #12 (#374) * Percentage added to negotiated_type (#393) * adding 'percentage' as an available negotiation type to allow for percentage of billing arrangements * version bump * updating documentation * Introducing custom billing coding types and codes (#394) * Adding custom code types and custom codes around representing all values for items and services * making documentation cleaner * README bug fix * version bump * Additional Information text field (#395) * allowing for the ability to providing contextual informatin related to the negotiated agreement * updating documentation for how the open text field can be used * cutting version 1.0 for release * documentation bug * updating additional_information documentation * fixing billing_code_modifier bug. Thanks @tdflow * Update README.md (#398) Thanks! * Update allowed-amounts.json (#399) remove the billing_class_modifier reference as billing_code_modifier is the field reference that should be used. Thank you so much @tdfow! * Perdiem (#400) * adding support for flagging per diem negotiated arrangements * updating documentation to be friendlier Co-authored-by: tdfow <[email protected]>
- Loading branch information