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": "182bec84-34c1-40ff-b0ca-e1beeb3d3d0e",
"Count": 1,
"DrugID": "024c0923-e383-4cbc-a3d0-535f93b1c397",
"ApplicationID": "62b1fed7-edca-4120-978d-ee2c4a1262b7"
}
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>62b1fed7-edca-4120-978d-ee2c4a1262b7</ApplicationID> <Count>1</Count> <DrugID>024c0923-e383-4cbc-a3d0-535f93b1c397</DrugID> <PatientID>182bec84-34c1-40ff-b0ca-e1beeb3d3d0e</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": "68ae0e67-3cfc-4de9-b0b1-0dc41feabbaa",
"TreatmentDetails": [
{
"Drug_Id": "550fe154-7f18-45d3-bcfa-f91147016318",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2025-12-14T08:56:56.7131842+00:00",
"End_Date": "2025-12-14T08:56:56.7131842+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "019993a3-5055-42e7-91eb-9a49d4771efe",
"Consult_Date": "2025-12-14T08:56:56.7131842+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "550fe154-7f18-45d3-bcfa-f91147016318",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2025-12-14T08:56:56.7131842+00:00",
"End_Date": "2025-12-14T08:56:56.7131842+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "019993a3-5055-42e7-91eb-9a49d4771efe",
"Consult_Date": "2025-12-14T08:56:56.7131842+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": "2a4946dd-4ebf-4c1b-8b57-88763794da46",
"TreatmentDate": "2025-12-14T08:56:56.7131842+00:00",
"Authority": "sample string 4",
"PatientID": "94d467d1-62cf-4611-b3b6-fc4af97b54f9",
"Count": 1,
"DrugID": "1efe8b5c-9b79-4a1c-b83b-f6660c1cc061",
"ApplicationID": "b5652e82-ae6c-418e-9bb3-d1255d26e8fa"
},
{
"TreatmentPlanID": "68ae0e67-3cfc-4de9-b0b1-0dc41feabbaa",
"TreatmentDetails": [
{
"Drug_Id": "550fe154-7f18-45d3-bcfa-f91147016318",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2025-12-14T08:56:56.7131842+00:00",
"End_Date": "2025-12-14T08:56:56.7131842+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "019993a3-5055-42e7-91eb-9a49d4771efe",
"Consult_Date": "2025-12-14T08:56:56.7131842+00:00",
"Authority": "sample string 8",
"Is_Current": true,
"DrugCategory_Id": 1,
"FrequencyUnitType": "sample string 9",
"DrugCategoryName": "sample string 10"
},
{
"Drug_Id": "550fe154-7f18-45d3-bcfa-f91147016318",
"Instructions_Note": "sample string 2",
"Frequency": 3,
"FrequencyUnitTypeID": 4,
"Repeat": "sample string 5",
"Quantity": 6.0,
"Start_Date": "2025-12-14T08:56:56.7131842+00:00",
"End_Date": "2025-12-14T08:56:56.7131842+00:00",
"DrugName": "sample string 7",
"PrescriptionDetail_Id": "019993a3-5055-42e7-91eb-9a49d4771efe",
"Consult_Date": "2025-12-14T08:56:56.7131842+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": "2a4946dd-4ebf-4c1b-8b57-88763794da46",
"TreatmentDate": "2025-12-14T08:56:56.7131842+00:00",
"Authority": "sample string 4",
"PatientID": "94d467d1-62cf-4611-b3b6-fc4af97b54f9",
"Count": 1,
"DrugID": "1efe8b5c-9b79-4a1c-b83b-f6660c1cc061",
"ApplicationID": "b5652e82-ae6c-418e-9bb3-d1255d26e8fa"
}
]
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>b5652e82-ae6c-418e-9bb3-d1255d26e8fa</ApplicationID>
<Count>1</Count>
<DrugID>1efe8b5c-9b79-4a1c-b83b-f6660c1cc061</DrugID>
<PatientID>94d467d1-62cf-4611-b3b6-fc4af97b54f9</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2025-12-14T08:56:56.7131842+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2025-12-14T08:56:56.7131842+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>550fe154-7f18-45d3-bcfa-f91147016318</Drug_Id>
<End_Date>2025-12-14T08:56:56.7131842+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>019993a3-5055-42e7-91eb-9a49d4771efe</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2025-12-14T08:56:56.7131842+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2025-12-14T08:56:56.7131842+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>550fe154-7f18-45d3-bcfa-f91147016318</Drug_Id>
<End_Date>2025-12-14T08:56:56.7131842+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>019993a3-5055-42e7-91eb-9a49d4771efe</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2025-12-14T08:56:56.7131842+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>68ae0e67-3cfc-4de9-b0b1-0dc41feabbaa</TreatmentPlanID>
</TreatmentPlan>
<TreatmentPlan>
<ApplicationID>b5652e82-ae6c-418e-9bb3-d1255d26e8fa</ApplicationID>
<Count>1</Count>
<DrugID>1efe8b5c-9b79-4a1c-b83b-f6660c1cc061</DrugID>
<PatientID>94d467d1-62cf-4611-b3b6-fc4af97b54f9</PatientID>
<Authority>sample string 4</Authority>
<TreatmentDate>2025-12-14T08:56:56.7131842+00:00</TreatmentDate>
<TreatmentDetails>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2025-12-14T08:56:56.7131842+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>550fe154-7f18-45d3-bcfa-f91147016318</Drug_Id>
<End_Date>2025-12-14T08:56:56.7131842+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>019993a3-5055-42e7-91eb-9a49d4771efe</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2025-12-14T08:56:56.7131842+00:00</Start_Date>
</TreatmentInfoViewModel>
<TreatmentInfoViewModel>
<Authority>sample string 8</Authority>
<Consult_Date>2025-12-14T08:56:56.7131842+00:00</Consult_Date>
<DrugCategoryName>sample string 10</DrugCategoryName>
<DrugCategory_Id>1</DrugCategory_Id>
<DrugName>sample string 7</DrugName>
<Drug_Id>550fe154-7f18-45d3-bcfa-f91147016318</Drug_Id>
<End_Date>2025-12-14T08:56:56.7131842+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>019993a3-5055-42e7-91eb-9a49d4771efe</PrescriptionDetail_Id>
<Quantity>6</Quantity>
<Repeat>sample string 5</Repeat>
<Start_Date>2025-12-14T08:56:56.7131842+00:00</Start_Date>
</TreatmentInfoViewModel>
</TreatmentDetails>
<TreatmentNote>sample string 2</TreatmentNote>
<TreatmentPlanID>68ae0e67-3cfc-4de9-b0b1-0dc41feabbaa</TreatmentPlanID>
</TreatmentPlan>
</ArrayOfTreatmentPlan>