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": "20f00333-35cd-4621-9500-4fe9c48b6d73",
"TreatmentDetails": [
{
"Drug_Id": "56678ed6-ffbd-4960-9442-6fd0f324ac90",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-02-04T02:20:49.4141748+00:00",
"End_Date": "2026-02-04T02:20:49.4141748+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "cd842abf-7973-46ce-ab75-0914c08576c1",
"Consult_Date": "2026-02-04T02:20:49.4141748+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "56678ed6-ffbd-4960-9442-6fd0f324ac90",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-02-04T02:20:49.4141748+00:00",
"End_Date": "2026-02-04T02:20:49.4141748+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "cd842abf-7973-46ce-ab75-0914c08576c1",
"Consult_Date": "2026-02-04T02:20:49.4141748+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": "14e8f0be-5124-4b39-a8d8-e5398d9ed252",
"TreatmentDate": "2026-02-04T02:20:49.4141748+00:00",
"Authority": "sample string 4",
"PatientID": "ac53110c-c711-4d5b-837f-1fc53885e2a8",
"Count": 1,
"DrugID": "9b3d27b4-0a4b-4074-8658-ce32795b4388",
"ApplicationID": "40aac155-d86d-47e5-a1de-1f2a89896161"
},
{
"TreatmentPlanID": "20f00333-35cd-4621-9500-4fe9c48b6d73",
"TreatmentDetails": [
{
"Drug_Id": "56678ed6-ffbd-4960-9442-6fd0f324ac90",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-02-04T02:20:49.4141748+00:00",
"End_Date": "2026-02-04T02:20:49.4141748+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "cd842abf-7973-46ce-ab75-0914c08576c1",
"Consult_Date": "2026-02-04T02:20:49.4141748+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "56678ed6-ffbd-4960-9442-6fd0f324ac90",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-02-04T02:20:49.4141748+00:00",
"End_Date": "2026-02-04T02:20:49.4141748+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "cd842abf-7973-46ce-ab75-0914c08576c1",
"Consult_Date": "2026-02-04T02:20:49.4141748+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": "14e8f0be-5124-4b39-a8d8-e5398d9ed252",
"TreatmentDate": "2026-02-04T02:20:49.4141748+00:00",
"Authority": "sample string 4",
"PatientID": "ac53110c-c711-4d5b-837f-1fc53885e2a8",
"Count": 1,
"DrugID": "9b3d27b4-0a4b-4074-8658-ce32795b4388",
"ApplicationID": "40aac155-d86d-47e5-a1de-1f2a89896161"
}
]
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>40aac155-d86d-47e5-a1de-1f2a89896161</ApplicationID>
<Count>1</Count>
<DrugID>9b3d27b4-0a4b-4074-8658-ce32795b4388</DrugID>
<PatientID>ac53110c-c711-4d5b-837f-1fc53885e2a8</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-02-04T02:20:49.4141748+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-02-04T02:20:49.4141748+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>56678ed6-ffbd-4960-9442-6fd0f324ac90</Drug_Id>
<End_Date>2026-02-04T02:20:49.4141748+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>cd842abf-7973-46ce-ab75-0914c08576c1</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-02-04T02:20:49.4141748+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-02-04T02:20:49.4141748+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>56678ed6-ffbd-4960-9442-6fd0f324ac90</Drug_Id>
<End_Date>2026-02-04T02:20:49.4141748+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>cd842abf-7973-46ce-ab75-0914c08576c1</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-02-04T02:20:49.4141748+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>20f00333-35cd-4621-9500-4fe9c48b6d73</TreatmentPlanID>
</TreatmentPlan>
<TreatmentPlan>
<ApplicationID>40aac155-d86d-47e5-a1de-1f2a89896161</ApplicationID>
<Count>1</Count>
<DrugID>9b3d27b4-0a4b-4074-8658-ce32795b4388</DrugID>
<PatientID>ac53110c-c711-4d5b-837f-1fc53885e2a8</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-02-04T02:20:49.4141748+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-02-04T02:20:49.4141748+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>56678ed6-ffbd-4960-9442-6fd0f324ac90</Drug_Id>
<End_Date>2026-02-04T02:20:49.4141748+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>cd842abf-7973-46ce-ab75-0914c08576c1</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-02-04T02:20:49.4141748+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-02-04T02:20:49.4141748+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>56678ed6-ffbd-4960-9442-6fd0f324ac90</Drug_Id>
<End_Date>2026-02-04T02:20:49.4141748+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>cd842abf-7973-46ce-ab75-0914c08576c1</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-02-04T02:20:49.4141748+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>20f00333-35cd-4621-9500-4fe9c48b6d73</TreatmentPlanID>
</TreatmentPlan>
</ArrayOfTreatmentPlan>