Create
Rolesmanager
Use this method to create new patients. Patient objects are provided in a form of JSON array (the patients parameter).
The response of this call is the same patient's object list with the system-assigner patient id. Use this id in subsequent calls where a patientId is required
Tags
You can assign any custom key-value tags to patients. These tags can be later used in alert queries.
"tags": {
"key1":"value1",
"key2":"value2"
}
Updated about 3 hours ago
Did this page help you?