Skip to main content
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

id
string
required
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"
}