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": "ca07bd58-0b28-4ee2-8e8b-617d4efc2609",
"Count": 1,
"DrugID": "fddd86e2-dec1-45aa-a02a-b443f9001de1",
"ApplicationID": "09e85d49-a07a-4cd8-a046-56b56ad4b2bf"
}
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>09e85d49-a07a-4cd8-a046-56b56ad4b2bf</ApplicationID> <Count>1</Count> <DrugID>fddd86e2-dec1-45aa-a02a-b443f9001de1</DrugID> <PatientID>ca07bd58-0b28-4ee2-8e8b-617d4efc2609</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": "d3ad9184-28a2-49d7-866e-3f3cfb368547",
"TreatmentDetails": [
{
"Drug_Id": "155fd603-a9ec-4941-bf84-a6787a6e3e3d",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-02-04T01:51:23.1500926+00:00",
"End_Date": "2026-02-04T01:51:23.1500926+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "27c5924f-7202-450c-be30-ac5d849d6a5b",
"Consult_Date": "2026-02-04T01:51:23.1500926+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "155fd603-a9ec-4941-bf84-a6787a6e3e3d",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-02-04T01:51:23.1500926+00:00",
"End_Date": "2026-02-04T01:51:23.1500926+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "27c5924f-7202-450c-be30-ac5d849d6a5b",
"Consult_Date": "2026-02-04T01:51:23.1500926+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": "9429069b-bae6-4099-b424-4334ea9ec576",
"TreatmentDate": "2026-02-04T01:51:23.1500926+00:00",
"Authority": "sample string 4",
"PatientID": "33a22a3c-f5a5-4fae-b031-43ff5ecc7359",
"Count": 1,
"DrugID": "0dc2920c-709d-4bb9-b65b-e1e20f2d9a4d",
"ApplicationID": "804fc925-f82b-4170-9dcf-84c9cd8956d5"
},
{
"TreatmentPlanID": "d3ad9184-28a2-49d7-866e-3f3cfb368547",
"TreatmentDetails": [
{
"Drug_Id": "155fd603-a9ec-4941-bf84-a6787a6e3e3d",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-02-04T01:51:23.1500926+00:00",
"End_Date": "2026-02-04T01:51:23.1500926+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "27c5924f-7202-450c-be30-ac5d849d6a5b",
"Consult_Date": "2026-02-04T01:51:23.1500926+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "155fd603-a9ec-4941-bf84-a6787a6e3e3d",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2026-02-04T01:51:23.1500926+00:00",
"End_Date": "2026-02-04T01:51:23.1500926+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "27c5924f-7202-450c-be30-ac5d849d6a5b",
"Consult_Date": "2026-02-04T01:51:23.1500926+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": "9429069b-bae6-4099-b424-4334ea9ec576",
"TreatmentDate": "2026-02-04T01:51:23.1500926+00:00",
"Authority": "sample string 4",
"PatientID": "33a22a3c-f5a5-4fae-b031-43ff5ecc7359",
"Count": 1,
"DrugID": "0dc2920c-709d-4bb9-b65b-e1e20f2d9a4d",
"ApplicationID": "804fc925-f82b-4170-9dcf-84c9cd8956d5"
}
]
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>804fc925-f82b-4170-9dcf-84c9cd8956d5</ApplicationID>
<Count>1</Count>
<DrugID>0dc2920c-709d-4bb9-b65b-e1e20f2d9a4d</DrugID>
<PatientID>33a22a3c-f5a5-4fae-b031-43ff5ecc7359</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-02-04T01:51:23.1500926+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-02-04T01:51:23.1500926+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>155fd603-a9ec-4941-bf84-a6787a6e3e3d</Drug_Id>
<End_Date>2026-02-04T01:51:23.1500926+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>27c5924f-7202-450c-be30-ac5d849d6a5b</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-02-04T01:51:23.1500926+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-02-04T01:51:23.1500926+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>155fd603-a9ec-4941-bf84-a6787a6e3e3d</Drug_Id>
<End_Date>2026-02-04T01:51:23.1500926+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>27c5924f-7202-450c-be30-ac5d849d6a5b</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-02-04T01:51:23.1500926+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>d3ad9184-28a2-49d7-866e-3f3cfb368547</TreatmentPlanID>
</TreatmentPlan>
<TreatmentPlan>
<ApplicationID>804fc925-f82b-4170-9dcf-84c9cd8956d5</ApplicationID>
<Count>1</Count>
<DrugID>0dc2920c-709d-4bb9-b65b-e1e20f2d9a4d</DrugID>
<PatientID>33a22a3c-f5a5-4fae-b031-43ff5ecc7359</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2026-02-04T01:51:23.1500926+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-02-04T01:51:23.1500926+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>155fd603-a9ec-4941-bf84-a6787a6e3e3d</Drug_Id>
<End_Date>2026-02-04T01:51:23.1500926+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>27c5924f-7202-450c-be30-ac5d849d6a5b</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-02-04T01:51:23.1500926+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2026-02-04T01:51:23.1500926+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>155fd603-a9ec-4941-bf84-a6787a6e3e3d</Drug_Id>
<End_Date>2026-02-04T01:51:23.1500926+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>27c5924f-7202-450c-be30-ac5d849d6a5b</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2026-02-04T01:51:23.1500926+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>d3ad9184-28a2-49d7-866e-3f3cfb368547</TreatmentPlanID>
</TreatmentPlan>
</ArrayOfTreatmentPlan>