GET api/ProviderService/AdministeredDrugs
Gets the list of patient administered drugs in the descending order
Request Information
URI Parameters
None.
Body Parameters
Patient ID query with Application ID
PatientIDQueryName | 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": "85e7f666-28d5-4a41-b5e3-a2abb656a3a2", "Count": 1, "DrugID": "2bfb13b5-9aca-45dd-8884-76bfe91058a1", "ApplicationID": "34d3e9b5-18ed-41a0-aafa-c432d941aafa" }
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>34d3e9b5-18ed-41a0-aafa-c432d941aafa</ApplicationID> <Count>1</Count> <DrugID>2bfb13b5-9aca-45dd-8884-76bfe91058a1</DrugID> <PatientID>85e7f666-28d5-4a41-b5e3-a2abb656a3a2</PatientID> </PatientIDQuery>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of DrugDetailedAdministrationInfoName | Description | Type | Additional information |
---|---|---|---|
User_Name | string |
None. |
|
User_Type | string |
None. |
|
ID | globally unique identifier |
None. |
|
Patient_ID | globally unique identifier |
None. |
|
AdministeredByUser_ID | globally unique identifier |
None. |
|
PracticeID | globally unique identifier |
None. |
|
DateAdministered | date |
None. |
|
AdministeredSuccessfully | boolean |
None. |
|
Note | string |
None. |
|
Drug_ID | globally unique identifier |
None. |
|
PrescriptionDetail_Id | globally unique identifier |
None. |
|
Prescription_Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Code | string |
None. |
|
Start_Date | date |
None. |
|
End_Date | date |
None. |
|
Quantity | decimal number |
None. |
|
Frequency | string |
None. |
|
Repeat | string |
None. |
|
Instructions_Note | string |
None. |
|
Authority_No | string |
None. |
|
FrequencyUnitTypeID | integer |
None. |
|
Strength | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "User_Name": "sample string 1", "User_Type": "sample string 2", "ID": "40b63a4e-80e0-49f7-8c7d-ccc3182e28db", "Patient_ID": "1af20664-efb3-4a55-9573-3ba4cb14ba4f", "AdministeredByUser_ID": "d4ec989d-ad59-4d5c-9b3b-650185cd2cd4", "PracticeID": "89845fbb-5c82-49c2-9d1e-bad25c2e7c2d", "DateAdministered": "2025-06-08T02:37:33.3418293+00:00", "AdministeredSuccessfully": true, "Note": "sample string 8", "Drug_ID": "3d379306-a584-4e09-9bbd-325fee7019a6", "PrescriptionDetail_Id": "21df0a10-767c-4f7b-b883-edc944899ce8", "Prescription_Id": "dfbcf3b3-a9d5-4904-9d05-82fac1eec47a", "Name": "sample string 10", "Code": "sample string 11", "Start_Date": "2025-06-08T02:37:33.3418293+00:00", "End_Date": "2025-06-08T02:37:33.3418293+00:00", "Quantity": 1.0, "Frequency": "sample string 12", "Repeat": "sample string 13", "Instructions_Note": "sample string 14", "Authority_No": "sample string 15", "FrequencyUnitTypeID": 1, "Strength": "sample string 16" }, { "User_Name": "sample string 1", "User_Type": "sample string 2", "ID": "40b63a4e-80e0-49f7-8c7d-ccc3182e28db", "Patient_ID": "1af20664-efb3-4a55-9573-3ba4cb14ba4f", "AdministeredByUser_ID": "d4ec989d-ad59-4d5c-9b3b-650185cd2cd4", "PracticeID": "89845fbb-5c82-49c2-9d1e-bad25c2e7c2d", "DateAdministered": "2025-06-08T02:37:33.3418293+00:00", "AdministeredSuccessfully": true, "Note": "sample string 8", "Drug_ID": "3d379306-a584-4e09-9bbd-325fee7019a6", "PrescriptionDetail_Id": "21df0a10-767c-4f7b-b883-edc944899ce8", "Prescription_Id": "dfbcf3b3-a9d5-4904-9d05-82fac1eec47a", "Name": "sample string 10", "Code": "sample string 11", "Start_Date": "2025-06-08T02:37:33.3418293+00:00", "End_Date": "2025-06-08T02:37:33.3418293+00:00", "Quantity": 1.0, "Frequency": "sample string 12", "Repeat": "sample string 13", "Instructions_Note": "sample string 14", "Authority_No": "sample string 15", "FrequencyUnitTypeID": 1, "Strength": "sample string 16" } ]
application/xml, text/xml
Sample:
<ArrayOfDrugDetailedAdministrationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels"> <DrugDetailedAdministrationInfo> <AdministeredByUser_ID>d4ec989d-ad59-4d5c-9b3b-650185cd2cd4</AdministeredByUser_ID> <AdministeredSuccessfully>true</AdministeredSuccessfully> <Authority_No>sample string 15</Authority_No> <Code>sample string 11</Code> <DateAdministered>2025-06-08T02:37:33.3418293+00:00</DateAdministered> <Drug_ID>3d379306-a584-4e09-9bbd-325fee7019a6</Drug_ID> <End_Date>2025-06-08T02:37:33.3418293+00:00</End_Date> <Frequency>sample string 12</Frequency> <FrequencyUnitTypeID>1</FrequencyUnitTypeID> <ID>40b63a4e-80e0-49f7-8c7d-ccc3182e28db</ID> <Instructions_Note>sample string 14</Instructions_Note> <Name>sample string 10</Name> <Note>sample string 8</Note> <Patient_ID>1af20664-efb3-4a55-9573-3ba4cb14ba4f</Patient_ID> <PracticeID>89845fbb-5c82-49c2-9d1e-bad25c2e7c2d</PracticeID> <PrescriptionDetail_Id>21df0a10-767c-4f7b-b883-edc944899ce8</PrescriptionDetail_Id> <Prescription_Id>dfbcf3b3-a9d5-4904-9d05-82fac1eec47a</Prescription_Id> <Quantity>1</Quantity> <Repeat>sample string 13</Repeat> <Start_Date>2025-06-08T02:37:33.3418293+00:00</Start_Date> <Strength>sample string 16</Strength> <User_Name>sample string 1</User_Name> <User_Type>sample string 2</User_Type> </DrugDetailedAdministrationInfo> <DrugDetailedAdministrationInfo> <AdministeredByUser_ID>d4ec989d-ad59-4d5c-9b3b-650185cd2cd4</AdministeredByUser_ID> <AdministeredSuccessfully>true</AdministeredSuccessfully> <Authority_No>sample string 15</Authority_No> <Code>sample string 11</Code> <DateAdministered>2025-06-08T02:37:33.3418293+00:00</DateAdministered> <Drug_ID>3d379306-a584-4e09-9bbd-325fee7019a6</Drug_ID> <End_Date>2025-06-08T02:37:33.3418293+00:00</End_Date> <Frequency>sample string 12</Frequency> <FrequencyUnitTypeID>1</FrequencyUnitTypeID> <ID>40b63a4e-80e0-49f7-8c7d-ccc3182e28db</ID> <Instructions_Note>sample string 14</Instructions_Note> <Name>sample string 10</Name> <Note>sample string 8</Note> <Patient_ID>1af20664-efb3-4a55-9573-3ba4cb14ba4f</Patient_ID> <PracticeID>89845fbb-5c82-49c2-9d1e-bad25c2e7c2d</PracticeID> <PrescriptionDetail_Id>21df0a10-767c-4f7b-b883-edc944899ce8</PrescriptionDetail_Id> <Prescription_Id>dfbcf3b3-a9d5-4904-9d05-82fac1eec47a</Prescription_Id> <Quantity>1</Quantity> <Repeat>sample string 13</Repeat> <Start_Date>2025-06-08T02:37:33.3418293+00:00</Start_Date> <Strength>sample string 16</Strength> <User_Name>sample string 1</User_Name> <User_Type>sample string 2</User_Type> </DrugDetailedAdministrationInfo> </ArrayOfDrugDetailedAdministrationInfo>