GET api/ProviderService/GetTreatmentsList?modifiedAfterDate={modifiedAfterDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| modifiedAfterDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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 |
Response Formats
application/json, text/json
Sample:
[
{
"TreatmentPlanID": "81356200-79a0-45e6-9dba-cdffec30bfd5",
"TreatmentDetails": [
{
"Drug_Id": "aeb74e2c-bcbe-4cfe-bc7c-25d4bb5e5115",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:25:22.8410766+00:00",
"End_Date": "2026-05-07T13:25:22.8410766+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "0765ff1d-3132-4944-a4ca-f6397cbb4bad",
"Consult_Date": "2026-05-07T13:25:22.8410766+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "aeb74e2c-bcbe-4cfe-bc7c-25d4bb5e5115",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:25:22.8410766+00:00",
"End_Date": "2026-05-07T13:25:22.8410766+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "0765ff1d-3132-4944-a4ca-f6397cbb4bad",
"Consult_Date": "2026-05-07T13:25:22.8410766+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": "2ced6eaf-900c-422f-aee3-34b9958eb90c",
"TreatmentDate": "2026-05-07T13:25:22.8410766+00:00",
"Authority": "sample string 4",
"PatientID": "ede721f7-4c05-491f-a7e6-f3b2a42fc85a",
"Count": 1,
"DrugID": "77505c7d-6998-411b-b7a0-c8b9442d84e3",
"ApplicationID": "c7cae4fd-4690-4c6d-8287-4deac2e5cd6d"
},
{
"TreatmentPlanID": "81356200-79a0-45e6-9dba-cdffec30bfd5",
"TreatmentDetails": [
{
"Drug_Id": "aeb74e2c-bcbe-4cfe-bc7c-25d4bb5e5115",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:25:22.8410766+00:00",
"End_Date": "2026-05-07T13:25:22.8410766+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "0765ff1d-3132-4944-a4ca-f6397cbb4bad",
"Consult_Date": "2026-05-07T13:25:22.8410766+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "aeb74e2c-bcbe-4cfe-bc7c-25d4bb5e5115",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:25:22.8410766+00:00",
"End_Date": "2026-05-07T13:25:22.8410766+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "0765ff1d-3132-4944-a4ca-f6397cbb4bad",
"Consult_Date": "2026-05-07T13:25:22.8410766+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": "2ced6eaf-900c-422f-aee3-34b9958eb90c",
"TreatmentDate": "2026-05-07T13:25:22.8410766+00:00",
"Authority": "sample string 4",
"PatientID": "ede721f7-4c05-491f-a7e6-f3b2a42fc85a",
"Count": 1,
"DrugID": "77505c7d-6998-411b-b7a0-c8b9442d84e3",
"ApplicationID": "c7cae4fd-4690-4c6d-8287-4deac2e5cd6d"
}
]
application/xml, text/xml
Sample:
<ArrayOfTreatmentPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbsoluteHealth.API.Models">
<TreatmentPlan>
<ApplicationID>c7cae4fd-4690-4c6d-8287-4deac2e5cd6d</ApplicationID>
<Count>1</Count>
<DrugID>77505c7d-6998-411b-b7a0-c8b9442d84e3</DrugID>
<PatientID>ede721f7-4c05-491f-a7e6-f3b2a42fc85a</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-05-07T13:25:22.8410766+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:25:22.8410766+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>aeb74e2c-bcbe-4cfe-bc7c-25d4bb5e5115</Drug_Id>
<End_Date>2026-05-07T13:25:22.8410766+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>0765ff1d-3132-4944-a4ca-f6397cbb4bad</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:25:22.8410766+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:25:22.8410766+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>aeb74e2c-bcbe-4cfe-bc7c-25d4bb5e5115</Drug_Id>
<End_Date>2026-05-07T13:25:22.8410766+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>0765ff1d-3132-4944-a4ca-f6397cbb4bad</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:25:22.8410766+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>81356200-79a0-45e6-9dba-cdffec30bfd5</TreatmentPlanID>
</TreatmentPlan>
<TreatmentPlan>
<ApplicationID>c7cae4fd-4690-4c6d-8287-4deac2e5cd6d</ApplicationID>
<Count>1</Count>
<DrugID>77505c7d-6998-411b-b7a0-c8b9442d84e3</DrugID>
<PatientID>ede721f7-4c05-491f-a7e6-f3b2a42fc85a</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-05-07T13:25:22.8410766+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:25:22.8410766+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>aeb74e2c-bcbe-4cfe-bc7c-25d4bb5e5115</Drug_Id>
<End_Date>2026-05-07T13:25:22.8410766+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>0765ff1d-3132-4944-a4ca-f6397cbb4bad</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:25:22.8410766+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:25:22.8410766+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>aeb74e2c-bcbe-4cfe-bc7c-25d4bb5e5115</Drug_Id>
<End_Date>2026-05-07T13:25:22.8410766+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>0765ff1d-3132-4944-a4ca-f6397cbb4bad</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:25:22.8410766+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>81356200-79a0-45e6-9dba-cdffec30bfd5</TreatmentPlanID>
</TreatmentPlan>
</ArrayOfTreatmentPlan>