HeyDonto Zimbis API Documentation (1.0)

API documentation for HeyDonto Zimbis API

Overview
Languages
Servers
Mock server

https://docs.heydonto.com/_mock/apis/zimbis/openapi/

Sandbox

https://api-staging.heydonto.com/

Production

https://api.heydonto.com/

Zimbis Patient

Operations

Zimbis Patient Profile

Operations

Retrieve Site's all Zimbis Patient Profiles

Request

Security
bearer
Path
siteIdnumberrequired
siteZimbisPatientIdnumberrequired
curl -i -X GET \
  'https://docs.heydonto.com/_mock/apis/zimbis/openapi/site/{siteId}/zimbis/patient/{siteZimbisPatientId}/profile' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

List of Sites all Zimbis Patient Profiles retrieved successfully.

Bodyapplication/jsonArray [
siteIdnumberrequired

The ID of the site associated with this Patient

patientIdstringrequired

Patient identifier - the Account ID in 3rd party system

fhirIdstringrequired

The ID of the FHIR Patient associated with this patient

ehrIdstringrequired

The ID of the record in ehr system

ehrTablestringrequired

The Table name of the record in ehr system

zimbisPatientIdnumberrequired

The id of the related zimbis patient table record

profileIdstringrequired

Profile identifier/medication order number

newDiscontinuednumberrequired

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

itemIdstringrequired

Unique identifier for the item to be dispensed, typically provided by the practice management software

description1stringrequired

Description of the drug or supply to be dispensed, this is typically the brand name of the drug

description2stringrequired

Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug

profileQTYReqnumberrequired

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

issueDAUstringrequired

The unit to be issued, e.g. Each

occurrencesnumberrequired

The number of times the drug or supply is to be accessed for a patient before the profile is inactive

giveStrengthnumberrequired

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

giveStrengthUnitstringrequired

The unit to be dispensed, e.g. mg or cc

chargeCodestringrequired

Charge code

schedulestringrequired

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

endDatestringrequired

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

bidstringrequired

Dispensing instructions in abbreviations

instructionsstringrequired

Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed

idnumberrequired

The ID of the site Zimbis Patient Profile to be updated

Example: 100
createdAtstringrequired

The date and time the data record was created

Example: "2021-08-01T00:00:00.000Z"
updatedAtstringrequired

The date and time the data record was last updated

Example: "2021-08-01T00:00:00.000Z"
syncedAtstringrequired

The date and time the data record was last synced

Example: "2021-08-01T00:00:00.000Z"
]
Response
application/json
[ { "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" } ]

Create Site Zimbis Patient Profile

Request

Security
bearer
Bodyapplication/jsonrequired
siteIdnumberrequired

The ID of the site associated with this Patient

patientIdstringrequired

Patient identifier - the Account ID in 3rd party system

fhirIdstringrequired

The ID of the FHIR Patient associated with this patient

ehrIdstringrequired

The ID of the record in ehr system

ehrTablestringrequired

The Table name of the record in ehr system

zimbisPatientIdnumberrequired

The id of the related zimbis patient table record

profileIdstringrequired

Profile identifier/medication order number

newDiscontinuednumberrequired

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

itemIdstringrequired

Unique identifier for the item to be dispensed, typically provided by the practice management software

description1stringrequired

Description of the drug or supply to be dispensed, this is typically the brand name of the drug

description2stringrequired

Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug

profileQTYReqnumberrequired

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

issueDAUstringrequired

The unit to be issued, e.g. Each

occurrencesnumberrequired

The number of times the drug or supply is to be accessed for a patient before the profile is inactive

giveStrengthnumberrequired

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

giveStrengthUnitstringrequired

The unit to be dispensed, e.g. mg or cc

chargeCodestringrequired

Charge code

schedulestringrequired

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

endDatestringrequired

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

bidstringrequired

Dispensing instructions in abbreviations

instructionsstringrequired

Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed

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"
  }'

Responses

Site Zimbis Patient Profile created successfully.

Bodyapplication/json
siteIdnumberrequired

The ID of the site associated with this Patient

patientIdstringrequired

Patient identifier - the Account ID in 3rd party system

fhirIdstringrequired

The ID of the FHIR Patient associated with this patient

ehrIdstringrequired

The ID of the record in ehr system

ehrTablestringrequired

The Table name of the record in ehr system

zimbisPatientIdnumberrequired

The id of the related zimbis patient table record

profileIdstringrequired

Profile identifier/medication order number

newDiscontinuednumberrequired

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

itemIdstringrequired

Unique identifier for the item to be dispensed, typically provided by the practice management software

description1stringrequired

Description of the drug or supply to be dispensed, this is typically the brand name of the drug

description2stringrequired

Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug

profileQTYReqnumberrequired

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

issueDAUstringrequired

The unit to be issued, e.g. Each

occurrencesnumberrequired

The number of times the drug or supply is to be accessed for a patient before the profile is inactive

giveStrengthnumberrequired

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

giveStrengthUnitstringrequired

The unit to be dispensed, e.g. mg or cc

chargeCodestringrequired

Charge code

schedulestringrequired

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

endDatestringrequired

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

bidstringrequired

Dispensing instructions in abbreviations

instructionsstringrequired

Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed

idnumberrequired

The ID of the site Zimbis Patient Profile to be updated

Example: 100
createdAtstringrequired

The date and time the data record was created

Example: "2021-08-01T00:00:00.000Z"
updatedAtstringrequired

The date and time the data record was last updated

Example: "2021-08-01T00:00:00.000Z"
syncedAtstringrequired

The date and time the data record was last synced

Example: "2021-08-01T00:00:00.000Z"
Response
application/json
{ "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" }

Retrieve Site's Zimbis Patient Profile by FHIR ID

Request

Security
bearer
Path
siteIdnumberrequired
siteZimbisPatientIdnumberrequired
fhirIdstringrequired
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>'

Responses

Site Zimbis Patient Profile retrieved successfully.

Bodyapplication/json
siteIdnumberrequired

The ID of the site associated with this Patient

patientIdstringrequired

Patient identifier - the Account ID in 3rd party system

fhirIdstringrequired

The ID of the FHIR Patient associated with this patient

ehrIdstringrequired

The ID of the record in ehr system

ehrTablestringrequired

The Table name of the record in ehr system

zimbisPatientIdnumberrequired

The id of the related zimbis patient table record

profileIdstringrequired

Profile identifier/medication order number

newDiscontinuednumberrequired

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

itemIdstringrequired

Unique identifier for the item to be dispensed, typically provided by the practice management software

description1stringrequired

Description of the drug or supply to be dispensed, this is typically the brand name of the drug

description2stringrequired

Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug

profileQTYReqnumberrequired

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

issueDAUstringrequired

The unit to be issued, e.g. Each

occurrencesnumberrequired

The number of times the drug or supply is to be accessed for a patient before the profile is inactive

giveStrengthnumberrequired

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

giveStrengthUnitstringrequired

The unit to be dispensed, e.g. mg or cc

chargeCodestringrequired

Charge code

schedulestringrequired

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

endDatestringrequired

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

bidstringrequired

Dispensing instructions in abbreviations

instructionsstringrequired

Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed

idnumberrequired

The ID of the site Zimbis Patient Profile to be updated

Example: 100
createdAtstringrequired

The date and time the data record was created

Example: "2021-08-01T00:00:00.000Z"
updatedAtstringrequired

The date and time the data record was last updated

Example: "2021-08-01T00:00:00.000Z"
syncedAtstringrequired

The date and time the data record was last synced

Example: "2021-08-01T00:00:00.000Z"
Response
application/json
{ "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" }

Retrieve Site's Zimbis Patient By Id

Request

Security
bearer
Path
siteZimbisPatientProfileIdnumberrequired
siteZimbisPatientIdnumberrequired
siteIdnumberrequired
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>'

Responses

List of Site's all Zimbis Patient Profiles retrieved successfully.

Bodyapplication/json
siteIdnumberrequired

The ID of the site associated with this Patient

patientIdstringrequired

Patient identifier - the Account ID in 3rd party system

fhirIdstringrequired

The ID of the FHIR Patient associated with this patient

ehrIdstringrequired

The ID of the record in ehr system

ehrTablestringrequired

The Table name of the record in ehr system

zimbisPatientIdnumberrequired

The id of the related zimbis patient table record

profileIdstringrequired

Profile identifier/medication order number

newDiscontinuednumberrequired

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

itemIdstringrequired

Unique identifier for the item to be dispensed, typically provided by the practice management software

description1stringrequired

Description of the drug or supply to be dispensed, this is typically the brand name of the drug

description2stringrequired

Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug

profileQTYReqnumberrequired

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

issueDAUstringrequired

The unit to be issued, e.g. Each

occurrencesnumberrequired

The number of times the drug or supply is to be accessed for a patient before the profile is inactive

giveStrengthnumberrequired

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

giveStrengthUnitstringrequired

The unit to be dispensed, e.g. mg or cc

chargeCodestringrequired

Charge code

schedulestringrequired

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

endDatestringrequired

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

bidstringrequired

Dispensing instructions in abbreviations

instructionsstringrequired

Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed

idnumberrequired

The ID of the site Zimbis Patient Profile to be updated

Example: 100
createdAtstringrequired

The date and time the data record was created

Example: "2021-08-01T00:00:00.000Z"
updatedAtstringrequired

The date and time the data record was last updated

Example: "2021-08-01T00:00:00.000Z"
syncedAtstringrequired

The date and time the data record was last synced

Example: "2021-08-01T00:00:00.000Z"
Response
application/json
{ "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" }

Update an existing Site Zimbis Patient Profile

Request

Security
bearer
Path
siteZimbisPatientProfileIdnumberrequired
Bodyapplication/jsonrequired
siteIdnumberrequired

The ID of the site associated with this Patient

patientIdstringrequired

Patient identifier - the Account ID in 3rd party system

fhirIdstringrequired

The ID of the FHIR Patient associated with this patient

ehrIdstringrequired

The ID of the record in ehr system

ehrTablestringrequired

The Table name of the record in ehr system

zimbisPatientIdnumberrequired

The id of the related zimbis patient table record

profileIdstringrequired

Profile identifier/medication order number

newDiscontinuednumberrequired

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

itemIdstringrequired

Unique identifier for the item to be dispensed, typically provided by the practice management software

description1stringrequired

Description of the drug or supply to be dispensed, this is typically the brand name of the drug

description2stringrequired

Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug

profileQTYReqnumberrequired

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

issueDAUstringrequired

The unit to be issued, e.g. Each

occurrencesnumberrequired

The number of times the drug or supply is to be accessed for a patient before the profile is inactive

giveStrengthnumberrequired

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

giveStrengthUnitstringrequired

The unit to be dispensed, e.g. mg or cc

chargeCodestringrequired

Charge code

schedulestringrequired

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

endDatestringrequired

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

bidstringrequired

Dispensing instructions in abbreviations

instructionsstringrequired

Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed

idnumberrequired

The ID of the site Zimbis Patient Profile to be updated

Example: 100
createdAtstringrequired

The date and time the data record was created

Example: "2021-08-01T00:00:00.000Z"
updatedAtstringrequired

The date and time the data record was last updated

Example: "2021-08-01T00:00:00.000Z"
syncedAtstringrequired

The date and time the data record was last synced

Example: "2021-08-01T00:00:00.000Z"
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"
  }'

Responses

Site Zimbis Patient Profile updated successfully.

Bodyapplication/json
siteIdnumberrequired

The ID of the site associated with this Patient

patientIdstringrequired

Patient identifier - the Account ID in 3rd party system

fhirIdstringrequired

The ID of the FHIR Patient associated with this patient

ehrIdstringrequired

The ID of the record in ehr system

ehrTablestringrequired

The Table name of the record in ehr system

zimbisPatientIdnumberrequired

The id of the related zimbis patient table record

profileIdstringrequired

Profile identifier/medication order number

newDiscontinuednumberrequired

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

itemIdstringrequired

Unique identifier for the item to be dispensed, typically provided by the practice management software

description1stringrequired

Description of the drug or supply to be dispensed, this is typically the brand name of the drug

description2stringrequired

Second description of the drug or supply to be dispensed this is typically a generic equivalent of the drug

profileQTYReqnumberrequired

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

issueDAUstringrequired

The unit to be issued, e.g. Each

occurrencesnumberrequired

The number of times the drug or supply is to be accessed for a patient before the profile is inactive

giveStrengthnumberrequired

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

giveStrengthUnitstringrequired

The unit to be dispensed, e.g. mg or cc

chargeCodestringrequired

Charge code

schedulestringrequired

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

endDatestringrequired

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

bidstringrequired

Dispensing instructions in abbreviations

instructionsstringrequired

Freeform field to capture any extra information about the drug to be dispensed or the manner in which it is to be dispensed

idnumberrequired

The ID of the site Zimbis Patient Profile to be updated

Example: 100
createdAtstringrequired

The date and time the data record was created

Example: "2021-08-01T00:00:00.000Z"
updatedAtstringrequired

The date and time the data record was last updated

Example: "2021-08-01T00:00:00.000Z"
syncedAtstringrequired

The date and time the data record was last synced

Example: "2021-08-01T00:00:00.000Z"
Response
application/json
{ "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" }

Delete a Site Zimbis Patient by its ID

Request

Security
bearer
Path
siteZimbisPatientProfileIdnumberrequired
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>'

Responses

Site Zimbis Patient deleted successfully.

Response
No content