GET api/SearchDiagnosisCodes?Term={Term}
Search for diagnoses whose code or description contains the search term.
Request Information
URI Parameters
Name | Description | Type | Additional 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}]
ObjectNone.
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" />