Treatment Schedule Templates let your clinic define multi-visit care plans that can be quickly applied when scheduling a patient. They save time, reduce errors, and keep your team consistent.
Steps to Create a Treatment Schedule Template
1. Click the gear icon
Open Setup from the top-right corner.
2. Click “Setup”
This opens the main Salesforce Setup area.
3. Search for “Custom Metadata Types”
Use the Quick Find bar.
4. Click “Custom Metadata Types”
This shows the list of metadata types in your org.
5. Click “Manage Records” next to Treatment Schedule Template
This opens your existing templates.
6. Click “New”
Create a new treatment schedule template.
7. Enter a Label
Choose a descriptive label your team will immediately recognize.
8. Enter Template JSON
Paste your JSON into the Template JSON field.
9. Click Save
Your new template will now appear in the template list and can be used when scheduling a patient.
Example Template JSON
[
{
"dayOffset": 0,
"treatments": [
{ "type": "acupuncture", "duration": 45, "break": 0 },
{
"type": "hydrogen",
"duration": 30,
"break": 0,
"service": "a0FKd00000vHtxXMAS"
},
{ "type": "acupuncture", "duration": 45, "break": 15 },
{ "type": "acupuncture", "duration": 45, "break": 45 },
{
"type": "light",
"duration": 15,
"break": 45,
"service": "a0FKd00000vHtxcMAC"
}
]
},
{
"dayOffset": 1,
"treatments": [
{ "type": "acupuncture", "duration": 45, "break": 0 },
{
"type": "hydrogen",
"duration": 30,
"break": 0,
"service": "a0FKd00000vHtxXMAS"
},
{ "type": "acupuncture", "duration": 45, "break": 15 },
{ "type": "acupuncture", "duration": 45, "break": 45 },
{
"type": "light",
"duration": 15,
"break": 45,
"service": "a0FKd00000vHtxcMAC"
}
]
},
{
"dayOffset": 2,
"treatments": [
{ "type": "acupuncture", "duration": 45, "break": 0 },
{
"type": "hydrogen",
"duration": 30,
"break": 0,
"service": "a0FKd00000vHtxXMAS"
},
{ "type": "acupuncture", "duration": 45, "break": 15 },
{ "type": "acupuncture", "duration": 45, "break": 45 },
{
"type": "light",
"duration": 15,
"break": 45,
"service": "a0FKd00000vHtxcMAC"
}
]
},
{
"dayOffset": 3,
"treatments": [
{ "type": "acupuncture", "duration": 45, "break": 0 },
{
"type": "hydrogen",
"duration": 30,
"break": 0,
"service": "a0FKd00000vHtxXMAS"
},
{ "type": "acupuncture", "duration": 45, "break": 15 },
{ "type": "acupuncture", "duration": 45, "break": 45 },
{
"type": "light",
"duration": 15,
"break": 45,
"service": "a0FKd00000vHtxcMAC"
}
]
},
{
"dayOffset": 4,
"treatments": [
{ "type": "acupuncture", "duration": 45, "break": 0 },
{
"type": "hydrogen",
"duration": 30,
"break": 0,
"service": "a0FKd00000vHtxXMAS"
},
{ "type": "acupuncture", "duration": 45, "break": 15 },
{ "type": "acupuncture", "duration": 45, "break": 45 },
{
"type": "light",
"duration": 15,
"break": 45,
"service": "a0FKd00000vHtxcMAC"
}
]
}
]
