GET api/PatientService/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": "b8c5bf7f-3120-46e7-aa12-1373ed7c32e9",
"Count": 1,
"DrugID": "ae32b9ef-d23a-4900-a186-a4e7a224adcf",
"ApplicationID": "a58649bd-c79f-4d87-9c6b-e0dc7364cd47"
}
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>a58649bd-c79f-4d87-9c6b-e0dc7364cd47</ApplicationID> <Count>1</Count> <DrugID>ae32b9ef-d23a-4900-a186-a4e7a224adcf</DrugID> <PatientID>b8c5bf7f-3120-46e7-aa12-1373ed7c32e9</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": "29fc3ed7-6679-4f2c-8acf-2f89ef5a9146",
"TreatmentDetails": [
{
"Drug_Id": "db01f8b6-dd47-4483-ae1b-8c797c9d055a",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:25:51.4769963+00:00",
"End_Date": "2026-05-07T13:25:51.4769963+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "8a0f69ed-bf1f-4798-be07-9e0eecae4de9",
"Consult_Date": "2026-05-07T13:25:51.4769963+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "db01f8b6-dd47-4483-ae1b-8c797c9d055a",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:25:51.4769963+00:00",
"End_Date": "2026-05-07T13:25:51.4769963+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "8a0f69ed-bf1f-4798-be07-9e0eecae4de9",
"Consult_Date": "2026-05-07T13:25:51.4769963+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": "4faa17da-da93-4a94-a588-f80bbd903cbc",
"TreatmentDate": "2026-05-07T13:25:51.4769963+00:00",
"Authority": "sample string 4",
"PatientID": "99e8b868-22e5-4a9e-a143-bf0887e29ebc",
"Count": 1,
"DrugID": "4503af8f-94be-4784-88c1-147635c3f85e",
"ApplicationID": "bf8752b5-5657-4381-a63d-949ee4b9d126"
},
{
"TreatmentPlanID": "29fc3ed7-6679-4f2c-8acf-2f89ef5a9146",
"TreatmentDetails": [
{
"Drug_Id": "db01f8b6-dd47-4483-ae1b-8c797c9d055a",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:25:51.4769963+00:00",
"End_Date": "2026-05-07T13:25:51.4769963+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "8a0f69ed-bf1f-4798-be07-9e0eecae4de9",
"Consult_Date": "2026-05-07T13:25:51.4769963+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "db01f8b6-dd47-4483-ae1b-8c797c9d055a",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-05-07T13:25:51.4769963+00:00",
"End_Date": "2026-05-07T13:25:51.4769963+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "8a0f69ed-bf1f-4798-be07-9e0eecae4de9",
"Consult_Date": "2026-05-07T13:25:51.4769963+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": "4faa17da-da93-4a94-a588-f80bbd903cbc",
"TreatmentDate": "2026-05-07T13:25:51.4769963+00:00",
"Authority": "sample string 4",
"PatientID": "99e8b868-22e5-4a9e-a143-bf0887e29ebc",
"Count": 1,
"DrugID": "4503af8f-94be-4784-88c1-147635c3f85e",
"ApplicationID": "bf8752b5-5657-4381-a63d-949ee4b9d126"
}
]
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>bf8752b5-5657-4381-a63d-949ee4b9d126</ApplicationID>
<Count>1</Count>
<DrugID>4503af8f-94be-4784-88c1-147635c3f85e</DrugID>
<PatientID>99e8b868-22e5-4a9e-a143-bf0887e29ebc</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-05-07T13:25:51.4769963+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:25:51.4769963+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>db01f8b6-dd47-4483-ae1b-8c797c9d055a</Drug_Id>
<End_Date>2026-05-07T13:25:51.4769963+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>8a0f69ed-bf1f-4798-be07-9e0eecae4de9</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:25:51.4769963+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:25:51.4769963+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>db01f8b6-dd47-4483-ae1b-8c797c9d055a</Drug_Id>
<End_Date>2026-05-07T13:25:51.4769963+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>8a0f69ed-bf1f-4798-be07-9e0eecae4de9</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:25:51.4769963+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>29fc3ed7-6679-4f2c-8acf-2f89ef5a9146</TreatmentPlanID>
</TreatmentPlan>
<TreatmentPlan>
<ApplicationID>bf8752b5-5657-4381-a63d-949ee4b9d126</ApplicationID>
<Count>1</Count>
<DrugID>4503af8f-94be-4784-88c1-147635c3f85e</DrugID>
<PatientID>99e8b868-22e5-4a9e-a143-bf0887e29ebc</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-05-07T13:25:51.4769963+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:25:51.4769963+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>db01f8b6-dd47-4483-ae1b-8c797c9d055a</Drug_Id>
<End_Date>2026-05-07T13:25:51.4769963+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>8a0f69ed-bf1f-4798-be07-9e0eecae4de9</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:25:51.4769963+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-05-07T13:25:51.4769963+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>db01f8b6-dd47-4483-ae1b-8c797c9d055a</Drug_Id>
<End_Date>2026-05-07T13:25:51.4769963+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>8a0f69ed-bf1f-4798-be07-9e0eecae4de9</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-05-07T13:25:51.4769963+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>29fc3ed7-6679-4f2c-8acf-2f89ef5a9146</TreatmentPlanID>
</TreatmentPlan>
</ArrayOfTreatmentPlan>