Skip to main content
GET
/
v1
/
medical-record-configurations
/
{configuration_id}
Get a Smart Template by ID
curl --request GET \
  --url https://synapse.telepatia.ai/v1/medical-record-configurations/{configuration_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "hash": "<string>",
  "createdAt": "<string>",
  "configuration": {}
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Path Parameters

configuration_id
string
required

Response

Successful Response

Full medical record configuration (detail response).

id
string
required

Stable public identifier.

Example:

"mrc_a1b2c3d4e5f6g7h8"

hash
string
required

Content hash used to detect configuration changes.

createdAt
string
required

ISO-8601 timestamp when the configuration was created.

configuration
Configuration · object
required

Section configurations keyed by section name (e.g., 'chiefComplaint', 'vitals').