Download OpenAPI specification:Download
[- {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
]| id required | string |
| line1 required | string |
| line2 required | string |
| city required | string |
| district required | string |
| state required | string |
| postalCode required | string |
| country required | string |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| updatedBy required | string |
{- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}{- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}{- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}| id required | string |
| id required | string |
| line1 required | string |
| line2 required | string |
| city required | string |
| district required | string |
| state required | string |
| postalCode required | string |
| country required | string |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| updatedBy required | string |
{- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}{- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}| authorization required | string |
Array of objects (AccountOverviewFilter) | |
| columns | Array of strings (AccountOverviewQueryColumnsEnum) Items Enum: "accountName" "patientName" "dateOfBirth" "ehrMrn" "diagnosis" "vendor" "deviceType" "modelName" "serialNumber" "patientStatus" "patientStatusReason" "followingPractitioner" "referringProvider" |
| orderBy | Array of objects |
| dateRange required | Array of strings |
| clinicIds required | Array of strings |
| limit | integer <int32> |
| offset | integer <int32> |
| fetchAll | boolean |
{- "filters": [
- {
- "field": "accountName",
- "operator": "between",
- "arguments": [
- { }
]
}
], - "columns": [
- "accountName"
], - "orderBy": [
- { }
], - "dateRange": [
- "string"
], - "clinicIds": [
- "string"
], - "limit": 0,
- "offset": 0,
- "fetchAll": true
}{- "data": [
- {
- "patientId": "string",
- "accountName": "string",
- "patientName": "string",
- "dateOfBirth": "string",
- "ehrMrn": "string",
- "diagnosis": "string",
- "vendor": "string",
- "deviceType": "string",
- "modelName": "string",
- "serialNumber": "string",
- "patientStatus": "string",
- "patientStatusReason": "string",
- "followingPractitioner": "string",
- "referringProvider": "string"
}
], - "pagination": {
- "limit": 0,
- "offset": 0,
- "total": 0,
- "fetchAll": true
}
}[- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- { }
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]| id required | string |
| salesforceRemoteId required | string |
| appointmentName required | string |
| appointmentNotes | string |
| completedDate | string <date> |
| cptCode | Array of strings |
| customFrequency | integer <int32> |
| encounterDate | string <date> |
| endDate | string <date> |
| frequency | string |
| frequencyNumber | number <float> |
| includeEriTracking required | boolean |
| isMonthly required | boolean |
| scheduledDate | string <date> |
| status | string |
| transmissionEligibleDate | string <date> |
| type | string |
object (Device) | |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| createdBy | string |
| updatedBy required | string |
{- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- { }
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}{- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- { }
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}{- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- { }
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}| id required | string |
| id required | string |
| salesforceRemoteId required | string |
| appointmentName required | string |
| appointmentNotes | string |
| completedDate | string <date> |
| cptCode | Array of strings |
| customFrequency | integer <int32> |
| encounterDate | string <date> |
| endDate | string <date> |
| frequency | string |
| frequencyNumber | number <float> |
| includeEriTracking required | boolean |
| isMonthly required | boolean |
| scheduledDate | string <date> |
| status | string |
| transmissionEligibleDate | string <date> |
| type | string |
object (Device) | |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| createdBy | string |
| updatedBy required | string |
{- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- { }
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}{- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- { }
]
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}[- {
- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": {
- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": null,
- "firstName": null,
- "lastName": null,
- "prefix": null,
- "suffix": null,
- "credentials": null,
- "birthDate": null,
- "email": null,
- "phoneNumber": null,
- "mobileNumber": null,
- "address": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "role": null,
- "organizations": [ ],
- "parentOrganizationId": null,
- "parentOrganization": null,
- "lastLogin": null,
- "featureFlagRole": null
}, - "updatedBy": {
- "id": null,
- "firstName": null,
- "lastName": null,
- "prefix": null,
- "suffix": null,
- "credentials": null,
- "birthDate": null,
- "email": null,
- "phoneNumber": null,
- "mobileNumber": null,
- "address": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "role": null,
- "organizations": [ ],
- "parentOrganizationId": null,
- "parentOrganization": null,
- "lastLogin": null,
- "featureFlagRole": null
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- { }
]
}
}
]| id required | string |
| code required | string |
| codeType required | string Enum: "Diagnosis" "Professional" |
required | object (Billing) |
{- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": {
- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- { }
]
}
}{- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": {
- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- { }
]
}
}{- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": {
- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- { }
]
}
}| id required | string |
| id required | string |
| code required | string |
| codeType required | string Enum: "Diagnosis" "Professional" |
required | object (Billing) |
{- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": {
- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- { }
]
}
}{- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": {
- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- { }
]
}
}[- {
- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- {
- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": { }
}
]
}
]| id required | string |
| createdAt required | string |
| updatedAt required | string |
| updatedBy required | string |
| version required | integer <int32> |
object (TransmissionReport) | |
| isBillable required | boolean |
| isAppDeterminedBillable required | boolean |
| billingDate | string |
| technicalCode required | string |
| appDeterminedReason required | string |
required | Array of objects (BillingCode) |
{- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- {
- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": { }
}
]
}{- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- {
- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": { }
}
]
}{- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- {
- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": { }
}
]
}| id required | string |
| id required | string |
| createdAt required | string |
| updatedAt required | string |
| updatedBy required | string |
| version required | integer <int32> |
object (TransmissionReport) | |
| isBillable required | boolean |
| isAppDeterminedBillable required | boolean |
| billingDate | string |
| technicalCode required | string |
| appDeterminedReason required | string |
required | Array of objects (BillingCode) |
{- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- {
- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": { }
}
]
}{- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- {
- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": { }
}
]
}[- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
]| id required | string |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| createdBy required | string |
| updatedBy required | string |
| vendor required | string Enum: "medtronic" "boston_scientific" "abbott" "biotronik" |
| modelNumber required | string |
| serialNumber required | string |
| modelName required | string |
| type required | string |
| patientId | string |
object (Patient) | |
| lastTransmissionAt | string |
| nextTransmissionAt | string |
| isComboBillingTracked required | boolean |
| isEriTracked required | boolean |
| isHeartFailureTracked required | boolean |
| frequencyIntervalDays required | integer <int32> |
| implantDate | string |
Array of objects (Transmission) | |
required | Array of objects (Appointment) |
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}| id required | string |
| id required | string |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| createdBy required | string |
| updatedBy required | string |
| vendor required | string Enum: "medtronic" "boston_scientific" "abbott" "biotronik" |
| modelNumber required | string |
| serialNumber required | string |
| modelName required | string |
| type required | string |
| patientId | string |
object (Patient) | |
| lastTransmissionAt | string |
| nextTransmissionAt | string |
| isComboBillingTracked required | boolean |
| isEriTracked required | boolean |
| isHeartFailureTracked required | boolean |
| frequencyIntervalDays required | integer <int32> |
| implantDate | string |
Array of objects (Transmission) | |
required | Array of objects (Appointment) |
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}[- {
- "id": "string",
- "displayName": "string",
- "displaySummary": "string",
- "shortCode": "string",
- "setting": 4,
- "extendedSetting": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}
]| id required | string |
| displayName required | string |
| displaySummary required | string |
| shortCode required | string |
| setting required | integer <int32> [ 0 .. 4 ] |
| extendedSetting | string |
| createdAt required | string |
| updatedAt required | string |
required | object (User) |
required | object (User) |
{- "id": "string",
- "displayName": "string",
- "displaySummary": "string",
- "shortCode": "string",
- "setting": 4,
- "extendedSetting": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}{- "id": "string",
- "displayName": "string",
- "displaySummary": "string",
- "shortCode": "string",
- "setting": 4,
- "extendedSetting": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}{- "id": "string",
- "displayName": "string",
- "displaySummary": "string",
- "shortCode": "string",
- "setting": 4,
- "extendedSetting": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}| id required | string |
| id required | string |
| displayName required | string |
| displaySummary required | string |
| shortCode required | string |
| setting required | integer <int32> [ 0 .. 4 ] |
| extendedSetting | string |
| createdAt required | string |
| updatedAt required | string |
required | object (User) |
required | object (User) |
{- "id": "string",
- "displayName": "string",
- "displaySummary": "string",
- "shortCode": "string",
- "setting": 4,
- "extendedSetting": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}{- "id": "string",
- "displayName": "string",
- "displaySummary": "string",
- "shortCode": "string",
- "setting": 4,
- "extendedSetting": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}[- {
- "id": "string",
- "key": "string",
- "originalName": "string",
- "bucketName": "string",
- "expiredAt": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "deletedAt": "string",
- "clinic": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "uploadedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}
]| id required | string |
| key required | string |
| originalName required | string |
| bucketName | string |
| expiredAt | string |
| createdAt required | string |
| updatedAt required | string |
| deletedAt | string |
required | object (Organization) |
required | object (Patient) |
required | object (User) |
{- "id": "string",
- "key": "string",
- "originalName": "string",
- "bucketName": "string",
- "expiredAt": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "deletedAt": "string",
- "clinic": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "uploadedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}{- "id": "string",
- "key": "string",
- "originalName": "string",
- "bucketName": "string",
- "expiredAt": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "deletedAt": "string",
- "clinic": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "uploadedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}{- "id": "string",
- "key": "string",
- "originalName": "string",
- "bucketName": "string",
- "expiredAt": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "deletedAt": "string",
- "clinic": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "uploadedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}| id required | string |
| id required | string |
| key required | string |
| originalName required | string |
| bucketName | string |
| expiredAt | string |
| createdAt required | string |
| updatedAt required | string |
| deletedAt | string |
required | object (Organization) |
required | object (Patient) |
required | object (User) |
{- "id": "string",
- "key": "string",
- "originalName": "string",
- "bucketName": "string",
- "expiredAt": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "deletedAt": "string",
- "clinic": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "uploadedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}{- "id": "string",
- "key": "string",
- "originalName": "string",
- "bucketName": "string",
- "expiredAt": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "deletedAt": "string",
- "clinic": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "uploadedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
}[- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
]| id required | string |
| mrn1 required | string |
| mrn2 required | string |
| ehrIntegration required | boolean |
| name required | string |
| phoneNumber required | string |
| faxNumber required | string |
| hasEmrAccess required | boolean |
| emrName | string |
| goLiveOn | string <date-time> |
| onboardingOn | string <date-time> |
| internalHuddleOn | string <date-time> |
| kickoffHuddleOn | string <date-time> |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| createdBy required | string |
| updatedBy required | string |
| parentId | string |
| parent | object (Organization) Recursive |
| children required | Array of objects (Organization) |
required | object (Address) |
required | Array of objects (Patient) |
{- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}{- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}{- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}| id required | string |
| id required | string |
| mrn1 required | string |
| mrn2 required | string |
| ehrIntegration required | boolean |
| name required | string |
| phoneNumber required | string |
| faxNumber required | string |
| hasEmrAccess required | boolean |
| emrName | string |
| goLiveOn | string <date-time> |
| onboardingOn | string <date-time> |
| internalHuddleOn | string <date-time> |
| kickoffHuddleOn | string <date-time> |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| createdBy required | string |
| updatedBy required | string |
| parentId | string |
| parent | object (Organization) Recursive |
| children required | Array of objects (Organization) |
required | object (Address) |
required | Array of objects (Patient) |
{- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}{- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- { }
], - "parentOrganizationId": "string",
- "parentOrganization": { },
- "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}Retrieves all patients for a specific Organization with pagination and sorting.
| organizationId required | string |
required | object (PatientOffsetPaginationParams) |
| sortBy required | string |
| sortDirection required | string (SortDirection) Enum: "ASC" "DESC" |
{- "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
], - "errorMsg": "string",
- "error": "string",
- "currentOffset": 0,
- "total": 0,
- "totalNotDownloadedCount": 0
}Creates a new patient for a specified Organization.
| organizationId required | string |
| mrn1 | string |
| status required | string |
| mrn2 | string |
| ssn | string |
| familyName required | string |
| givenName required | string |
| birthDate required | string |
| sex | string (PatientSex) Enum: "Male" "Female" |
string | |
| phoneNumber | string |
| fileIds | Array of strings |
| emergencyName | string |
| emergencyPhone | string |
| patientNotes | string |
| homePhone | string |
| referralSource | string |
{- "mrn1": "string",
- "status": "string",
- "mrn2": "string",
- "ssn": "string",
- "familyName": "string",
- "givenName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "phoneNumber": "string",
- "fileIds": [
- "string"
], - "emergencyName": "string",
- "emergencyPhone": "string",
- "patientNotes": "string",
- "homePhone": "string",
- "referralSource": "string"
}{- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
}Updates the status of a vendor integration for an Organization.
| organizationId required | string |
| vendorIntegrationId required | string |
| status | string (VendorIntegrationStatus) Enum: "configured" "pending" "disabled" |
{- "status": "configured"
}{- "integration": {
- "id": "string",
- "name": "string",
- "status": "configured"
}
}[- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]| id required | string |
| rhythmId required | string |
| salesforceRemoteId required | string |
| mrn1 required | string |
| mrn2 required | string |
| givenName required | string |
| familyName required | string |
| birthDate required | string |
| sex | string (PatientSex) Enum: "Male" "Female" |
| email required | string |
| patientStatus | string |
| phoneNumber required | string |
| ssn required | string |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
required | object (Address) |
required | Array of objects (Device) |
required | Array of objects (PatientNote) |
{- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}{- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}Creates a candidate patient.
| candidatePatientSFId required | string |
| clinicName required | string |
| firstName required | string |
| lastName required | string |
| birthDate required | string |
| source required | string |
| crmPatient required | boolean |
| rpmPatient required | boolean |
| priority | string |
| diagnosisCodes | Array of strings |
| insuranceVerification | string |
| proofOfConsent | string |
| referringPhysician | string |
{- "candidatePatientSFId": "string",
- "clinicName": "string",
- "firstName": "string",
- "lastName": "string",
- "birthDate": "string",
- "source": "string",
- "crmPatient": true,
- "rpmPatient": true,
- "priority": "string",
- "diagnosisCodes": [
- "string"
], - "insuranceVerification": "string",
- "proofOfConsent": "string",
- "referringPhysician": "string"
}{- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
}Fetches a single patient based on the mrn1 identifier.
required | object (FindKareoPatientQueryParams) |
{- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
}Matches a transmission to a patient based on given parameters.
| familyName required | string |
| givenName required | string |
| dob | string |
| vendorCode | string |
| deviceModelNumber required | string |
| deviceSerialNumber required | string |
| transmissionId required | integer <int32> |
{- "familyName": "string",
- "givenName": "string",
- "dob": "string",
- "vendorCode": "string",
- "deviceModelNumber": "string",
- "deviceSerialNumber": "string",
- "transmissionId": 0
}{- "patientId": "string"
}Fetches total monitored patients data for a given date range.
required | object (GetTotalPatientsMonitoredParams) |
{- "startFrom": "string",
- "endAt": "string",
- "patientsData": [
- {
- "year": 0,
- "month": 0,
- "count": 0
}
]
}{- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}| id required | string |
| id required | string |
| rhythmId required | string |
| salesforceRemoteId required | string |
| mrn1 required | string |
| mrn2 required | string |
| givenName required | string |
| familyName required | string |
| birthDate required | string |
| sex | string (PatientSex) Enum: "Male" "Female" |
| email required | string |
| patientStatus | string |
| phoneNumber required | string |
| ssn required | string |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
required | object (Address) |
required | Array of objects (Device) |
required | Array of objects (PatientNote) |
{- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}{- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}Fetches all authorized practitioners for a specific patient.
| patientId required | string |
{- "practitioners": [
- {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
]
}Updates the status of a patient based on their Salesforce remote ID.
| salesforceRemoteId required | string |
| status | string |
{- "status": "string"
}{- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "message": "string"
}[- {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}
]| id required | integer <int32> |
object (Patient) | |
| color required | string Enum: "GRAY" "RED" "GREEN" "YELLOW" |
required | Array of objects (TransmissionReportNote) |
required | Array of objects (TransmissionReportImage) |
required | Array of objects (TransmissionReportAlert) |
required | Array of objects (TransmissionReportSignature) |
| overrides required | string |
| signatureStatus required | string Enum: "NOT_SIGNED" "SIGNED" "REJECTED" |
| transmissionType required | string Enum: "REMOTE" "IN_PERSON" |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| flagHeartFailure required | boolean |
| updatedBy required | string |
| version required | integer <int32> |
| oac | string |
| referringPhysician required | string |
| diagnosisOption required | string |
object (User) | |
object (Transmission) |
{- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}{- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}Saves manual or in-clinic transmission reports.
| patientId required | string |
| reportType required | string (TransmissionReportType) Enum: "MANUAL" "INCLINIC" |
| files | Array of strings |
| deviceId required | string |
{- "patientId": "string",
- "reportType": "MANUAL",
- "files": [
- "string"
], - "deviceId": "string"
}{- "fileStatus": "string"
}Searches for unsigned transmission reports based on filters.
| color | string (TransmissionReportColors) Enum: "RED" "YELLOW" "GREEN" "GRAY" |
| query | string |
{- "color": "RED",
- "query": "string"
}{- "transmissionReports": [
- {
- "id": 0,
- "color": "string",
- "givenName": "string",
- "familyName": "string",
- "deviceType": "string",
- "transmissionDate": "string",
- "deviceSerialNumber": "string",
- "deviceModelNumber": "string"
}
]
}Sends 'sign all' data to the appropriate SQS queue based on configuration.
| signAll required | string |
{- "signAll": "string"
}"string"{- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}| id required | string |
| id required | integer <int32> |
object (Patient) | |
| color required | string Enum: "GRAY" "RED" "GREEN" "YELLOW" |
required | Array of objects (TransmissionReportNote) |
required | Array of objects (TransmissionReportImage) |
required | Array of objects (TransmissionReportAlert) |
required | Array of objects (TransmissionReportSignature) |
| overrides required | string |
| signatureStatus required | string Enum: "NOT_SIGNED" "SIGNED" "REJECTED" |
| transmissionType required | string Enum: "REMOTE" "IN_PERSON" |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| flagHeartFailure required | boolean |
| updatedBy required | string |
| version required | integer <int32> |
| oac | string |
| referringPhysician required | string |
| diagnosisOption required | string |
object (User) | |
object (Transmission) |
{- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}{- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}Uploads an in-clinic PDF to a temporary bucket for the patient.
| patientId required | string |
| fileName required | string |
{- "status": [
- {
- "name": "string",
- "bucket": "string",
- "prefix": "string",
- "key": "string",
- "lastModified": "string",
- "eTag": "string",
- "size": 0,
- "storageClass": "string",
- "owner": {
- "id": "string",
- "displayName": "string"
}
}
]
}Fetches billable data for transmission reports based on IDs.
| transmissionReportIds required | string |
{- "isBillableData": [
- {
- "transmissionReportId": 0,
- "isBillable": true,
- "lastBillableDate": "string",
- "nextScheduledTransmissionDate": "string",
- "isEriTracked": true,
- "scheduleTransmissionType": "string"
}
]
}Retrieves the ILR device type for a patient based on transmission report ID and user ID.
| transmissionReportId required | integer <int32> |
| userId required | string |
{- "deviceType": "string",
- "ILR": true
}Adds an image to a specific alert for the given transmission report
| transmissionReportId required | integer <int32> |
| alertId required | string |
| fileId required | string |
{- "fileId": "string"
}{- "image": {
- "id": "string",
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "alerts": [
- { }
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": null,
- "firstName": null,
- "lastName": null,
- "prefix": null,
- "suffix": null,
- "credentials": null,
- "birthDate": null,
- "email": null,
- "phoneNumber": null,
- "mobileNumber": null,
- "address": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "role": null,
- "organizations": [ ],
- "parentOrganizationId": null,
- "parentOrganization": null,
- "lastLogin": null,
- "featureFlagRole": null
}, - "updatedBy": {
- "id": null,
- "firstName": null,
- "lastName": null,
- "prefix": null,
- "suffix": null,
- "credentials": null,
- "birthDate": null,
- "email": null,
- "phoneNumber": null,
- "mobileNumber": null,
- "address": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "role": null,
- "organizations": [ ],
- "parentOrganizationId": null,
- "parentOrganization": null,
- "lastLogin": null,
- "featureFlagRole": null
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": null,
- "firstName": null,
- "lastName": null,
- "prefix": null,
- "suffix": null,
- "credentials": null,
- "birthDate": null,
- "email": null,
- "phoneNumber": null,
- "mobileNumber": null,
- "address": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "role": null,
- "organizations": [ ],
- "parentOrganizationId": null,
- "parentOrganization": null,
- "lastLogin": null,
- "featureFlagRole": null
}, - "updatedBy": {
- "id": null,
- "firstName": null,
- "lastName": null,
- "prefix": null,
- "suffix": null,
- "credentials": null,
- "birthDate": null,
- "email": null,
- "phoneNumber": null,
- "mobileNumber": null,
- "address": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "role": null,
- "organizations": [ ],
- "parentOrganizationId": null,
- "parentOrganization": null,
- "lastLogin": null,
- "featureFlagRole": null
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- { }
], - "images": [
- { }
], - "alerts": [
- { }
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
}
}, - "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
}Retrieves all attachments for a given transmission report.
| transmissionReportId required | integer <int32> |
{- "data": [
- {
- "id": 0,
- "name": "string",
- "url": "string",
- "createdAt": "string"
}
], - "total": 0
}Adds attachments to a transmission report.
| transmissionReportId required | integer <int32> |
required | object (AddAttachmentsDto) |
| files required | Array of strings <byte> [ items <byte > ] |
{- "params": {
- "deletedFiles": [
- "string"
]
}, - "files": [
- "string"
]
}{- "message": "string"
}Adds a diagnosis code to the billing for the specified transmission report.
| transmissionReportId required | integer <int32> |
| billingId required | string |
object (LabelAndValue) |
{- "diagnosisCode": {
- "label": "string",
- "value": "string"
}
}{- "billing": {
- "id": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "version": 0,
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": null,
- "rhythmId": null,
- "salesforceRemoteId": null,
- "mrn1": null,
- "mrn2": null,
- "givenName": null,
- "familyName": null,
- "birthDate": null,
- "sex": null,
- "email": null,
- "patientStatus": null,
- "phoneNumber": null,
- "ssn": null,
- "createdAt": null,
- "updatedAt": null,
- "address": null,
- "devices": [ ],
- "patientNotes": [ ]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "isBillable": true,
- "isAppDeterminedBillable": true,
- "billingDate": "string",
- "technicalCode": "string",
- "appDeterminedReason": "string",
- "codes": [
- {
- "id": "string",
- "code": "string",
- "codeType": "Diagnosis",
- "billing": { }
}
]
}
}Creates counters for a specified transmission report.
| transmissionReportId required | integer <int32> |
required | object (CountersObject) |
{- "countersobject": {
- "transmissionId": 0,
- "symptomCounters": "string",
- "symptomTable": "string",
- "tachyCounters": "string",
- "tachyTime": "string",
- "pauseCounters": "string",
- "pauseTime": "string",
- "bradyCounters": "string",
- "bradyTime": "string",
- "ATCounters": "string",
- "ATTime": "string",
- "AFCounters": "string",
- "AFTime": "string",
- "TimeInATAFCounters": "string",
- "TimeInATAFTime": "string"
}
}{- "counters": {
- "transmissionId": 0,
- "symptomCounters": "string",
- "symptomTable": "string",
- "tachyCounters": "string",
- "tachyTime": "string",
- "pauseCounters": "string",
- "pauseTime": "string",
- "bradyCounters": "string",
- "bradyTime": "string",
- "ATCounters": "string",
- "ATTime": "string",
- "AFCounters": "string",
- "AFTime": "string",
- "TimeInATAFCounters": "string",
- "TimeInATAFTime": "string"
}
}Applies vendor data overrides to a specified transmission report.
| transmissionReportId required | integer <int32> |
object (DeviceOverrides) | |
object (DeviceMeasurementOverrides) | |
object (DeviceLeadsOverrides) | |
| deviceLeadId | integer or null <int32> |
| egmImage | string or null |
| egmImageStatus | string or null |
{- "device": {
- "batteryStatus": "string",
- "batteryVoltage": "string",
- "deviceImplantDate": "string",
- "batteryMeasurementTime": "string",
- "batteryRemainingLongevity": "string",
- "batteryPercentRemaining": "string",
- "capacitorChargeTime": "string",
- "vendorId": 0
}, - "deviceMeasurement": {
- "afBurden": "string",
- "apAPacePercent": "string",
- "rvpRvPacePercent": "string",
- "bvpPercent": "string",
- "lvpPercent": "string",
- "hvImpedance": "string"
}, - "deviceLeads": {
- "pulsewidth": "string",
- "sensing": "string",
- "impedance": "string",
- "threshold": "string",
- "leadModelNumber": "string",
- "vendorId": 0
}, - "deviceLeadId": 0,
- "egmImage": "string",
- "egmImageStatus": "string"
}{- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}
}Signs a transmission report for the specified transmission report ID.
| transmissionReportId required | integer <int32> |
| signDate | string |
{- "signDate": "string"
}{- "signature": {
- "id": "string",
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- { }
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
}Dismisses and signs a transmission report for the specified transmission report ID and user.
| transmissionReportId required | integer <int32> |
| userId required | string |
{- "signature": {
- "id": "string",
- "transmissionReport": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- { }
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- null
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}, - "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
}Updates counters for a specified transmission report.
| transmissionReportId required | integer <int32> |
| countersId required | string |
object (CountersObject) |
{- "countersobject": {
- "transmissionId": 0,
- "symptomCounters": "string",
- "symptomTable": "string",
- "tachyCounters": "string",
- "tachyTime": "string",
- "pauseCounters": "string",
- "pauseTime": "string",
- "bradyCounters": "string",
- "bradyTime": "string",
- "ATCounters": "string",
- "ATTime": "string",
- "AFCounters": "string",
- "AFTime": "string",
- "TimeInATAFCounters": "string",
- "TimeInATAFTime": "string"
}
}{- "counters": {
- "transmissionId": 0,
- "symptomCounters": "string",
- "symptomTable": "string",
- "tachyCounters": "string",
- "tachyTime": "string",
- "pauseCounters": "string",
- "pauseTime": "string",
- "bradyCounters": "string",
- "bradyTime": "string",
- "ATCounters": "string",
- "ATTime": "string",
- "AFCounters": "string",
- "AFTime": "string",
- "TimeInATAFCounters": "string",
- "TimeInATAFTime": "string"
}
}Uploads a PDF to the bucket for a given transmission report.
| transmissionReportId required | integer <int32> |
required | object (RhythmVendorPdfToBucketParams) |
| file required | string <byte> |
{- "params": {
- "file": "string"
}, - "file": "string"
}{- "status": "string",
- "notes": "string"
}Retrieves a vendor transmission report URL for the specified transmission report.
| transmissionReportId required | integer <int32> |
required | object (VendorTransmissionReportUrlParamsDto) |
{- "vendorTransmissionReportUrl": "string"
}Fetches vendor transmission report pdfs from the vendor s3 bucket
| transmissionReportId required | integer <int32> |
{- "vendorTransmissionReports": [
- {
- "name": "string",
- "pdfUrl": "string",
- "vendorPDFBaseUrl": "string",
- "url": "string",
- "baseEgmUrl": "string"
}
]
}Stores PDF download information for a specified transmission report.
| transmissionReportId required | integer <int32> |
| downloadDate required | string |
{- "storedInfo": {
- "id": 0,
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "color": "GRAY",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- { }
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- { }
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "alerts": [
- {
- "id": "string",
- "transmissionReport": { },
- "title": "string",
- "notes": [
- {
- "id": "string",
- "transmissionReport": { },
- "note": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flag": true,
- "updatedBy": "string"
}
], - "images": [
- {
- "id": "string",
- "transmissionReport": { },
- "imagePath": "string",
- "location": "ALERT",
- "alert": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "signatures": [
- {
- "id": "string",
- "transmissionReport": { },
- "user": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "devices": [
- null
], - "patientNotes": [
- null
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "vendor": null,
- "modelNumber": null,
- "serialNumber": null,
- "modelName": null,
- "type": null,
- "patientId": null,
- "patient": null,
- "lastTransmissionAt": null,
- "nextTransmissionAt": null,
- "isComboBillingTracked": null,
- "isEriTracked": null,
- "isHeartFailureTracked": null,
- "frequencyIntervalDays": null,
- "implantDate": null,
- "transmission": [ ],
- "appointments": [ ]
}
], - "patientNotes": [
- {
- "id": null,
- "patient": null,
- "content": null,
- "createdBy": null,
- "updatedBy": null,
- "createdAt": null,
- "updatedAt": null,
- "isPinned": null,
- "source": null
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "signDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}
], - "overrides": "string",
- "signatureStatus": "NOT_SIGNED",
- "transmissionType": "REMOTE",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "flagHeartFailure": true,
- "updatedBy": "string",
- "version": 0,
- "oac": "string",
- "referringPhysician": "string",
- "diagnosisOption": "string",
- "practitioner": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- null
], - "appointments": [
- null
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "transmission": {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": null,
- "mrn1": null,
- "mrn2": null,
- "ehrIntegration": null,
- "name": null,
- "phoneNumber": null,
- "faxNumber": null,
- "hasEmrAccess": null,
- "emrName": null,
- "goLiveOn": null,
- "onboardingOn": null,
- "internalHuddleOn": null,
- "kickoffHuddleOn": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null,
- "parentId": null,
- "parent": null,
- "children": [ ],
- "address": null,
- "patients": [ ]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
}
}Saves PDF upload data to the database for a transmission report.
| transmissionReportId required | integer <int32> |
| status required | string |
| uploadResult required | string |
| uploadKey required | string |
| fileName required | string |
{- "dbUpdate": true
}[- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- null
], - "address": {
- "id": null,
- "line1": null,
- "line2": null,
- "city": null,
- "district": null,
- "state": null,
- "postalCode": null,
- "country": null,
- "createdAt": null,
- "updatedAt": null,
- "updatedBy": null
}, - "patients": [
- null
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}
]| transmissionId required | integer <int32> |
| transmissionDate required | string <date-time> |
| transmissionFilePath | string |
| transmissionStatus | string |
| createdAt | string <date-time> |
| updatedAt | string <date-time> |
| deviceId | string |
object (Device) |
{- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}{- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}{- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}| id required | string |
| transmissionId required | integer <int32> |
| transmissionDate required | string <date-time> |
| transmissionFilePath | string |
| transmissionStatus | string |
| createdAt | string <date-time> |
| updatedAt | string <date-time> |
| deviceId | string |
object (Device) |
{- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}{- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- { }
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "updatedBy": {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- { }
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}, - "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}, - "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- { }
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
}[- {
- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": null,
- "transmissionDate": null,
- "transmissionFilePath": null,
- "transmissionStatus": null,
- "createdAt": null,
- "updatedAt": null,
- "deviceId": null,
- "device": null
}
], - "appointments": [
- {
- "id": null,
- "salesforceRemoteId": null,
- "appointmentName": null,
- "appointmentNotes": null,
- "completedDate": null,
- "cptCode": [ ],
- "customFrequency": null,
- "encounterDate": null,
- "endDate": null,
- "frequency": null,
- "frequencyNumber": null,
- "includeEriTracking": null,
- "isMonthly": null,
- "scheduledDate": null,
- "status": null,
- "transmissionEligibleDate": null,
- "type": null,
- "device": null,
- "createdAt": null,
- "updatedAt": null,
- "createdBy": null,
- "updatedBy": null
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}
]| id required | string |
| firstName required | string |
| lastName required | string |
| prefix required | string |
| suffix required | string |
| credentials required | string |
| birthDate | string <date-time> |
| email required | string |
| phoneNumber required | string |
| mobileNumber | string |
object (Address) | |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| createdBy required | string |
| updatedBy required | string |
| role required | string Enum: "Admin" "Practitioner" "User" |
required | Array of objects (Organization) |
| parentOrganizationId | string |
object (Organization) | |
| lastLogin | string <date-time> |
| featureFlagRole | integer <int32> |
{- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}{- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}{- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}| id required | string |
| id required | string |
| firstName required | string |
| lastName required | string |
| prefix required | string |
| suffix required | string |
| credentials required | string |
| birthDate | string <date-time> |
| email required | string |
| phoneNumber required | string |
| mobileNumber | string |
object (Address) | |
| createdAt required | string <date-time> |
| updatedAt required | string <date-time> |
| createdBy required | string |
| updatedBy required | string |
| role required | string Enum: "Admin" "Practitioner" "User" |
required | Array of objects (Organization) |
| parentOrganizationId | string |
object (Organization) | |
| lastLogin | string <date-time> |
| featureFlagRole | integer <int32> |
{- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}{- "id": "string",
- "firstName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "credentials": "string",
- "birthDate": "2019-08-24T14:15:22Z",
- "email": "string",
- "phoneNumber": "string",
- "mobileNumber": "string",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "role": "Admin",
- "organizations": [
- {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- null
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}
], - "parentOrganizationId": "string",
- "parentOrganization": {
- "id": "string",
- "mrn1": "string",
- "mrn2": "string",
- "ehrIntegration": true,
- "name": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "hasEmrAccess": true,
- "emrName": "string",
- "goLiveOn": "2019-08-24T14:15:22Z",
- "onboardingOn": "2019-08-24T14:15:22Z",
- "internalHuddleOn": "2019-08-24T14:15:22Z",
- "kickoffHuddleOn": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "parentId": "string",
- "parent": { },
- "children": [
- { }
], - "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "patients": [
- {
- "id": "string",
- "rhythmId": "string",
- "salesforceRemoteId": "string",
- "mrn1": "string",
- "mrn2": "string",
- "givenName": "string",
- "familyName": "string",
- "birthDate": "string",
- "sex": "Male",
- "email": "string",
- "patientStatus": "string",
- "phoneNumber": "string",
- "ssn": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "address": {
- "id": "string",
- "line1": "string",
- "line2": "string",
- "city": "string",
- "district": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string"
}, - "devices": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "vendor": "medtronic",
- "modelNumber": "string",
- "serialNumber": "string",
- "modelName": "string",
- "type": "string",
- "patientId": "string",
- "patient": { },
- "lastTransmissionAt": "string",
- "nextTransmissionAt": "string",
- "isComboBillingTracked": true,
- "isEriTracked": true,
- "isHeartFailureTracked": true,
- "frequencyIntervalDays": 0,
- "implantDate": "string",
- "transmission": [
- {
- "transmissionId": 0,
- "transmissionDate": "2019-08-24T14:15:22Z",
- "transmissionFilePath": "string",
- "transmissionStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deviceId": "string",
- "device": { }
}
], - "appointments": [
- {
- "id": "string",
- "salesforceRemoteId": "string",
- "appointmentName": "string",
- "appointmentNotes": "string",
- "completedDate": "2019-08-24",
- "cptCode": [
- "string"
], - "customFrequency": 0,
- "encounterDate": "2019-08-24",
- "endDate": "2019-08-24",
- "frequency": "string",
- "frequencyNumber": 0.1,
- "includeEriTracking": true,
- "isMonthly": true,
- "scheduledDate": "2019-08-24",
- "status": "string",
- "transmissionEligibleDate": "2019-08-24",
- "type": "string",
- "device": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string"
}
]
}
], - "patientNotes": [
- {
- "id": "string",
- "patient": { },
- "content": "string",
- "createdBy": { },
- "updatedBy": { },
- "createdAt": "string",
- "updatedAt": "string",
- "isPinned": true,
- "source": "string"
}
]
}
]
}, - "lastLogin": "2019-08-24T14:15:22Z",
- "featureFlagRole": 0
}