POST /terminology/v1/standardize/radiology
Standardize a radiology or other report code, may return reference codings from:
See the Standardize API Overview for general principles that apply to all Standardize API operations.
Contents
Code value. Either code or display is required.
Display string. Either code or display is required.
The source code system (as a name or URL).
The desired code system (as a name or URL).
List of matching code values.
Code value.
The source code system (as a URL).
Display string.
{
"display": "CT scan of head w/o iv contrast 3d ago@StJoes"
}
{
"coding": [
{
"system": "http://loinc.org",
"code": "30799-1",
"display": "CT Head WO contr"
}
]
}
For additional examples, or to try out the API live, see the Developer Portal Sandbox