# LabWise Knowledge Objects
This is a collection of objects that focus on test guidelines as provided by Chossing Wisely.
# Status
The current release of LabWise collection of knowledge objects is
This release contains 3 KOs, as listed.
# LabWise KO Description
Endpoint: /getrecommendation
Input Example:
{
"labtest":"vte",
"testresult": true
}
Output Example (Only the result
of the response is shown):
{
"labtest":"vte",
"testresult":true,
"status":"Major transient risk factors are present for the patient",
"recs":[
{
"text":"DO NOT order Thrombophilia Level Test."
}],
"source":"American Society of Hematology",
"link":"http://www.choosingwisely.org/clinician-lists/american-society-hematology-testing-for-thrombophilia-in-adults/"
}