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/{siteZimbisPatientId}/profile
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of Sites all Zimbis Patient Profiles retrieved successfully.
0 = New, new profiles are ready to be dispensed to a patient - 1 = Discontinued, discontinued profiles will appear at the cabinet to be dispensed to a patient
Unique identifier for the item to be dispensed, typically provided by the practice management software
Description of the drug or supply to be dispensed, this is typically the brand name of the drug
Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug
The quantity of the drug or supply to be dispensed at each occurrence, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, this value would be 1
The number of times the drug or supply is to be accessed for a patient before the profile is inactive
The strength of the drug or supply to be dispensed, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, the GiveStrength would be 2
The date and time the drug or supply will be available to be given to the patient, this must be in the time zone of the dispensing cabinet
The date and time the drug or supply will be discontinued, this must be in the time zone of the dispensing cabinet, when left blank the system will default to the Schedule date and time + 100 years
Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed
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", "zimbisPatientId": 0, "profileId": "string", "newDiscontinued": 0, "itemId": "string", "description1": "string", "description2": "string", "profileQTYReq": 0, "issueDAU": "string", "occurrences": 0, "giveStrength": 0, "giveStrengthUnit": "string", "chargeCode": "string", "schedule": "string", "endDate": "string", "bid": "string", "instructions": "string", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z", "syncedAt": "2021-08-01T00:00:00.000Z" } ]
0 = New, new profiles are ready to be dispensed to a patient - 1 = Discontinued, discontinued profiles will appear at the cabinet to be dispensed to a patient
Unique identifier for the item to be dispensed, typically provided by the practice management software
Description of the drug or supply to be dispensed, this is typically the brand name of the drug
Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug
The quantity of the drug or supply to be dispensed at each occurrence, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, this value would be 1
The number of times the drug or supply is to be accessed for a patient before the profile is inactive
The strength of the drug or supply to be dispensed, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, the GiveStrength would be 2
The date and time the drug or supply will be available to be given to the patient, this must be in the time zone of the dispensing cabinet
The date and time the drug or supply will be discontinued, this must be in the time zone of the dispensing cabinet, when left blank the system will default to the Schedule date and time + 100 years
https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile
curl -i -X POST \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"siteId": 0,
"patientId": "string",
"fhirId": "string",
"ehrId": "string",
"ehrTable": "string",
"zimbisPatientId": 0,
"profileId": "string",
"newDiscontinued": 0,
"itemId": "string",
"description1": "string",
"description2": "string",
"profileQTYReq": 0,
"issueDAU": "string",
"occurrences": 0,
"giveStrength": 0,
"giveStrengthUnit": "string",
"chargeCode": "string",
"schedule": "string",
"endDate": "string",
"bid": "string",
"instructions": "string"
}'
Site Zimbis Patient Profile created successfully.
0 = New, new profiles are ready to be dispensed to a patient - 1 = Discontinued, discontinued profiles will appear at the cabinet to be dispensed to a patient
Unique identifier for the item to be dispensed, typically provided by the practice management software
Description of the drug or supply to be dispensed, this is typically the brand name of the drug
Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug
The quantity of the drug or supply to be dispensed at each occurrence, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, this value would be 1
The number of times the drug or supply is to be accessed for a patient before the profile is inactive
The strength of the drug or supply to be dispensed, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, the GiveStrength would be 2
The date and time the drug or supply will be available to be given to the patient, this must be in the time zone of the dispensing cabinet
The date and time the drug or supply will be discontinued, this must be in the time zone of the dispensing cabinet, when left blank the system will default to the Schedule date and time + 100 years
Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed
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", "zimbisPatientId": 0, "profileId": "string", "newDiscontinued": 0, "itemId": "string", "description1": "string", "description2": "string", "profileQTYReq": 0, "issueDAU": "string", "occurrences": 0, "giveStrength": 0, "giveStrengthUnit": "string", "chargeCode": "string", "schedule": "string", "endDate": "string", "bid": "string", "instructions": "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}/profile/fhir/{fhirId}
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/fhir/{fhirId}
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/fhir/{fhirId}
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/fhir/{fhirId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Site Zimbis Patient Profile retrieved successfully.
0 = New, new profiles are ready to be dispensed to a patient - 1 = Discontinued, discontinued profiles will appear at the cabinet to be dispensed to a patient
Unique identifier for the item to be dispensed, typically provided by the practice management software
Description of the drug or supply to be dispensed, this is typically the brand name of the drug
Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug
The quantity of the drug or supply to be dispensed at each occurrence, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, this value would be 1
The number of times the drug or supply is to be accessed for a patient before the profile is inactive
The strength of the drug or supply to be dispensed, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, the GiveStrength would be 2
The date and time the drug or supply will be available to be given to the patient, this must be in the time zone of the dispensing cabinet
The date and time the drug or supply will be discontinued, this must be in the time zone of the dispensing cabinet, when left blank the system will default to the Schedule date and time + 100 years
Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed
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", "zimbisPatientId": 0, "profileId": "string", "newDiscontinued": 0, "itemId": "string", "description1": "string", "description2": "string", "profileQTYReq": 0, "issueDAU": "string", "occurrences": 0, "giveStrength": 0, "giveStrengthUnit": "string", "chargeCode": "string", "schedule": "string", "endDate": "string", "bid": "string", "instructions": "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}/profile/{siteZimbisPatientProfileId}
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of Site's all Zimbis Patient Profiles retrieved successfully.
0 = New, new profiles are ready to be dispensed to a patient - 1 = Discontinued, discontinued profiles will appear at the cabinet to be dispensed to a patient
Unique identifier for the item to be dispensed, typically provided by the practice management software
Description of the drug or supply to be dispensed, this is typically the brand name of the drug
Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug
The quantity of the drug or supply to be dispensed at each occurrence, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, this value would be 1
The number of times the drug or supply is to be accessed for a patient before the profile is inactive
The strength of the drug or supply to be dispensed, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, the GiveStrength would be 2
The date and time the drug or supply will be available to be given to the patient, this must be in the time zone of the dispensing cabinet
The date and time the drug or supply will be discontinued, this must be in the time zone of the dispensing cabinet, when left blank the system will default to the Schedule date and time + 100 years
Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed
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", "zimbisPatientId": 0, "profileId": "string", "newDiscontinued": 0, "itemId": "string", "description1": "string", "description2": "string", "profileQTYReq": 0, "issueDAU": "string", "occurrences": 0, "giveStrength": 0, "giveStrengthUnit": "string", "chargeCode": "string", "schedule": "string", "endDate": "string", "bid": "string", "instructions": "string", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z", "syncedAt": "2021-08-01T00:00:00.000Z" }
0 = New, new profiles are ready to be dispensed to a patient - 1 = Discontinued, discontinued profiles will appear at the cabinet to be dispensed to a patient
Unique identifier for the item to be dispensed, typically provided by the practice management software
Description of the drug or supply to be dispensed, this is typically the brand name of the drug
Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug
The quantity of the drug or supply to be dispensed at each occurrence, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, this value would be 1
The number of times the drug or supply is to be accessed for a patient before the profile is inactive
The strength of the drug or supply to be dispensed, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, the GiveStrength would be 2
The date and time the drug or supply will be available to be given to the patient, this must be in the time zone of the dispensing cabinet
The date and time the drug or supply will be discontinued, this must be in the time zone of the dispensing cabinet, when left blank the system will default to the Schedule date and time + 100 years
Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed
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}/profile/{siteZimbisPatientProfileId}
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"siteId": 0,
"patientId": "string",
"fhirId": "string",
"ehrId": "string",
"ehrTable": "string",
"zimbisPatientId": 0,
"profileId": "string",
"newDiscontinued": 0,
"itemId": "string",
"description1": "string",
"description2": "string",
"profileQTYReq": 0,
"issueDAU": "string",
"occurrences": 0,
"giveStrength": 0,
"giveStrengthUnit": "string",
"chargeCode": "string",
"schedule": "string",
"endDate": "string",
"bid": "string",
"instructions": "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 Profile updated successfully.
0 = New, new profiles are ready to be dispensed to a patient - 1 = Discontinued, discontinued profiles will appear at the cabinet to be dispensed to a patient
Unique identifier for the item to be dispensed, typically provided by the practice management software
Description of the drug or supply to be dispensed, this is typically the brand name of the drug
Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug
The quantity of the drug or supply to be dispensed at each occurrence, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, this value would be 1
The number of times the drug or supply is to be accessed for a patient before the profile is inactive
The strength of the drug or supply to be dispensed, e.g. if a profile specified 1 2mg tablet of Valium to be dispensed 3 times, the GiveStrength would be 2
The date and time the drug or supply will be available to be given to the patient, this must be in the time zone of the dispensing cabinet
The date and time the drug or supply will be discontinued, this must be in the time zone of the dispensing cabinet, when left blank the system will default to the Schedule date and time + 100 years
Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed
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", "zimbisPatientId": 0, "profileId": "string", "newDiscontinued": 0, "itemId": "string", "description1": "string", "description2": "string", "profileQTYReq": 0, "issueDAU": "string", "occurrences": 0, "giveStrength": 0, "giveStrengthUnit": "string", "chargeCode": "string", "schedule": "string", "endDate": "string", "bid": "string", "instructions": "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}/profile/{siteZimbisPatientProfileId}
https://api-staging.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}
https://api.heydonto.com/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile/{siteZimbisPatientProfileId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'