Zero-dependency Clojure client for the Real Dental Costs Open Data API (https://realdentalcosts.com/en/api/): US dental procedure cash price ranges by state, state cost indexes and Medicaid paid amounts per CDT code (HHS/CMS T-MSIS). Data CC BY 4.0. Uses only java.net.http and clojure.data.json if present; otherwise returns raw JSON strings.
Zero-dependency Clojure client for the Real Dental Costs Open Data API (https://realdentalcosts.com/en/api/): US dental procedure cash price ranges by state, state cost indexes and Medicaid paid amounts per CDT code (HHS/CMS T-MSIS). Data CC BY 4.0. Uses only java.net.http and clojure.data.json if present; otherwise returns raw JSON strings.
(medicaid cdt)Medicaid paid amount per claim line for a CDT code (e.g. "D3330"), national and by state, 2018-2024.
Medicaid paid amount per claim line for a CDT code (e.g. "D3330"), national and by state, 2018-2024.
(procedure slug)One procedure by slug (e.g. "root-canal", "dentures", "dental-implant") with a 51-state low/avg/high table and a provenance block.
One procedure by slug (e.g. "root-canal", "dentures", "dental-implant") with a 51-state low/avg/high table and a provenance block.
(procedures)12 US dental procedures with national cash price ranges.
12 US dental procedures with national cash price ranges.
(state code)One state by two-letter code (case-insensitive).
One state by two-letter code (case-insensitive).
(state-row proc code)Return the by_state entry of a procedure payload for a state code.
Return the by_state entry of a procedure payload for a state code.
(states)50 states + DC with Restorative Cost Index and affordability score.
50 states + DC with Restorative Cost Index and affordability score.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |