POST /terminology/v1/standardize/lab
Standardize a lab observation or 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": "hba1c 1/15/22 from outside lab"
}
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "43396009",
"display": "Hemoglobin A1c measurement (procedure)"
}
]
}
For additional examples, or to try out the API live, see the Quickstart Tools.