POST /terminology/v1/standardize/medication
Standardize a medication 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": "Jentadueto extended (linagliptin 2.5 / metFORMIN 1000mg)"
}
{
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1796093",
"display": "linagliptin 2.5 MG / metformin hydrochloride 1000 MG Extended Release Oral Tablet [Jentadueto]"
}
]
}
For additional examples, or to try out the API live, see the Developer Portal Sandbox