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": "4cccfe7e-763b-469f-9a25-fc16b09283fc",
"Count": 1,
"DrugID": "6d60b4fa-69f3-437f-8b19-d923e0acbaf2",
"ApplicationID": "c5cf96f3-175d-42f5-a2f8-e8c37d3861ac"
}
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>c5cf96f3-175d-42f5-a2f8-e8c37d3861ac</ApplicationID> <Count>1</Count> <DrugID>6d60b4fa-69f3-437f-8b19-d923e0acbaf2</DrugID> <PatientID>4cccfe7e-763b-469f-9a25-fc16b09283fc</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": "d455eb0a-f56b-4045-8096-10e11be2ec51",
"TreatmentDetails": [
{
"Drug_Id": "355457cc-51d7-4c9d-9dee-c75d52b3bd2c",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-03-22T22:16:49.1228576+00:00",
"End_Date": "2026-03-22T22:16:49.1228576+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "2681606c-4087-4ace-9cd5-a5380081e867",
"Consult_Date": "2026-03-22T22:16:49.1228576+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "355457cc-51d7-4c9d-9dee-c75d52b3bd2c",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-03-22T22:16:49.1228576+00:00",
"End_Date": "2026-03-22T22:16:49.1228576+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "2681606c-4087-4ace-9cd5-a5380081e867",
"Consult_Date": "2026-03-22T22:16:49.1228576+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": "10cf6a82-6052-4d21-bd29-637d8b8d6be4",
"TreatmentDate": "2026-03-22T22:16:49.1228576+00:00",
"Authority": "sample string 4",
"PatientID": "c9552934-2e5c-4e1c-ba26-df609b949731",
"Count": 1,
"DrugID": "d7671e88-afed-4ddd-8bae-b3028d3f9210",
"ApplicationID": "188727dd-527a-4cf7-88db-ac940dc686d5"
},
{
"TreatmentPlanID": "d455eb0a-f56b-4045-8096-10e11be2ec51",
"TreatmentDetails": [
{
"Drug_Id": "355457cc-51d7-4c9d-9dee-c75d52b3bd2c",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-03-22T22:16:49.1228576+00:00",
"End_Date": "2026-03-22T22:16:49.1228576+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "2681606c-4087-4ace-9cd5-a5380081e867",
"Consult_Date": "2026-03-22T22:16:49.1228576+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "355457cc-51d7-4c9d-9dee-c75d52b3bd2c",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-03-22T22:16:49.1228576+00:00",
"End_Date": "2026-03-22T22:16:49.1228576+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "2681606c-4087-4ace-9cd5-a5380081e867",
"Consult_Date": "2026-03-22T22:16:49.1228576+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": "10cf6a82-6052-4d21-bd29-637d8b8d6be4",
"TreatmentDate": "2026-03-22T22:16:49.1228576+00:00",
"Authority": "sample string 4",
"PatientID": "c9552934-2e5c-4e1c-ba26-df609b949731",
"Count": 1,
"DrugID": "d7671e88-afed-4ddd-8bae-b3028d3f9210",
"ApplicationID": "188727dd-527a-4cf7-88db-ac940dc686d5"
}
]
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>188727dd-527a-4cf7-88db-ac940dc686d5</ApplicationID>
<Count>1</Count>
<DrugID>d7671e88-afed-4ddd-8bae-b3028d3f9210</DrugID>
<PatientID>c9552934-2e5c-4e1c-ba26-df609b949731</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-03-22T22:16:49.1228576+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-03-22T22:16:49.1228576+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>355457cc-51d7-4c9d-9dee-c75d52b3bd2c</Drug_Id>
<End_Date>2026-03-22T22:16:49.1228576+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>2681606c-4087-4ace-9cd5-a5380081e867</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-03-22T22:16:49.1228576+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-03-22T22:16:49.1228576+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>355457cc-51d7-4c9d-9dee-c75d52b3bd2c</Drug_Id>
<End_Date>2026-03-22T22:16:49.1228576+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>2681606c-4087-4ace-9cd5-a5380081e867</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-03-22T22:16:49.1228576+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>d455eb0a-f56b-4045-8096-10e11be2ec51</TreatmentPlanID>
</TreatmentPlan>
<TreatmentPlan>
<ApplicationID>188727dd-527a-4cf7-88db-ac940dc686d5</ApplicationID>
<Count>1</Count>
<DrugID>d7671e88-afed-4ddd-8bae-b3028d3f9210</DrugID>
<PatientID>c9552934-2e5c-4e1c-ba26-df609b949731</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-03-22T22:16:49.1228576+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-03-22T22:16:49.1228576+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>355457cc-51d7-4c9d-9dee-c75d52b3bd2c</Drug_Id>
<End_Date>2026-03-22T22:16:49.1228576+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>2681606c-4087-4ace-9cd5-a5380081e867</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-03-22T22:16:49.1228576+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-03-22T22:16:49.1228576+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>355457cc-51d7-4c9d-9dee-c75d52b3bd2c</Drug_Id>
<End_Date>2026-03-22T22:16:49.1228576+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>2681606c-4087-4ace-9cd5-a5380081e867</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-03-22T22:16:49.1228576+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>d455eb0a-f56b-4045-8096-10e11be2ec51</TreatmentPlanID>
</TreatmentPlan>
</ArrayOfTreatmentPlan>