Lookup Icd Ten Codes
Resolve an explicit set of ICD-10 codes to their descriptions.
Backs the printed Super Bill, whose service blocks name each diagnosis (“M79.10 - Myalgia, unspecified site”) the way Practice Fusion’s does. Service lines persist diagnoses as bare codes, so the descriptions are reference data resolved at print time rather than per-bill data.
An exact batch lookup rather than a reuse of /icd-10/search: the print
path already knows exactly which codes are on the document, and icd_ten
is far too large to page through that endpoint’s capped result set to build
a code -> description map.
Matched upper-cased against the primary key, so a free-typed lower-case diagnosis still resolves. Unknown codes are simply absent from the response and the bill prints the bare code, which is what it did before this existed.
Headers
The tenant you are making this request on behalf of
Your api key
Query Parameters
ICD-10 codes to resolve; repeat the param once per code

