POST /terminology/v1/standardize/observation
Standardize an observation code. You can use this operation for a variety of observations, including data with a potential mix of lab, radiology, unknown, or other categories. The Standardize Lab and Standardize Radiology operations may be used when the specific type is known. 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": "BMI"
}
{
"coding": [
{
"system": "http://loinc.org",
"code": "39156-5",
"display": "BMI"
}
]
}
For additional examples, or to try out the API live, see the Developer Portal Sandbox