Procedures Endpoint

Endpoint: /v3/procedures
Methods: GET

ParameterData TypeRequired/OptionalDescription
qstringrequiredpartial procedure text
limitintegeroptionalDefault: 1000

Example JSON Response:

{
"data": {
"results": [
{
"code": "73562",
"code_set": "CPT",
"description": "This radiologic procedure involves examining the knee from three different angles. With three different viewpoints, a comprehensive, detailed analysis of the knee's structure can be obtained. This helps with accurately diagnosing injuries, or identifying any abnormalities that might be present in the knee",
"title": "Three View Knee X-Ray"
},
{
"code": "73564",
"code_set": "CPT",
"description": "This procedure involves a comprehensive radiologic examination of the knee, presenting four or more views. These multiple perspectives provide a detailed and thorough understanding of the knee's conditions for accurate diagnosis and treatment decision-making. This examination is critical for detecting conditions or issues that might exist within the knee",
"title": "Comprehensive Four View Knee X-Ray"
},
{
"code": "29882",
"code_set": "CPT",
"description": "In this surgical procedure, an endoscope is used to repair cartilage of the knee joint. Depending on the area that needs attention, the procedure focuses on repairing either the medial (inside) or lateral (outside) knee cartilage, known as meniscus. The operation aims to restore the functionality and relieve pain within the knee joint",
"title": "Endoscopic Repair of Medial or Lateral Knee Joint Cartilage"
}
]
}
}

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!