GET api/ProviderService/GetTreatmentsList?modifiedAfterDate={modifiedAfterDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
modifiedAfterDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TreatmentPlan
NameDescriptionTypeAdditional 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": "163e4eac-e4e1-4658-80b8-680b54ea3009",
    "TreatmentDetails": [
      {
        "Drug_Id": "98b0fb05-7571-47a0-8d0a-aa3f69a2f7df",
        "Instructions_Note": "sample string 2",
        "Frequency": 3,
        "FrequencyUnitTypeID": 4,
        "Repeat": "sample string 5",
        "Quantity": 6.0,
        "Start_Date": "2025-06-08T01:49:29.7332548+00:00",
        "End_Date": "2025-06-08T01:49:29.7332548+00:00",
        "DrugName": "sample string 7",
        "PrescriptionDetail_Id": "dfe9fcf1-83cd-44f1-8058-29849e7f6153",
        "Consult_Date": "2025-06-08T01:49:29.7332548+00:00",
        "Authority": "sample string 8",
        "Is_Current": true,
        "DrugCategory_Id": 1,
        "FrequencyUnitType": "sample string 9",
        "DrugCategoryName": "sample string 10"
      },
      {
        "Drug_Id": "98b0fb05-7571-47a0-8d0a-aa3f69a2f7df",
        "Instructions_Note": "sample string 2",
        "Frequency": 3,
        "FrequencyUnitTypeID": 4,
        "Repeat": "sample string 5",
        "Quantity": 6.0,
        "Start_Date": "2025-06-08T01:49:29.7332548+00:00",
        "End_Date": "2025-06-08T01:49:29.7332548+00:00",
        "DrugName": "sample string 7",
        "PrescriptionDetail_Id": "dfe9fcf1-83cd-44f1-8058-29849e7f6153",
        "Consult_Date": "2025-06-08T01:49:29.7332548+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": "8887ddc5-bdbb-4dec-b564-0e36576e29b2",
    "TreatmentDate": "2025-06-08T01:49:29.7332548+00:00",
    "Authority": "sample string 4",
    "PatientID": "e7763d5a-9828-4876-bbcf-f90a9327c17f",
    "Count": 1,
    "DrugID": "93eb8cc6-4de4-46b6-b642-ca4a1e61c3f3",
    "ApplicationID": "ab80f44e-0728-446e-b4b6-3b959339cea5"
  },
  {
    "TreatmentPlanID": "163e4eac-e4e1-4658-80b8-680b54ea3009",
    "TreatmentDetails": [
      {
        "Drug_Id": "98b0fb05-7571-47a0-8d0a-aa3f69a2f7df",
        "Instructions_Note": "sample string 2",
        "Frequency": 3,
        "FrequencyUnitTypeID": 4,
        "Repeat": "sample string 5",
        "Quantity": 6.0,
        "Start_Date": "2025-06-08T01:49:29.7332548+00:00",
        "End_Date": "2025-06-08T01:49:29.7332548+00:00",
        "DrugName": "sample string 7",
        "PrescriptionDetail_Id": "dfe9fcf1-83cd-44f1-8058-29849e7f6153",
        "Consult_Date": "2025-06-08T01:49:29.7332548+00:00",
        "Authority": "sample string 8",
        "Is_Current": true,
        "DrugCategory_Id": 1,
        "FrequencyUnitType": "sample string 9",
        "DrugCategoryName": "sample string 10"
      },
      {
        "Drug_Id": "98b0fb05-7571-47a0-8d0a-aa3f69a2f7df",
        "Instructions_Note": "sample string 2",
        "Frequency": 3,
        "FrequencyUnitTypeID": 4,
        "Repeat": "sample string 5",
        "Quantity": 6.0,
        "Start_Date": "2025-06-08T01:49:29.7332548+00:00",
        "End_Date": "2025-06-08T01:49:29.7332548+00:00",
        "DrugName": "sample string 7",
        "PrescriptionDetail_Id": "dfe9fcf1-83cd-44f1-8058-29849e7f6153",
        "Consult_Date": "2025-06-08T01:49:29.7332548+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": "8887ddc5-bdbb-4dec-b564-0e36576e29b2",
    "TreatmentDate": "2025-06-08T01:49:29.7332548+00:00",
    "Authority": "sample string 4",
    "PatientID": "e7763d5a-9828-4876-bbcf-f90a9327c17f",
    "Count": 1,
    "DrugID": "93eb8cc6-4de4-46b6-b642-ca4a1e61c3f3",
    "ApplicationID": "ab80f44e-0728-446e-b4b6-3b959339cea5"
  }
]

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>ab80f44e-0728-446e-b4b6-3b959339cea5</ApplicationID>
    <Count>1</Count>
    <DrugID>93eb8cc6-4de4-46b6-b642-ca4a1e61c3f3</DrugID>
    <PatientID>e7763d5a-9828-4876-bbcf-f90a9327c17f</PatientID>
    <Authority>sample string 4</Authority>
    <TreatmentDate>2025-06-08T01:49:29.7332548+00:00</TreatmentDate>
    <TreatmentDetails>
      <TreatmentInfoViewModel>
        <Authority>sample string 8</Authority>
        <Consult_Date>2025-06-08T01:49:29.7332548+00:00</Consult_Date>
        <DrugCategoryName>sample string 10</DrugCategoryName>
        <DrugCategory_Id>1</DrugCategory_Id>
        <DrugName>sample string 7</DrugName>
        <Drug_Id>98b0fb05-7571-47a0-8d0a-aa3f69a2f7df</Drug_Id>
        <End_Date>2025-06-08T01:49:29.7332548+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>dfe9fcf1-83cd-44f1-8058-29849e7f6153</PrescriptionDetail_Id>
        <Quantity>6</Quantity>
        <Repeat>sample string 5</Repeat>
        <Start_Date>2025-06-08T01:49:29.7332548+00:00</Start_Date>
      </TreatmentInfoViewModel>
      <TreatmentInfoViewModel>
        <Authority>sample string 8</Authority>
        <Consult_Date>2025-06-08T01:49:29.7332548+00:00</Consult_Date>
        <DrugCategoryName>sample string 10</DrugCategoryName>
        <DrugCategory_Id>1</DrugCategory_Id>
        <DrugName>sample string 7</DrugName>
        <Drug_Id>98b0fb05-7571-47a0-8d0a-aa3f69a2f7df</Drug_Id>
        <End_Date>2025-06-08T01:49:29.7332548+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>dfe9fcf1-83cd-44f1-8058-29849e7f6153</PrescriptionDetail_Id>
        <Quantity>6</Quantity>
        <Repeat>sample string 5</Repeat>
        <Start_Date>2025-06-08T01:49:29.7332548+00:00</Start_Date>
      </TreatmentInfoViewModel>
    </TreatmentDetails>
    <TreatmentNote>sample string 2</TreatmentNote>
    <TreatmentPlanID>163e4eac-e4e1-4658-80b8-680b54ea3009</TreatmentPlanID>
  </TreatmentPlan>
  <TreatmentPlan>
    <ApplicationID>ab80f44e-0728-446e-b4b6-3b959339cea5</ApplicationID>
    <Count>1</Count>
    <DrugID>93eb8cc6-4de4-46b6-b642-ca4a1e61c3f3</DrugID>
    <PatientID>e7763d5a-9828-4876-bbcf-f90a9327c17f</PatientID>
    <Authority>sample string 4</Authority>
    <TreatmentDate>2025-06-08T01:49:29.7332548+00:00</TreatmentDate>
    <TreatmentDetails>
      <TreatmentInfoViewModel>
        <Authority>sample string 8</Authority>
        <Consult_Date>2025-06-08T01:49:29.7332548+00:00</Consult_Date>
        <DrugCategoryName>sample string 10</DrugCategoryName>
        <DrugCategory_Id>1</DrugCategory_Id>
        <DrugName>sample string 7</DrugName>
        <Drug_Id>98b0fb05-7571-47a0-8d0a-aa3f69a2f7df</Drug_Id>
        <End_Date>2025-06-08T01:49:29.7332548+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>dfe9fcf1-83cd-44f1-8058-29849e7f6153</PrescriptionDetail_Id>
        <Quantity>6</Quantity>
        <Repeat>sample string 5</Repeat>
        <Start_Date>2025-06-08T01:49:29.7332548+00:00</Start_Date>
      </TreatmentInfoViewModel>
      <TreatmentInfoViewModel>
        <Authority>sample string 8</Authority>
        <Consult_Date>2025-06-08T01:49:29.7332548+00:00</Consult_Date>
        <DrugCategoryName>sample string 10</DrugCategoryName>
        <DrugCategory_Id>1</DrugCategory_Id>
        <DrugName>sample string 7</DrugName>
        <Drug_Id>98b0fb05-7571-47a0-8d0a-aa3f69a2f7df</Drug_Id>
        <End_Date>2025-06-08T01:49:29.7332548+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>dfe9fcf1-83cd-44f1-8058-29849e7f6153</PrescriptionDetail_Id>
        <Quantity>6</Quantity>
        <Repeat>sample string 5</Repeat>
        <Start_Date>2025-06-08T01:49:29.7332548+00:00</Start_Date>
      </TreatmentInfoViewModel>
    </TreatmentDetails>
    <TreatmentNote>sample string 2</TreatmentNote>
    <TreatmentPlanID>163e4eac-e4e1-4658-80b8-680b54ea3009</TreatmentPlanID>
  </TreatmentPlan>
</ArrayOfTreatmentPlan>