Schemas
ValidateResponse
Unique Identifier
Example:
"e4eaaaf2-d142-11e1-b3e4-080027620cdd"
Available options:
Supported
, Unsupported
, NoDetermination
Required range:
0 <= x <= 1
Example:
0.88
Reasoning for determiniation
Example:
"Diagnosis not supported as the SOFA score threshold was not met when account for baseline creatinine"
Clinical criteria assessed against
Example:
"Renal Dysfunction"
Start index of text as function of the medical record input text
Example:
1319
End index of text as function of the medical record input text
Example:
1362
Example:
"CKD baseline 1.3 elevated to 2.1 creatinine"
Evaluation of the clinical critera due to the source
Available options:
Supports
, Rejects
, Other
Example:
"Rejects"
{
"claim_id": "e4eaaaf2-d142-11e1-b3e4-080027620cdd",
"validation": [
{
"diagnosis": {
"code": "A40.9",
"present_on_admission": "Y"
},
"determination": {
"result": "Unsupported",
"confidence": 0.88,
"reasoning": "Diagnosis not supported as the SOFA score threshold was not met when account for baseline creatinine",
"evidence": [
{
"criteria": "Renal Dysfunction",
"source": {
"start_index": 1319,
"end_index": 1362,
"text": "CKD baseline 1.3 elevated to 2.1 creatinine"
},
"evaluation": "Rejects"
}
]
}
}
]
}