Templates that are the starting point for treatment notes.
HTML is supported in answers to paragraph questions. We sanitize these answers to ensure the HTML is safe and our editor can support the formatting.
Currently, the following tags are supported: p
, div
, br
, ul
, ol
, li
, blockquote
, h1
, h2
, b
, i
, u
, and a
.
The angle bracket characters (<
, and >
) should be sent as html encodings (ex: <
should be sent as <
).
Content inside unescaped angle brackets could be indentified as unsupported HTML and will be stripped.
archived_at | string or null <date-time> |
object | |
created_at | string <date-time> |
deleted_at | string or null <date-time> |
id | string <int64> |
object | |
name | string <= 255 characters |
object or null | |
updated_at | string <date-time> |
{- "archived_at": "2019-08-24T14:15:22Z",
- "content": {
- "sections": [
- {
- "name": "string",
- "description": "string",
- "questions": [
- {
- "name": "string",
- "type": "text"
}
]
}
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "name": "string",
- "print_settings": {
- "include_patient_address": true,
- "include_patient_dob": true,
- "include_patient_medicare": true,
- "include_patient_occupation": true,
- "include_patient_reference_number": true,
- "title": "string"
}, - "updated_at": "2019-08-24T14:15:22Z"
}
successful operation
{- "treatment_note_templates": [
- {
- "archived_at": "2019-08-24T14:15:22Z",
- "content": {
- "sections": [
- {
- "name": "string",
- "description": "string",
- "questions": [
- {
- "name": null,
- "type": null
}
]
}
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "name": "string",
- "print_settings": {
- "include_patient_address": true,
- "include_patient_dob": true,
- "include_patient_medicare": true,
- "include_patient_occupation": true,
- "include_patient_reference_number": true,
- "title": "string"
}, - "updated_at": "2019-08-24T14:15:22Z"
}
], - "total_entries": 1,
- "links": {
}
}
Resource was created
Resource could not be saved due to validation errors
{- "content": {
- "sections": [
- {
- "name": "string",
- "description": "string",
- "questions": [
- {
- "name": "string",
- "type": "text"
}
]
}
]
}, - "name": "string",
- "print_settings": {
- "include_patient_address": true,
- "include_patient_dob": true,
- "include_patient_medicare": true,
- "include_patient_occupation": true,
- "include_patient_reference_number": true,
- "title": "string"
}
}
{- "archived_at": "2019-08-24T14:15:22Z",
- "content": {
- "sections": [
- {
- "name": "string",
- "description": "string",
- "questions": [
- {
- "name": "string",
- "type": "text"
}
]
}
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "name": "string",
- "print_settings": {
- "include_patient_address": true,
- "include_patient_dob": true,
- "include_patient_medicare": true,
- "include_patient_occupation": true,
- "include_patient_reference_number": true,
- "title": "string"
}, - "updated_at": "2019-08-24T14:15:22Z"
}
Successful operation
{- "archived_at": "2019-08-24T14:15:22Z",
- "content": {
- "sections": [
- {
- "name": "string",
- "description": "string",
- "questions": [
- {
- "name": "string",
- "type": "text"
}
]
}
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "name": "string",
- "print_settings": {
- "include_patient_address": true,
- "include_patient_dob": true,
- "include_patient_medicare": true,
- "include_patient_occupation": true,
- "include_patient_reference_number": true,
- "title": "string"
}, - "updated_at": "2019-08-24T14:15:22Z"
}
Resource was updated
Resource could not be saved due to validation errors
{- "content": {
- "sections": [
- {
- "name": "string",
- "description": "string",
- "questions": [
- {
- "name": "string",
- "type": "text"
}
]
}
]
}, - "name": "string",
- "print_settings": {
- "include_patient_address": true,
- "include_patient_dob": true,
- "include_patient_medicare": true,
- "include_patient_occupation": true,
- "include_patient_reference_number": true,
- "title": "string"
}
}
{- "archived_at": "2019-08-24T14:15:22Z",
- "content": {
- "sections": [
- {
- "name": "string",
- "description": "string",
- "questions": [
- {
- "name": "string",
- "type": "text"
}
]
}
]
}, - "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "name": "string",
- "print_settings": {
- "include_patient_address": true,
- "include_patient_dob": true,
- "include_patient_medicare": true,
- "include_patient_occupation": true,
- "include_patient_reference_number": true,
- "title": "string"
}, - "updated_at": "2019-08-24T14:15:22Z"
}