POST api/ProviderService/UpdateAdministeredDrugs
Update Drug Administration for patient
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": "afae8883-071d-437a-a450-d31d524918a8",
"ID": "675a129c-6f53-4946-822c-4744e79ed073",
"Patient_ID": "a65a8d3a-8b8f-49cd-91d8-87098e5c8663",
"Provider_ID": "fa0c0467-5f82-4852-abb1-8019b3fb212d",
"AdministeredByUser_ID": "aa430210-723f-4e13-a563-a5d3f2ca7c60",
"DateAdministered": "2026-03-22T22:11:30.5579368+00:00",
"PracticeID": "351a7f54-c3e9-4dbb-8078-dab7a05a3378",
"AdministeredSuccessfully": true,
"Note": "sample string 7",
"Drug_ID": "c8ffec26-bf75-406d-885e-886e25c74f9f",
"PrescriptionDetail_Id": "98bd17db-5fcc-463b-909a-b32167d99eb8",
"Prescription_Id": "49e6880f-5e8f-45d0-ba5e-f372134178b0",
"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">aa430210-723f-4e13-a563-a5d3f2ca7c60</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">2026-03-22T22:11:30.5579368+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">c8ffec26-bf75-406d-885e-886e25c74f9f</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">675a129c-6f53-4946-822c-4744e79ed073</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">a65a8d3a-8b8f-49cd-91d8-87098e5c8663</Patient_ID> <PracticeID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">351a7f54-c3e9-4dbb-8078-dab7a05a3378</PracticeID> <PrescriptionDetail_Id xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">98bd17db-5fcc-463b-909a-b32167d99eb8</PrescriptionDetail_Id> <Prescription_Id xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">49e6880f-5e8f-45d0-ba5e-f372134178b0</Prescription_Id> <Provider_ID xmlns="http://schemas.datacontract.org/2004/07/CSP.EMRContexts.Common.ViewModels">fa0c0467-5f82-4852-abb1-8019b3fb212d</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>afae8883-071d-437a-a450-d31d524918a8</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": "3d53b66d-1d7d-4cee-89bc-cbd2622b9425",
"Patient_ID": "d5c9f681-ee34-4222-9493-4fcd7e2e7622",
"Provider_ID": "ff078cf7-d29e-4fe4-b813-28f1abc2b268",
"AdministeredByUser_ID": "9b3488b4-aee9-4de7-9855-b94ecb81069b",
"DateAdministered": "2026-03-22T22:11:30.5579368+00:00",
"PracticeID": "89fe811c-1120-444e-8c7d-a169f17a36d5",
"AdministeredSuccessfully": true,
"Note": "sample string 6",
"Drug_ID": "3dc5403b-a414-4814-a070-a9155e518fad",
"PrescriptionDetail_Id": "7a3b3209-ed79-4e4b-a379-17f34d3cbc12",
"Prescription_Id": "831b8493-30b7-4543-b50f-d0665668bce9",
"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>9b3488b4-aee9-4de7-9855-b94ecb81069b</AdministeredByUser_ID> <AdministeredSuccessfully>true</AdministeredSuccessfully> <Authority>sample string 12</Authority> <DateAdministered>2026-03-22T22:11:30.5579368+00:00</DateAdministered> <DrugCategory_Id>1</DrugCategory_Id> <DrugFormTypeID>1</DrugFormTypeID> <Drug_ID>3dc5403b-a414-4814-a070-a9155e518fad</Drug_ID> <Frequency>sample string 8</Frequency> <FrequencyUnitTypeID>1</FrequencyUnitTypeID> <ID>3d53b66d-1d7d-4cee-89bc-cbd2622b9425</ID> <Instructions_Note>sample string 11</Instructions_Note> <Note>sample string 6</Note> <Patient_ID>d5c9f681-ee34-4222-9493-4fcd7e2e7622</Patient_ID> <PracticeID>89fe811c-1120-444e-8c7d-a169f17a36d5</PracticeID> <PrescriptionDetail_Id>7a3b3209-ed79-4e4b-a379-17f34d3cbc12</PrescriptionDetail_Id> <Prescription_Id>831b8493-30b7-4543-b50f-d0665668bce9</Prescription_Id> <Provider_ID>ff078cf7-d29e-4fe4-b813-28f1abc2b268</Provider_ID> <Quantity>1</Quantity> <Repeat>sample string 9</Repeat> <Strength>sample string 10</Strength> </DrugAdministrationInfo>