POST /terminology/v1/classify/condition
Classifies a condition, problem, or diagnosis. The input must be from one of the following code systems:
See the Classify API Overview for general principles that apply to all Classify API operations.
Contents
Code value.
The source code system (as a name or URL).
Display string.
Clinically-relevant category based on AHRQ Clinical Classifications.
A list of codings.
Code value.
The source code system (as a URL).
Display string.
Clinically-relevant category based on AHRQ Clinical Classifications. Prioritizes inpatient-relevant category.
Code value.
The source code system (as a URL).
Display string.
Clinically-relevant category based on AHRQ Clinical Classifications. Prioritizes outpatient-relevant category.
Code value.
The source code system (as a URL).
Display string.
Based on AHRQ Chronic Condition Indicator.
Based on AHRQ Chronic Condition Indicator.
Medicare Risk Adjustment category based on latest version of ICD10 grouping system from CMS.
A list of codings.
Code value.
The source code system (as a URL).
Display string.
Indicator of behavioral and mental health-related conditions based on grouping multiple CCSR categories.
Indicator of substance use and abuse-related conditions based on grouping multiple CCSR categories.
Indicator of social determinants of health based on grouping multiple CCSR categories.
One of: Confirmed, Suspected, Exposure, Encounter, SignsAndSymptoms, NonspecificRespiratoryViralInfection. Based on proprietary value sets developed from WHO, CDC, SNOMED, and AMA coding advisories.
{
"code": "J45.50",
"system": "ICD-10-CM"
}
{
"ccsrCategory": {
"coding": [
{
"system": "CCSR Category",
"code": "RSP009",
"display": "Asthma"
}
]
},
"ccsrDefaultInpatient": {
"system": "Default CCSR Category",
"code": "RSP009",
"display": "Asthma"
},
"ccsrDefaultOutpatient": {
"system": "Default Outpatient CCSR Category",
"code": "RSP009",
"display": "Asthma"
},
"cciAcute": false,
"cciChronic": true,
"hccCategoryLatest": null,
"behavioral": false,
"substance": false,
"socialDeterminant": false,
"covid19Condition": null
}
For additional examples, or to try out the API live, see the Developer Portal Sandbox