GET api/SearchDiagnosisCodes?Term={Term}

Search for diagnoses whose code or description contains the search term.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Term

Search term

string

Required

Body Parameters

None.

Response Information

Resource Description

JSON array of label-value pairs. The value of each pair represent the diagnosis ID. Sample: [{"label":"E04.1 (Nontoxic single thyroid nodule)","value":1}]

Object

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />