Understanding Location IDs
Each location has two identifiers:-
id: Cobalt’s internal identifier (32-character UUID without hyphens)- Use when updating location settings like status
- Operations:
PATCH /v1/locations/{id}
-
ehr_id: Your EMR system’s location identifier- Use when creating appointments or other EMR operations
- Operations:
POST /v1/appointments(locationfield)
Quick Reference:
- Updating location settings → Use
id - Creating appointments → Use
ehr_id
