POST api/ProviderService/AddAdministeredDrugs
Add Administer Drug for patient at given time, you can add notes and status of the administration
Request Information
URI Parameters
None.
Body Parameters
Drug administration information
DrugAdministerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationID |
Application using Absolute EMR API |
globally unique identifier |
Required |
| ID | globally unique identifier |
None. |
|
| Patient_ID | globally unique identifier |
None. |
|
| Provider_ID | globally unique identifier |
None. |
|
| AdministeredByUser_ID | globally unique identifier |
None. |
|
| DateAdministered | date |
None. |
|
| PracticeID | globally unique identifier |
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. |
|
| Quantity | decimal number |
None. |
|
| Frequency | string |
None. |
|
| Repeat | string |
None. |
|
| Strength | string |
None. |
|
| Instructions_Note | string |
None. |
|
| Authority | string |
None. |
|
| FrequencyUnitTypeID | integer |
None. |
|
| DrugFormTypeID | integer |
None. |
|
| DrugCategory_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplicationID": "ede556b6-c81a-4d9d-8dde-074a941575a7",
"ID": "f8a50e3a-8ded-4e30-92be-4245f00ada59",
"Patient_ID": "0a16296b-0373-4278-819f-2158ba96fbfc",
"Provider_ID": "6b8584ce-66d5-4f08-9c71-bb2016d9d7cd",
"AdministeredByUser_ID": "9183c9ee-be74-4b9a-8fad-5e4dc1b493b7",
"DateAdministered": "2025-12-14T08:57:28.3440217+00:00",
"PracticeID": "0cc68d75-bdc4-41ee-ab02-29d0624e0c39",
"AdministeredSuccessfully": true,
"Note": "sample string 7",
"Drug_ID": "26011f66-4e60-45aa-8cac-fd4d474d2340",
"PrescriptionDetail_Id": "103f2d95-e093-48e3-aadb-6642384c2daf",
"Prescription_Id": "8ea42165-33b3-4c69-b498-baba504922f5",
"Quantity": 1.0,
"Frequency": "sample string 9",
"Repeat": "sample string 10",
"Strength": "sample string 11",
"Instructions_Note": "sample string 12",
"Authority": "sample string 13",
"FrequencyUnitTypeID": 1,
"DrugFormTypeID": 1,
"DrugCategory_Id": 1
}
application/xml, text/xml
Sample:
<DrugAdministerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbsoluteHealth.API.Models"> <AdministeredByUser_ID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">9183c9ee-be74-4b9a-8fad-5e4dc1b493b7</AdministeredByUser_ID> <AdministeredSuccessfully xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">true</AdministeredSuccessfully> <Authority xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">sample string 13</Authority> <DateAdministered xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">2025-12-14T08:57:28.3440217+00:00</DateAdministered> <DrugCategory_Id xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">1</DrugCategory_Id> <DrugFormTypeID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">1</DrugFormTypeID> <Drug_ID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">26011f66-4e60-45aa-8cac-fd4d474d2340</Drug_ID> <Frequency xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">sample string 9</Frequency> <FrequencyUnitTypeID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">1</FrequencyUnitTypeID> <ID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">f8a50e3a-8ded-4e30-92be-4245f00ada59</ID> <Instructions_Note xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">sample string 12</Instructions_Note> <Note xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">sample string 7</Note> <Patient_ID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">0a16296b-0373-4278-819f-2158ba96fbfc</Patient_ID> <PracticeID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">0cc68d75-bdc4-41ee-ab02-29d0624e0c39</PracticeID> <PrescriptionDetail_Id xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">103f2d95-e093-48e3-aadb-6642384c2daf</PrescriptionDetail_Id> <Prescription_Id xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">8ea42165-33b3-4c69-b498-baba504922f5</Prescription_Id> <Provider_ID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">6b8584ce-66d5-4f08-9c71-bb2016d9d7cd</Provider_ID> <Quantity xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">1</Quantity> <Repeat xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">sample string 10</Repeat> <Strength xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">sample string 11</Strength> <ApplicationID>ede556b6-c81a-4d9d-8dde-074a941575a7</ApplicationID> </DrugAdministerInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DrugAdministrationInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Patient_ID | globally unique identifier |
None. |
|
| Provider_ID | globally unique identifier |
None. |
|
| AdministeredByUser_ID | globally unique identifier |
None. |
|
| DateAdministered | date |
None. |
|
| PracticeID | globally unique identifier |
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. |
|
| Quantity | decimal number |
None. |
|
| Frequency | string |
None. |
|
| Repeat | string |
None. |
|
| Strength | string |
None. |
|
| Instructions_Note | string |
None. |
|
| Authority | string |
None. |
|
| FrequencyUnitTypeID | integer |
None. |
|
| DrugFormTypeID | integer |
None. |
|
| DrugCategory_Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "c49071a2-e181-40d2-9b58-3ae98d79a42d",
"Patient_ID": "58c929e1-860c-49c4-a161-c197338ecc18",
"Provider_ID": "203558d6-d04c-43b4-b58f-07df53aab0be",
"AdministeredByUser_ID": "d18bb23f-9e66-41ac-9bdc-4995f612a6bd",
"DateAdministered": "2025-12-14T08:57:28.3440217+00:00",
"PracticeID": "66fa3264-11c7-4a7e-b415-959ff972a192",
"AdministeredSuccessfully": true,
"Note": "sample string 6",
"Drug_ID": "ac23c2ef-d765-4d8a-b302-30fb02b36f70",
"PrescriptionDetail_Id": "24ae848e-b21e-4f50-808b-df9b49b0e63f",
"Prescription_Id": "0c9b873e-3fe8-4d10-bccc-2d2c694df307",
"Quantity": 1.0,
"Frequency": "sample string 8",
"Repeat": "sample string 9",
"Strength": "sample string 10",
"Instructions_Note": "sample string 11",
"Authority": "sample string 12",
"FrequencyUnitTypeID": 1,
"DrugFormTypeID": 1,
"DrugCategory_Id": 1
}
application/xml, text/xml
Sample:
<DrugAdministrationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels"> <AdministeredByUser_ID>d18bb23f-9e66-41ac-9bdc-4995f612a6bd</AdministeredByUser_ID> <AdministeredSuccessfully>true</AdministeredSuccessfully> <Authority>sample string 12</Authority> <DateAdministered>2025-12-14T08:57:28.3440217+00:00</DateAdministered> <DrugCategory_Id>1</DrugCategory_Id> <DrugFormTypeID>1</DrugFormTypeID> <Drug_ID>ac23c2ef-d765-4d8a-b302-30fb02b36f70</Drug_ID> <Frequency>sample string 8</Frequency> <FrequencyUnitTypeID>1</FrequencyUnitTypeID> <ID>c49071a2-e181-40d2-9b58-3ae98d79a42d</ID> <Instructions_Note>sample string 11</Instructions_Note> <Note>sample string 6</Note> <Patient_ID>58c929e1-860c-49c4-a161-c197338ecc18</Patient_ID> <PracticeID>66fa3264-11c7-4a7e-b415-959ff972a192</PracticeID> <PrescriptionDetail_Id>24ae848e-b21e-4f50-808b-df9b49b0e63f</PrescriptionDetail_Id> <Prescription_Id>0c9b873e-3fe8-4d10-bccc-2d2c694df307</Prescription_Id> <Provider_ID>203558d6-d04c-43b4-b58f-07df53aab0be</Provider_ID> <Quantity>1</Quantity> <Repeat>sample string 9</Repeat> <Strength>sample string 10</Strength> </DrugAdministrationInfo>