https://docs.heydonto.com/_mock/apis/zimbis/openapi/
https://api-staging.heydonto.com/
https://api.heydonto.com/
https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient
https://api.heydonto.com/site/{siteId}/zimbis/patient
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of Sites all Zimbis Patients retrieved successfully.
Patient name – typically the first and last name of a human patient or the name of an animal patient
Client identifier – most often used in veterinary environments to identify the owner
Patient first name in a human care environment, owner first name in a veterinary environment
Patient last name in a human care environment, owner last name in a veterinary environment
Flag to say whether patient is permanent or not / 0 = temporary, 1 = permanent
Most often used in a veterinary environment / 0 = not aggressive, 1 = aggressive
Typically used in veterinary environments to satisfy DEA regulations / M = Male, F = Female, U = Unknown
Patient address1 in human environments, owner address1 in veterinary environments
Patient address2 in human environments, owner address2 in veterinary environments
Patient country in human environments, owner country in veterinary environments
Owner DOB in veterinary environments, this is typically used to satisfy DEA regulations
Owner Drivers License number in veterinary environments, this is typically used to satisfy DEA regulations / DO NOT use social security number
Patient phone in human environments, owner phone in veterinary environments
Patient email in human environments, owner email in veterinary environments
The date and time the data record was created
The date and time the data record was last updated
The date and time the data record was last synced
[ { "siteId": 0, "patientId": "string", "fhirId": "string", "ehrId": "string", "ehrTable": "string", "patient": "string", "clientId": "string", "clientFirstName": "string", "clientLastName": "string", "dob": "string", "permanent": 0, "caution": 0, "species": "string", "gender": "string", "weight": 0, "weightUnits": "string", "height": 0, "heightUnits": "string", "location": "string", "allergies": "string", "clientGender": "string", "breed": "string", "address1": "string", "address2": "string", "city": "string", "state": "string", "zip": "string", "country": "string", "clientDOB": "string", "dlNumber": "string", "clientPhone": "string", "clientEmail": "string", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z", "syncedAt": "2021-08-01T00:00:00.000Z" } ]
Patient name – typically the first and last name of a human patient or the name of an animal patient
Client identifier – most often used in veterinary environments to identify the owner
Patient first name in a human care environment, owner first name in a veterinary environment
Patient last name in a human care environment, owner last name in a veterinary environment
Flag to say whether patient is permanent or not / 0 = temporary, 1 = permanent
Most often used in a veterinary environment / 0 = not aggressive, 1 = aggressive
Typically used in veterinary environments to satisfy DEA regulations / M = Male, F = Female, U = Unknown
Patient address1 in human environments, owner address1 in veterinary environments
Patient address2 in human environments, owner address2 in veterinary environments
Patient country in human environments, owner country in veterinary environments
Owner DOB in veterinary environments, this is typically used to satisfy DEA regulations
Owner Drivers License number in veterinary environments, this is typically used to satisfy DEA regulations / DO NOT use social security number
Patient phone in human environments, owner phone in veterinary environments
https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient
https://api.heydonto.com/site/{siteId}/zimbis/patient
curl -i -X POST \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"siteId": 0,
"patientId": "string",
"fhirId": "string",
"ehrId": "string",
"ehrTable": "string",
"patient": "string",
"clientId": "string",
"clientFirstName": "string",
"clientLastName": "string",
"dob": "string",
"permanent": 0,
"caution": 0,
"species": "string",
"gender": "string",
"weight": 0,
"weightUnits": "string",
"height": 0,
"heightUnits": "string",
"location": "string",
"allergies": "string",
"clientGender": "string",
"breed": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string",
"clientDOB": "string",
"dlNumber": "string",
"clientPhone": "string",
"clientEmail": "string"
}'
Site Zimbis Patient created successfully.
Patient name – typically the first and last name of a human patient or the name of an animal patient
Client identifier – most often used in veterinary environments to identify the owner
Patient first name in a human care environment, owner first name in a veterinary environment
Patient last name in a human care environment, owner last name in a veterinary environment
Flag to say whether patient is permanent or not / 0 = temporary, 1 = permanent
Most often used in a veterinary environment / 0 = not aggressive, 1 = aggressive
Typically used in veterinary environments to satisfy DEA regulations / M = Male, F = Female, U = Unknown
Patient address1 in human environments, owner address1 in veterinary environments
Patient address2 in human environments, owner address2 in veterinary environments
Patient country in human environments, owner country in veterinary environments
Owner DOB in veterinary environments, this is typically used to satisfy DEA regulations
Owner Drivers License number in veterinary environments, this is typically used to satisfy DEA regulations / DO NOT use social security number
Patient phone in human environments, owner phone in veterinary environments
Patient email in human environments, owner email in veterinary environments
The date and time the data record was created
The date and time the data record was last updated
{ "siteId": 0, "patientId": "string", "fhirId": "string", "ehrId": "string", "ehrTable": "string", "patient": "string", "clientId": "string", "clientFirstName": "string", "clientLastName": "string", "dob": "string", "permanent": 0, "caution": 0, "species": "string", "gender": "string", "weight": 0, "weightUnits": "string", "height": 0, "heightUnits": "string", "location": "string", "allergies": "string", "clientGender": "string", "breed": "string", "address1": "string", "address2": "string", "city": "string", "state": "string", "zip": "string", "country": "string", "clientDOB": "string", "dlNumber": "string", "clientPhone": "string", "clientEmail": "string", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z", "syncedAt": "2021-08-01T00:00:00.000Z" }
https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/fhir/{fhirId}
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/fhir/{fhirId}
https://api.heydonto.com/site/{siteId}/zimbis/patient/fhir/{fhirId}
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/fhir/{fhirId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Site's Zimbis Patient retrieved successfully.
Patient name – typically the first and last name of a human patient or the name of an animal patient
Client identifier – most often used in veterinary environments to identify the owner
Patient first name in a human care environment, owner first name in a veterinary environment
Patient last name in a human care environment, owner last name in a veterinary environment
Flag to say whether patient is permanent or not / 0 = temporary, 1 = permanent
Most often used in a veterinary environment / 0 = not aggressive, 1 = aggressive
Typically used in veterinary environments to satisfy DEA regulations / M = Male, F = Female, U = Unknown
Patient address1 in human environments, owner address1 in veterinary environments
Patient address2 in human environments, owner address2 in veterinary environments
Patient country in human environments, owner country in veterinary environments
Owner DOB in veterinary environments, this is typically used to satisfy DEA regulations
Owner Drivers License number in veterinary environments, this is typically used to satisfy DEA regulations / DO NOT use social security number
Patient phone in human environments, owner phone in veterinary environments
Patient email in human environments, owner email in veterinary environments
The date and time the data record was created
The date and time the data record was last updated
{ "siteId": 0, "patientId": "string", "fhirId": "string", "ehrId": "string", "ehrTable": "string", "patient": "string", "clientId": "string", "clientFirstName": "string", "clientLastName": "string", "dob": "string", "permanent": 0, "caution": 0, "species": "string", "gender": "string", "weight": 0, "weightUnits": "string", "height": 0, "heightUnits": "string", "location": "string", "allergies": "string", "clientGender": "string", "breed": "string", "address1": "string", "address2": "string", "city": "string", "state": "string", "zip": "string", "country": "string", "clientDOB": "string", "dlNumber": "string", "clientPhone": "string", "clientEmail": "string", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z", "syncedAt": "2021-08-01T00:00:00.000Z" }
https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of Site's all Zimbis Patients retrieved successfully.
Patient name – typically the first and last name of a human patient or the name of an animal patient
Client identifier – most often used in veterinary environments to identify the owner
Patient first name in a human care environment, owner first name in a veterinary environment
Patient last name in a human care environment, owner last name in a veterinary environment
Flag to say whether patient is permanent or not / 0 = temporary, 1 = permanent
Most often used in a veterinary environment / 0 = not aggressive, 1 = aggressive
Typically used in veterinary environments to satisfy DEA regulations / M = Male, F = Female, U = Unknown
Patient address1 in human environments, owner address1 in veterinary environments
Patient address2 in human environments, owner address2 in veterinary environments
Patient country in human environments, owner country in veterinary environments
Owner DOB in veterinary environments, this is typically used to satisfy DEA regulations
Owner Drivers License number in veterinary environments, this is typically used to satisfy DEA regulations / DO NOT use social security number
Patient phone in human environments, owner phone in veterinary environments
Patient email in human environments, owner email in veterinary environments
The date and time the data record was created
The date and time the data record was last updated
{ "siteId": 0, "patientId": "string", "fhirId": "string", "ehrId": "string", "ehrTable": "string", "patient": "string", "clientId": "string", "clientFirstName": "string", "clientLastName": "string", "dob": "string", "permanent": 0, "caution": 0, "species": "string", "gender": "string", "weight": 0, "weightUnits": "string", "height": 0, "heightUnits": "string", "location": "string", "allergies": "string", "clientGender": "string", "breed": "string", "address1": "string", "address2": "string", "city": "string", "state": "string", "zip": "string", "country": "string", "clientDOB": "string", "dlNumber": "string", "clientPhone": "string", "clientEmail": "string", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z", "syncedAt": "2021-08-01T00:00:00.000Z" }
Patient name – typically the first and last name of a human patient or the name of an animal patient
Client identifier – most often used in veterinary environments to identify the owner
Patient first name in a human care environment, owner first name in a veterinary environment
Patient last name in a human care environment, owner last name in a veterinary environment
Flag to say whether patient is permanent or not / 0 = temporary, 1 = permanent
Most often used in a veterinary environment / 0 = not aggressive, 1 = aggressive
Typically used in veterinary environments to satisfy DEA regulations / M = Male, F = Female, U = Unknown
Patient address1 in human environments, owner address1 in veterinary environments
Patient address2 in human environments, owner address2 in veterinary environments
Patient country in human environments, owner country in veterinary environments
Owner DOB in veterinary environments, this is typically used to satisfy DEA regulations
Owner Drivers License number in veterinary environments, this is typically used to satisfy DEA regulations / DO NOT use social security number
Patient phone in human environments, owner phone in veterinary environments
Patient email in human environments, owner email in veterinary environments
The date and time the data record was created
The date and time the data record was last updated
https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"siteId": 0,
"patientId": "string",
"fhirId": "string",
"ehrId": "string",
"ehrTable": "string",
"patient": "string",
"clientId": "string",
"clientFirstName": "string",
"clientLastName": "string",
"dob": "string",
"permanent": 0,
"caution": 0,
"species": "string",
"gender": "string",
"weight": 0,
"weightUnits": "string",
"height": 0,
"heightUnits": "string",
"location": "string",
"allergies": "string",
"clientGender": "string",
"breed": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string",
"clientDOB": "string",
"dlNumber": "string",
"clientPhone": "string",
"clientEmail": "string",
"id": 100,
"createdAt": "2021-08-01T00:00:00.000Z",
"updatedAt": "2021-08-01T00:00:00.000Z",
"syncedAt": "2021-08-01T00:00:00.000Z"
}'
Site Zimbis Patient updated successfully.
Patient name – typically the first and last name of a human patient or the name of an animal patient
Client identifier – most often used in veterinary environments to identify the owner
Patient first name in a human care environment, owner first name in a veterinary environment
Patient last name in a human care environment, owner last name in a veterinary environment
Flag to say whether patient is permanent or not / 0 = temporary, 1 = permanent
Most often used in a veterinary environment / 0 = not aggressive, 1 = aggressive
Typically used in veterinary environments to satisfy DEA regulations / M = Male, F = Female, U = Unknown
Patient address1 in human environments, owner address1 in veterinary environments
Patient address2 in human environments, owner address2 in veterinary environments
Patient country in human environments, owner country in veterinary environments
Owner DOB in veterinary environments, this is typically used to satisfy DEA regulations
Owner Drivers License number in veterinary environments, this is typically used to satisfy DEA regulations / DO NOT use social security number
Patient phone in human environments, owner phone in veterinary environments
Patient email in human environments, owner email in veterinary environments
The date and time the data record was created
The date and time the data record was last updated
{ "siteId": 0, "patientId": "string", "fhirId": "string", "ehrId": "string", "ehrTable": "string", "patient": "string", "clientId": "string", "clientFirstName": "string", "clientLastName": "string", "dob": "string", "permanent": 0, "caution": 0, "species": "string", "gender": "string", "weight": 0, "weightUnits": "string", "height": 0, "heightUnits": "string", "location": "string", "allergies": "string", "clientGender": "string", "breed": "string", "address1": "string", "address2": "string", "city": "string", "state": "string", "zip": "string", "country": "string", "clientDOB": "string", "dlNumber": "string", "clientPhone": "string", "clientEmail": "string", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z", "syncedAt": "2021-08-01T00:00:00.000Z" }
https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'