GET api/ProviderService/PatientTreatmentPlans
to retrieve a list of the prescribed drugs including the name, quantity, frequency, etc.
Request Information
URI Parameters
None.
Body Parameters
Patient GUID
PatientIDQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"PatientID": "f7bfaca3-a135-46bf-ab8d-1692348710d3",
"Count": 1,
"DrugID": "900d6b6e-453e-427f-8ab9-352ac8c564c8",
"ApplicationID": "e1fefa70-4295-41bb-bc93-5c21319c1ece"
}
application/xml, text/xml
Sample:
<PatientIDQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbsoluteHealth.API.Models"> <ApplicationID>e1fefa70-4295-41bb-bc93-5c21319c1ece</ApplicationID> <Count>1</Count> <DrugID>900d6b6e-453e-427f-8ab9-352ac8c564c8</DrugID> <PatientID>f7bfaca3-a135-46bf-ab8d-1692348710d3</PatientID> </PatientIDQuery>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Current Active Treatment plans by descending order
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": "0d52091f-888a-479b-a266-410170e5fd29",
"TreatmentDetails": [
{
"Drug_Id": "2080e0b3-c651-4c07-b120-740699343761",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-03-22T22:14:46.679012+00:00",
"End_Date": "2026-03-22T22:14:46.679012+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "a4b6b882-e150-4acc-9128-fafbd2575cc3",
"Consult_Date": "2026-03-22T22:14:46.679012+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "2080e0b3-c651-4c07-b120-740699343761",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-03-22T22:14:46.679012+00:00",
"End_Date": "2026-03-22T22:14:46.679012+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "a4b6b882-e150-4acc-9128-fafbd2575cc3",
"Consult_Date": "2026-03-22T22:14:46.679012+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": "cccb470f-dc3b-4f11-921a-f26a1ced7f8c",
"TreatmentDate": "2026-03-22T22:14:46.679012+00:00",
"Authority": "sample string 4",
"PatientID": "7dbed03b-9e59-4572-82e1-54cb01a6ac36",
"Count": 1,
"DrugID": "2cae263f-388a-4756-9011-4be1f220e8ce",
"ApplicationID": "203e47f6-e0c0-4c92-9d3f-04fe33d10b0f"
},
{
"TreatmentPlanID": "0d52091f-888a-479b-a266-410170e5fd29",
"TreatmentDetails": [
{
"Drug_Id": "2080e0b3-c651-4c07-b120-740699343761",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-03-22T22:14:46.679012+00:00",
"End_Date": "2026-03-22T22:14:46.679012+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "a4b6b882-e150-4acc-9128-fafbd2575cc3",
"Consult_Date": "2026-03-22T22:14:46.679012+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "2080e0b3-c651-4c07-b120-740699343761",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-03-22T22:14:46.679012+00:00",
"End_Date": "2026-03-22T22:14:46.679012+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "a4b6b882-e150-4acc-9128-fafbd2575cc3",
"Consult_Date": "2026-03-22T22:14:46.679012+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": "cccb470f-dc3b-4f11-921a-f26a1ced7f8c",
"TreatmentDate": "2026-03-22T22:14:46.679012+00:00",
"Authority": "sample string 4",
"PatientID": "7dbed03b-9e59-4572-82e1-54cb01a6ac36",
"Count": 1,
"DrugID": "2cae263f-388a-4756-9011-4be1f220e8ce",
"ApplicationID": "203e47f6-e0c0-4c92-9d3f-04fe33d10b0f"
}
]
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>203e47f6-e0c0-4c92-9d3f-04fe33d10b0f</ApplicationID>
<Count>1</Count>
<DrugID>2cae263f-388a-4756-9011-4be1f220e8ce</DrugID>
<PatientID>7dbed03b-9e59-4572-82e1-54cb01a6ac36</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-03-22T22:14:46.679012+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-03-22T22:14:46.679012+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>2080e0b3-c651-4c07-b120-740699343761</Drug_Id>
<End_Date>2026-03-22T22:14:46.679012+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>a4b6b882-e150-4acc-9128-fafbd2575cc3</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-03-22T22:14:46.679012+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-03-22T22:14:46.679012+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>2080e0b3-c651-4c07-b120-740699343761</Drug_Id>
<End_Date>2026-03-22T22:14:46.679012+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>a4b6b882-e150-4acc-9128-fafbd2575cc3</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-03-22T22:14:46.679012+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>0d52091f-888a-479b-a266-410170e5fd29</TreatmentPlanID>
</TreatmentPlan>
<TreatmentPlan>
<ApplicationID>203e47f6-e0c0-4c92-9d3f-04fe33d10b0f</ApplicationID>
<Count>1</Count>
<DrugID>2cae263f-388a-4756-9011-4be1f220e8ce</DrugID>
<PatientID>7dbed03b-9e59-4572-82e1-54cb01a6ac36</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-03-22T22:14:46.679012+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-03-22T22:14:46.679012+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>2080e0b3-c651-4c07-b120-740699343761</Drug_Id>
<End_Date>2026-03-22T22:14:46.679012+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>a4b6b882-e150-4acc-9128-fafbd2575cc3</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-03-22T22:14:46.679012+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-03-22T22:14:46.679012+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>2080e0b3-c651-4c07-b120-740699343761</Drug_Id>
<End_Date>2026-03-22T22:14:46.679012+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>a4b6b882-e150-4acc-9128-fafbd2575cc3</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-03-22T22:14:46.679012+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>0d52091f-888a-479b-a266-410170e5fd29</TreatmentPlanID>
</TreatmentPlan>
</ArrayOfTreatmentPlan>