archived_at | string or null <date-time> | ||||||||||
category | string or null Value: "Memo" | ||||||||||
category_code | integer or null
| ||||||||||
confidential | boolean or null | ||||||||||
content | string or null | ||||||||||
created_at | string <date-time> | ||||||||||
direction_code | integer or null
| ||||||||||
direction_description | string or null Enum: "Received" "Sent" | ||||||||||
from | string or null | ||||||||||
id | string <int64> | ||||||||||
object | |||||||||||
object | |||||||||||
to | string or null | ||||||||||
type | string or null Enum: "Email" "Other" "Phone call" "SMS" | ||||||||||
type_code | integer or null
| ||||||||||
updated_at | string <date-time> |
{- "archived_at": "2019-08-24T14:15:22Z",
- "category": "Memo",
- "category_code": 12,
- "confidential": true,
- "content": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "direction_code": 1,
- "direction_description": "Received",
- "from": "string",
- "id": "string",
- "to": "string",
- "type": "Email",
- "type_code": 1,
- "updated_at": "2019-08-24T14:15:22Z"
}
successful operation
{- "communications": [
- {
- "archived_at": "2019-08-24T14:15:22Z",
- "category": "Memo",
- "category_code": 12,
- "confidential": true,
- "content": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "direction_code": 1,
- "direction_description": "Received",
- "from": "string",
- "id": "string",
- "to": "string",
- "type": "Email",
- "type_code": 1,
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "total_entries": 1,
- "links": {
}
}
Creating a memo with SMS or email as communication type will not send a communication.
A memo just records that a communication has taken place.
Resource was created
Resource could not be saved due to validation errors
{- "category_code": 12,
- "confidential": true,
- "content": "string",
- "direction_code": 1,
- "from": "string",
- "patient_id": "1",
- "to": "string",
- "type_code": 1
}
{- "archived_at": "2019-08-24T14:15:22Z",
- "category": "Memo",
- "category_code": 12,
- "confidential": true,
- "content": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "direction_code": 1,
- "direction_description": "Received",
- "from": "string",
- "id": "string",
- "to": "string",
- "type": "Email",
- "type_code": 1,
- "updated_at": "2019-08-24T14:15:22Z"
}
q[] | Array of strings |
Successful operation
{- "archived_at": "2019-08-24T14:15:22Z",
- "category": "Memo",
- "category_code": 12,
- "confidential": true,
- "content": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "direction_code": 1,
- "direction_description": "Received",
- "from": "string",
- "id": "string",
- "to": "string",
- "type": "Email",
- "type_code": 1,
- "updated_at": "2019-08-24T14:15:22Z"
}
category_code | integer or null
| ||||||||||
confidential | boolean or null | ||||||||||
content | string or null | ||||||||||
direction_code | integer or null
| ||||||||||
from | string or null | ||||||||||
patient_id | string <int64> patient id | ||||||||||
to | string or null | ||||||||||
type_code | integer or null
|
Resource was updated
Resource could not be saved due to validation errors
{- "category_code": 12,
- "confidential": true,
- "content": "string",
- "direction_code": 1,
- "from": "string",
- "patient_id": "1",
- "to": "string",
- "type_code": 1
}
{- "archived_at": "2019-08-24T14:15:22Z",
- "category": "Memo",
- "category_code": 12,
- "confidential": true,
- "content": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "direction_code": 1,
- "direction_description": "Received",
- "from": "string",
- "id": "string",
- "to": "string",
- "type": "Email",
- "type_code": 1,
- "updated_at": "2019-08-24T14:15:22Z"
}