curl -X GET "https://api.nevatal.com/api/v1/clinical-procedures/proc_general_consult" \
-H "Authorization: Bearer nvtl_your_api_key"
{
"id": "proc_general_consult",
"name": "Consulta General",
"code": "890101",
"specialty": "Odontología General",
"description": "Consulta de valoración general",
"duration": 30,
"price": 150000,
"currency": "COP",
"requiredEquipment": [],
"status": "active",
"createdAt": "2025-01-10T08:00:00Z"
}
Clinical Procedures
Get Clinical Procedure
Retrieve a single clinical procedure
GET
/
api
/
v1
/
clinical-procedures
/
{id}
curl -X GET "https://api.nevatal.com/api/v1/clinical-procedures/proc_general_consult" \
-H "Authorization: Bearer nvtl_your_api_key"
{
"id": "proc_general_consult",
"name": "Consulta General",
"code": "890101",
"specialty": "Odontología General",
"description": "Consulta de valoración general",
"duration": 30,
"price": 150000,
"currency": "COP",
"requiredEquipment": [],
"status": "active",
"createdAt": "2025-01-10T08:00:00Z"
}
Path Parameters
The procedure ID
curl -X GET "https://api.nevatal.com/api/v1/clinical-procedures/proc_general_consult" \
-H "Authorization: Bearer nvtl_your_api_key"
{
"id": "proc_general_consult",
"name": "Consulta General",
"code": "890101",
"specialty": "Odontología General",
"description": "Consulta de valoración general",
"duration": 30,
"price": 150000,
"currency": "COP",
"requiredEquipment": [],
"status": "active",
"createdAt": "2025-01-10T08:00:00Z"
}
⌘I

