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": "6afb3423-d97c-40c1-8e27-57a39b33db0e",
"Count": 1,
"DrugID": "9cf1653d-714f-4a26-aae1-ba6255196208",
"ApplicationID": "b28d01df-74c5-4b61-a6b0-215f948041da"
}
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>b28d01df-74c5-4b61-a6b0-215f948041da</ApplicationID> <Count>1</Count> <DrugID>9cf1653d-714f-4a26-aae1-ba6255196208</DrugID> <PatientID>6afb3423-d97c-40c1-8e27-57a39b33db0e</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": "e3803cf4-6817-47bb-827f-d53411ccee03",
"TreatmentDetails": [
{
"Drug_Id": "f3453492-7852-47b6-8c46-902510e8fad9",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2025-12-14T08:56:56.2132337+00:00",
"End_Date": "2025-12-14T08:56:56.2132337+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "ef6995b8-ffe7-499a-a8f4-25c32eefec9c",
"Consult_Date": "2025-12-14T08:56:56.2132337+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "f3453492-7852-47b6-8c46-902510e8fad9",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2025-12-14T08:56:56.2132337+00:00",
"End_Date": "2025-12-14T08:56:56.2132337+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "ef6995b8-ffe7-499a-a8f4-25c32eefec9c",
"Consult_Date": "2025-12-14T08:56:56.2132337+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": "fcb9580d-05b5-449f-a8ae-d86c30a22722",
"TreatmentDate": "2025-12-14T08:56:56.2132337+00:00",
"Authority": "sample string 4",
"PatientID": "ed0dc38c-011a-45fe-ae4e-cceafc6cb299",
"Count": 1,
"DrugID": "2dddaaf2-1bfe-4d5e-9871-539e4b74af98",
"ApplicationID": "be04a97e-fac7-4adf-b149-f3b149232a8b"
},
{
"TreatmentPlanID": "e3803cf4-6817-47bb-827f-d53411ccee03",
"TreatmentDetails": [
{
"Drug_Id": "f3453492-7852-47b6-8c46-902510e8fad9",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2025-12-14T08:56:56.2132337+00:00",
"End_Date": "2025-12-14T08:56:56.2132337+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "ef6995b8-ffe7-499a-a8f4-25c32eefec9c",
"Consult_Date": "2025-12-14T08:56:56.2132337+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "f3453492-7852-47b6-8c46-902510e8fad9",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2025-12-14T08:56:56.2132337+00:00",
"End_Date": "2025-12-14T08:56:56.2132337+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "ef6995b8-ffe7-499a-a8f4-25c32eefec9c",
"Consult_Date": "2025-12-14T08:56:56.2132337+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": "fcb9580d-05b5-449f-a8ae-d86c30a22722",
"TreatmentDate": "2025-12-14T08:56:56.2132337+00:00",
"Authority": "sample string 4",
"PatientID": "ed0dc38c-011a-45fe-ae4e-cceafc6cb299",
"Count": 1,
"DrugID": "2dddaaf2-1bfe-4d5e-9871-539e4b74af98",
"ApplicationID": "be04a97e-fac7-4adf-b149-f3b149232a8b"
}
]
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>be04a97e-fac7-4adf-b149-f3b149232a8b</ApplicationID>
<Count>1</Count>
<DrugID>2dddaaf2-1bfe-4d5e-9871-539e4b74af98</DrugID>
<PatientID>ed0dc38c-011a-45fe-ae4e-cceafc6cb299</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2025-12-14T08:56:56.2132337+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2025-12-14T08:56:56.2132337+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>f3453492-7852-47b6-8c46-902510e8fad9</Drug_Id>
<End_Date>2025-12-14T08:56:56.2132337+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>ef6995b8-ffe7-499a-a8f4-25c32eefec9c</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2025-12-14T08:56:56.2132337+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2025-12-14T08:56:56.2132337+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>f3453492-7852-47b6-8c46-902510e8fad9</Drug_Id>
<End_Date>2025-12-14T08:56:56.2132337+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>ef6995b8-ffe7-499a-a8f4-25c32eefec9c</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2025-12-14T08:56:56.2132337+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>e3803cf4-6817-47bb-827f-d53411ccee03</TreatmentPlanID>
</TreatmentPlan>
<TreatmentPlan>
<ApplicationID>be04a97e-fac7-4adf-b149-f3b149232a8b</ApplicationID>
<Count>1</Count>
<DrugID>2dddaaf2-1bfe-4d5e-9871-539e4b74af98</DrugID>
<PatientID>ed0dc38c-011a-45fe-ae4e-cceafc6cb299</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2025-12-14T08:56:56.2132337+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2025-12-14T08:56:56.2132337+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>f3453492-7852-47b6-8c46-902510e8fad9</Drug_Id>
<End_Date>2025-12-14T08:56:56.2132337+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>ef6995b8-ffe7-499a-a8f4-25c32eefec9c</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2025-12-14T08:56:56.2132337+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2025-12-14T08:56:56.2132337+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>f3453492-7852-47b6-8c46-902510e8fad9</Drug_Id>
<End_Date>2025-12-14T08:56:56.2132337+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>ef6995b8-ffe7-499a-a8f4-25c32eefec9c</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2025-12-14T08:56:56.2132337+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>e3803cf4-6817-47bb-827f-d53411ccee03</TreatmentPlanID>
</TreatmentPlan>
</ArrayOfTreatmentPlan>