DELETE api/ProviderService/RemoveTreatmentPlan
Remove Patient Treatment Plan
Request Information
URI Parameters
None.
Body Parameters
Send only Treatment Plan ID
TreatmentPlan| Name | Description | Type | Additional information |
|---|---|---|---|
| TreatmentPlanID |
Gets or sets the treatment plan ID |
globally unique identifier |
None. |
| TreatmentDetails |
Treatment Details |
Collection of TreatmentInfoViewModel |
Required |
| TreatmentNote | string |
None. |
|
| ProviderID | globally unique identifier |
None. |
|
| TreatmentDate | date |
None. |
|
| Authority | string |
None. |
|
| PatientID |
Patient ID |
globally unique identifier |
Required |
| Count |
COunt -1 all otherwise above zero |
integer |
None. |
| DrugID |
Drug ID |
globally unique identifier |
None. |
| ApplicationID |
Application using Absolute EMR API |
globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"TreatmentPlanID": "560492d5-f306-47cc-9bf3-158d7d138c7b",
"TreatmentDetails": [
{
"Drug_Id": "5f9b86fe-677f-453d-9d99-7277b0a079f7",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:24:08.0314393+00:00",
"End_Date": "2026-05-07T13:24:08.0314393+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "c08a8f11-0b8f-4461-b0d9-9c9a84ecbd7e",
"Consult_Date": "2026-05-07T13:24:08.0314393+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "5f9b86fe-677f-453d-9d99-7277b0a079f7",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:24:08.0314393+00:00",
"End_Date": "2026-05-07T13:24:08.0314393+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "c08a8f11-0b8f-4461-b0d9-9c9a84ecbd7e",
"Consult_Date": "2026-05-07T13:24:08.0314393+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
}
],
"TreatmentNote": "sample string 2",
"ProviderID": "d1346ec6-c5ba-4de3-ad53-d53194606b4f",
"TreatmentDate": "2026-05-07T13:24:08.0314393+00:00",
"Authority": "sample string 4",
"PatientID": "cd7e1440-3219-4560-be05-59289ab2a784",
"Count": 1,
"DrugID": "77578ecc-635b-4244-9ebf-4a28a07f23a2",
"ApplicationID": "be330d5c-2700-4e16-9a52-ce084e4a35a9"
}
application/xml, text/xml
Sample:
<TreatmentPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbsoluteHealth.API.Models">
<ApplicationID>be330d5c-2700-4e16-9a52-ce084e4a35a9</ApplicationID>
<Count>1</Count>
<DrugID>77578ecc-635b-4244-9ebf-4a28a07f23a2</DrugID>
<PatientID>cd7e1440-3219-4560-be05-59289ab2a784</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-05-07T13:24:08.0314393+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:24:08.0314393+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>5f9b86fe-677f-453d-9d99-7277b0a079f7</Drug_Id>
<End_Date>2026-05-07T13:24:08.0314393+00:00</End_Date>
<Frequency>3</Frequency>
<FrequencyUnitType>sample string 9</FrequencyUnitType>
<FrequencyUnitTypeID>4</FrequencyUnitTypeID>
<Instructions_Note>sample string 2</Instructions_Note>
<Is_Current>true</Is_Current>
<PrescriptionDetail_Id>c08a8f11-0b8f-4461-b0d9-9c9a84ecbd7e</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:24:08.0314393+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:24:08.0314393+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>5f9b86fe-677f-453d-9d99-7277b0a079f7</Drug_Id>
<End_Date>2026-05-07T13:24:08.0314393+00:00</End_Date>
<Frequency>3</Frequency>
<FrequencyUnitType>sample string 9</FrequencyUnitType>
<FrequencyUnitTypeID>4</FrequencyUnitTypeID>
<Instructions_Note>sample string 2</Instructions_Note>
<Is_Current>true</Is_Current>
<PrescriptionDetail_Id>c08a8f11-0b8f-4461-b0d9-9c9a84ecbd7e</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:24:08.0314393+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>560492d5-f306-47cc-9bf3-158d7d138c7b</TreatmentPlanID>
</TreatmentPlan>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
True on success
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>