POST report/PRHieCaseLoadReport

Request Information

URI Parameters

None.

Body Parameters

CaseLoad
NameDescriptionTypeAdditional information
ReportYears

Collection of integer

None.

ReportMonths

Collection of integer

None.

Report_month

integer

None.

Report_Year

integer

None.

ReportType

string

None.

BillingNPIList

Collection of Provider

None.

ServiceNPIList

Collection of Provider

None.

ReportFor

string

None.

Report

string

None.

format

string

None.

bytes

Collection of byte

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ReportYears": [
    1,
    2
  ],
  "ReportMonths": [
    1,
    2
  ],
  "Report_month": 1,
  "Report_Year": 2,
  "ReportType": "sample string 3",
  "BillingNPIList": [
    {
      "ID": 1,
      "BILLING_NPI": 2,
      "BILLING_PRVDR_NAME": "sample string 3",
      "SERVC_NPI": 1,
      "SERVC_PRVDR_NAME": "sample string 4",
      "TAX_ID": "sample string 5",
      "OPRTNL_FLAG": "sample string 6",
      "PRVDR_CONTACT_NAME": "sample string 7",
      "PRVDR_PHONE": "sample string 8",
      "CONTACT_EMAIL": "sample string 9",
      "RequestedBillingNPI": [
        1,
        2
      ],
      "CREATED_DATE": "2025-04-26T12:00:35.3897372+00:00",
      "STREET1": "sample string 11",
      "STREET2": "sample string 12",
      "STREET3": "sample string 13",
      "CITY_TOWN_NAME": "sample string 14",
      "STATE_PRVNC_CODE": "sample string 15",
      "POSTAL_CODE": 1,
      "MMIS_PRV_NO": 16,
      "tax_id": "sample string 17",
      "prov_zip": 1,
      "prvdr_rec_id": 18,
      "type": "sample string 19",
      "report_month": 1,
      "report_year": 1,
      "mmis_prv_no": 1
    },
    {
      "ID": 1,
      "BILLING_NPI": 2,
      "BILLING_PRVDR_NAME": "sample string 3",
      "SERVC_NPI": 1,
      "SERVC_PRVDR_NAME": "sample string 4",
      "TAX_ID": "sample string 5",
      "OPRTNL_FLAG": "sample string 6",
      "PRVDR_CONTACT_NAME": "sample string 7",
      "PRVDR_PHONE": "sample string 8",
      "CONTACT_EMAIL": "sample string 9",
      "RequestedBillingNPI": [
        1,
        2
      ],
      "CREATED_DATE": "2025-04-26T12:00:35.3897372+00:00",
      "STREET1": "sample string 11",
      "STREET2": "sample string 12",
      "STREET3": "sample string 13",
      "CITY_TOWN_NAME": "sample string 14",
      "STATE_PRVNC_CODE": "sample string 15",
      "POSTAL_CODE": 1,
      "MMIS_PRV_NO": 16,
      "tax_id": "sample string 17",
      "prov_zip": 1,
      "prvdr_rec_id": 18,
      "type": "sample string 19",
      "report_month": 1,
      "report_year": 1,
      "mmis_prv_no": 1
    }
  ],
  "ServiceNPIList": [
    {
      "ID": 1,
      "BILLING_NPI": 2,
      "BILLING_PRVDR_NAME": "sample string 3",
      "SERVC_NPI": 1,
      "SERVC_PRVDR_NAME": "sample string 4",
      "TAX_ID": "sample string 5",
      "OPRTNL_FLAG": "sample string 6",
      "PRVDR_CONTACT_NAME": "sample string 7",
      "PRVDR_PHONE": "sample string 8",
      "CONTACT_EMAIL": "sample string 9",
      "RequestedBillingNPI": [
        1,
        2
      ],
      "CREATED_DATE": "2025-04-26T12:00:35.3897372+00:00",
      "STREET1": "sample string 11",
      "STREET2": "sample string 12",
      "STREET3": "sample string 13",
      "CITY_TOWN_NAME": "sample string 14",
      "STATE_PRVNC_CODE": "sample string 15",
      "POSTAL_CODE": 1,
      "MMIS_PRV_NO": 16,
      "tax_id": "sample string 17",
      "prov_zip": 1,
      "prvdr_rec_id": 18,
      "type": "sample string 19",
      "report_month": 1,
      "report_year": 1,
      "mmis_prv_no": 1
    },
    {
      "ID": 1,
      "BILLING_NPI": 2,
      "BILLING_PRVDR_NAME": "sample string 3",
      "SERVC_NPI": 1,
      "SERVC_PRVDR_NAME": "sample string 4",
      "TAX_ID": "sample string 5",
      "OPRTNL_FLAG": "sample string 6",
      "PRVDR_CONTACT_NAME": "sample string 7",
      "PRVDR_PHONE": "sample string 8",
      "CONTACT_EMAIL": "sample string 9",
      "RequestedBillingNPI": [
        1,
        2
      ],
      "CREATED_DATE": "2025-04-26T12:00:35.3897372+00:00",
      "STREET1": "sample string 11",
      "STREET2": "sample string 12",
      "STREET3": "sample string 13",
      "CITY_TOWN_NAME": "sample string 14",
      "STATE_PRVNC_CODE": "sample string 15",
      "POSTAL_CODE": 1,
      "MMIS_PRV_NO": 16,
      "tax_id": "sample string 17",
      "prov_zip": 1,
      "prvdr_rec_id": 18,
      "type": "sample string 19",
      "report_month": 1,
      "report_year": 1,
      "mmis_prv_no": 1
    }
  ],
  "ReportFor": "sample string 4",
  "Report": "sample string 5",
  "format": "sample string 6",
  "bytes": [
    64,
    64
  ],
  "Type": "sample string 7"
}

application/xml, text/xml

Sample:
<CaseLoad xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SW99.Medical.Reports.DTOs">
  <BillingNPIList>
    <Provider>
      <BILLING_NPI>2</BILLING_NPI>
      <BILLING_PRVDR_NAME>sample string 3</BILLING_PRVDR_NAME>
      <CITY_TOWN_NAME>sample string 14</CITY_TOWN_NAME>
      <CONTACT_EMAIL>sample string 9</CONTACT_EMAIL>
      <CREATED_DATE>2025-04-26T12:00:35.3897372+00:00</CREATED_DATE>
      <ID>1</ID>
      <MMIS_PRV_NO>16</MMIS_PRV_NO>
      <OPRTNL_FLAG>sample string 6</OPRTNL_FLAG>
      <POSTAL_CODE>1</POSTAL_CODE>
      <PRVDR_CONTACT_NAME>sample string 7</PRVDR_CONTACT_NAME>
      <PRVDR_PHONE>sample string 8</PRVDR_PHONE>
      <RequestedBillingNPI xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
      </RequestedBillingNPI>
      <SERVC_NPI>1</SERVC_NPI>
      <SERVC_PRVDR_NAME>sample string 4</SERVC_PRVDR_NAME>
      <STATE_PRVNC_CODE>sample string 15</STATE_PRVNC_CODE>
      <STREET1>sample string 11</STREET1>
      <STREET2>sample string 12</STREET2>
      <STREET3>sample string 13</STREET3>
      <TAX_ID>sample string 5</TAX_ID>
      <mmis_prv_no>1</mmis_prv_no>
      <prov_zip>1</prov_zip>
      <prvdr_rec_id>18</prvdr_rec_id>
      <report_month>1</report_month>
      <report_year>1</report_year>
      <tax_id>sample string 17</tax_id>
      <type>sample string 19</type>
    </Provider>
    <Provider>
      <BILLING_NPI>2</BILLING_NPI>
      <BILLING_PRVDR_NAME>sample string 3</BILLING_PRVDR_NAME>
      <CITY_TOWN_NAME>sample string 14</CITY_TOWN_NAME>
      <CONTACT_EMAIL>sample string 9</CONTACT_EMAIL>
      <CREATED_DATE>2025-04-26T12:00:35.3897372+00:00</CREATED_DATE>
      <ID>1</ID>
      <MMIS_PRV_NO>16</MMIS_PRV_NO>
      <OPRTNL_FLAG>sample string 6</OPRTNL_FLAG>
      <POSTAL_CODE>1</POSTAL_CODE>
      <PRVDR_CONTACT_NAME>sample string 7</PRVDR_CONTACT_NAME>
      <PRVDR_PHONE>sample string 8</PRVDR_PHONE>
      <RequestedBillingNPI xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
      </RequestedBillingNPI>
      <SERVC_NPI>1</SERVC_NPI>
      <SERVC_PRVDR_NAME>sample string 4</SERVC_PRVDR_NAME>
      <STATE_PRVNC_CODE>sample string 15</STATE_PRVNC_CODE>
      <STREET1>sample string 11</STREET1>
      <STREET2>sample string 12</STREET2>
      <STREET3>sample string 13</STREET3>
      <TAX_ID>sample string 5</TAX_ID>
      <mmis_prv_no>1</mmis_prv_no>
      <prov_zip>1</prov_zip>
      <prvdr_rec_id>18</prvdr_rec_id>
      <report_month>1</report_month>
      <report_year>1</report_year>
      <tax_id>sample string 17</tax_id>
      <type>sample string 19</type>
    </Provider>
  </BillingNPIList>
  <Report>sample string 5</Report>
  <ReportFor>sample string 4</ReportFor>
  <ReportMonths xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ReportMonths>
  <ReportType>sample string 3</ReportType>
  <ReportYears xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ReportYears>
  <Report_Year>2</Report_Year>
  <Report_month>1</Report_month>
  <ServiceNPIList>
    <Provider>
      <BILLING_NPI>2</BILLING_NPI>
      <BILLING_PRVDR_NAME>sample string 3</BILLING_PRVDR_NAME>
      <CITY_TOWN_NAME>sample string 14</CITY_TOWN_NAME>
      <CONTACT_EMAIL>sample string 9</CONTACT_EMAIL>
      <CREATED_DATE>2025-04-26T12:00:35.3897372+00:00</CREATED_DATE>
      <ID>1</ID>
      <MMIS_PRV_NO>16</MMIS_PRV_NO>
      <OPRTNL_FLAG>sample string 6</OPRTNL_FLAG>
      <POSTAL_CODE>1</POSTAL_CODE>
      <PRVDR_CONTACT_NAME>sample string 7</PRVDR_CONTACT_NAME>
      <PRVDR_PHONE>sample string 8</PRVDR_PHONE>
      <RequestedBillingNPI xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
      </RequestedBillingNPI>
      <SERVC_NPI>1</SERVC_NPI>
      <SERVC_PRVDR_NAME>sample string 4</SERVC_PRVDR_NAME>
      <STATE_PRVNC_CODE>sample string 15</STATE_PRVNC_CODE>
      <STREET1>sample string 11</STREET1>
      <STREET2>sample string 12</STREET2>
      <STREET3>sample string 13</STREET3>
      <TAX_ID>sample string 5</TAX_ID>
      <mmis_prv_no>1</mmis_prv_no>
      <prov_zip>1</prov_zip>
      <prvdr_rec_id>18</prvdr_rec_id>
      <report_month>1</report_month>
      <report_year>1</report_year>
      <tax_id>sample string 17</tax_id>
      <type>sample string 19</type>
    </Provider>
    <Provider>
      <BILLING_NPI>2</BILLING_NPI>
      <BILLING_PRVDR_NAME>sample string 3</BILLING_PRVDR_NAME>
      <CITY_TOWN_NAME>sample string 14</CITY_TOWN_NAME>
      <CONTACT_EMAIL>sample string 9</CONTACT_EMAIL>
      <CREATED_DATE>2025-04-26T12:00:35.3897372+00:00</CREATED_DATE>
      <ID>1</ID>
      <MMIS_PRV_NO>16</MMIS_PRV_NO>
      <OPRTNL_FLAG>sample string 6</OPRTNL_FLAG>
      <POSTAL_CODE>1</POSTAL_CODE>
      <PRVDR_CONTACT_NAME>sample string 7</PRVDR_CONTACT_NAME>
      <PRVDR_PHONE>sample string 8</PRVDR_PHONE>
      <RequestedBillingNPI xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
      </RequestedBillingNPI>
      <SERVC_NPI>1</SERVC_NPI>
      <SERVC_PRVDR_NAME>sample string 4</SERVC_PRVDR_NAME>
      <STATE_PRVNC_CODE>sample string 15</STATE_PRVNC_CODE>
      <STREET1>sample string 11</STREET1>
      <STREET2>sample string 12</STREET2>
      <STREET3>sample string 13</STREET3>
      <TAX_ID>sample string 5</TAX_ID>
      <mmis_prv_no>1</mmis_prv_no>
      <prov_zip>1</prov_zip>
      <prvdr_rec_id>18</prvdr_rec_id>
      <report_month>1</report_month>
      <report_year>1</report_year>
      <tax_id>sample string 17</tax_id>
      <type>sample string 19</type>
    </Provider>
  </ServiceNPIList>
  <Type>sample string 7</Type>
  <bytes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:unsignedByte>64</d2p1:unsignedByte>
    <d2p1:unsignedByte>64</d2p1:unsignedByte>
  </bytes>
  <format>sample string 6</format>
</CaseLoad>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ProviderPortal
NameDescriptionTypeAdditional information
ID

integer

None.

BILLING_NPI

integer

None.

BILLING_PRVDR_NAME

string

None.

SERVC_NPI

integer

None.

SERVC_PRVDR_NAME

string

None.

TAX_ID

string

None.

PRVDR_CONTACT_NAME

string

None.

PRVDR_PHONE

string

None.

PRVDR_TYPE

string

None.

STREET1

string

None.

STREET3

string

None.

STREET2

string

None.

Address

string

None.

CITY_TOWN_NAME

string

None.

STATE_PRVNC_CODE

string

None.

POSTAL_CODE

integer

None.

CREATE_USER

integer

None.

REMARKS

string

None.

OPRTNL_FLAG

string

None.

SDMEDX_ID

integer

None.

TODATE

date

None.

FROMDATE

date

None.

PRVDR_FOR

integer

None.

HH_CLINIC_ID

string

None.

PCP_CLINIC_ID

string

None.

COST_STLMNT_FLAG

string

None.

ASA_CENSUS_FLAG

string

None.

FACIS_ID

integer

None.

PR_CLINIC_ID

string

None.

Report_Month

integer

None.

Report_Year

integer

None.

Type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "BILLING_NPI": 2,
    "BILLING_PRVDR_NAME": "sample string 3",
    "SERVC_NPI": 4,
    "SERVC_PRVDR_NAME": "sample string 5",
    "TAX_ID": "sample string 6",
    "PRVDR_CONTACT_NAME": "sample string 7",
    "PRVDR_PHONE": "sample string 8",
    "PRVDR_TYPE": "sample string 9",
    "STREET1": "sample string 10",
    "STREET3": "sample string 11",
    "STREET2": "sample string 12",
    "Address": "sample string 13",
    "CITY_TOWN_NAME": "sample string 14",
    "STATE_PRVNC_CODE": "sample string 15",
    "POSTAL_CODE": 16,
    "CREATE_USER": 17,
    "REMARKS": "sample string 18",
    "OPRTNL_FLAG": "sample string 19",
    "SDMEDX_ID": 20,
    "TODATE": "2025-04-26T12:00:35.3897372+00:00",
    "FROMDATE": "2025-04-26T12:00:35.3897372+00:00",
    "PRVDR_FOR": 23,
    "HH_CLINIC_ID": "sample string 24",
    "PCP_CLINIC_ID": "sample string 25",
    "COST_STLMNT_FLAG": "sample string 26",
    "ASA_CENSUS_FLAG": "sample string 27",
    "FACIS_ID": 28,
    "PR_CLINIC_ID": "sample string 29",
    "Report_Month": 30,
    "Report_Year": 31,
    "Type": "sample string 32"
  },
  {
    "ID": 1,
    "BILLING_NPI": 2,
    "BILLING_PRVDR_NAME": "sample string 3",
    "SERVC_NPI": 4,
    "SERVC_PRVDR_NAME": "sample string 5",
    "TAX_ID": "sample string 6",
    "PRVDR_CONTACT_NAME": "sample string 7",
    "PRVDR_PHONE": "sample string 8",
    "PRVDR_TYPE": "sample string 9",
    "STREET1": "sample string 10",
    "STREET3": "sample string 11",
    "STREET2": "sample string 12",
    "Address": "sample string 13",
    "CITY_TOWN_NAME": "sample string 14",
    "STATE_PRVNC_CODE": "sample string 15",
    "POSTAL_CODE": 16,
    "CREATE_USER": 17,
    "REMARKS": "sample string 18",
    "OPRTNL_FLAG": "sample string 19",
    "SDMEDX_ID": 20,
    "TODATE": "2025-04-26T12:00:35.3897372+00:00",
    "FROMDATE": "2025-04-26T12:00:35.3897372+00:00",
    "PRVDR_FOR": 23,
    "HH_CLINIC_ID": "sample string 24",
    "PCP_CLINIC_ID": "sample string 25",
    "COST_STLMNT_FLAG": "sample string 26",
    "ASA_CENSUS_FLAG": "sample string 27",
    "FACIS_ID": 28,
    "PR_CLINIC_ID": "sample string 29",
    "Report_Month": 30,
    "Report_Year": 31,
    "Type": "sample string 32"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProviderPortal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SW99.Medical.Reports.DTOs">
  <ProviderPortal>
    <ASA_CENSUS_FLAG>sample string 27</ASA_CENSUS_FLAG>
    <Address>sample string 13</Address>
    <BILLING_NPI>2</BILLING_NPI>
    <BILLING_PRVDR_NAME>sample string 3</BILLING_PRVDR_NAME>
    <CITY_TOWN_NAME>sample string 14</CITY_TOWN_NAME>
    <COST_STLMNT_FLAG>sample string 26</COST_STLMNT_FLAG>
    <CREATE_USER>17</CREATE_USER>
    <FACIS_ID>28</FACIS_ID>
    <FROMDATE>2025-04-26T12:00:35.3897372+00:00</FROMDATE>
    <HH_CLINIC_ID>sample string 24</HH_CLINIC_ID>
    <ID>1</ID>
    <OPRTNL_FLAG>sample string 19</OPRTNL_FLAG>
    <PCP_CLINIC_ID>sample string 25</PCP_CLINIC_ID>
    <POSTAL_CODE>16</POSTAL_CODE>
    <PRVDR_CONTACT_NAME>sample string 7</PRVDR_CONTACT_NAME>
    <PRVDR_FOR>23</PRVDR_FOR>
    <PRVDR_PHONE>sample string 8</PRVDR_PHONE>
    <PRVDR_TYPE>sample string 9</PRVDR_TYPE>
    <PR_CLINIC_ID>sample string 29</PR_CLINIC_ID>
    <REMARKS>sample string 18</REMARKS>
    <Report_Month>30</Report_Month>
    <Report_Year>31</Report_Year>
    <SDMEDX_ID>20</SDMEDX_ID>
    <SERVC_NPI>4</SERVC_NPI>
    <SERVC_PRVDR_NAME>sample string 5</SERVC_PRVDR_NAME>
    <STATE_PRVNC_CODE>sample string 15</STATE_PRVNC_CODE>
    <STREET1>sample string 10</STREET1>
    <STREET2>sample string 12</STREET2>
    <STREET3>sample string 11</STREET3>
    <TAX_ID>sample string 6</TAX_ID>
    <TODATE>2025-04-26T12:00:35.3897372+00:00</TODATE>
    <Type>sample string 32</Type>
  </ProviderPortal>
  <ProviderPortal>
    <ASA_CENSUS_FLAG>sample string 27</ASA_CENSUS_FLAG>
    <Address>sample string 13</Address>
    <BILLING_NPI>2</BILLING_NPI>
    <BILLING_PRVDR_NAME>sample string 3</BILLING_PRVDR_NAME>
    <CITY_TOWN_NAME>sample string 14</CITY_TOWN_NAME>
    <COST_STLMNT_FLAG>sample string 26</COST_STLMNT_FLAG>
    <CREATE_USER>17</CREATE_USER>
    <FACIS_ID>28</FACIS_ID>
    <FROMDATE>2025-04-26T12:00:35.3897372+00:00</FROMDATE>
    <HH_CLINIC_ID>sample string 24</HH_CLINIC_ID>
    <ID>1</ID>
    <OPRTNL_FLAG>sample string 19</OPRTNL_FLAG>
    <PCP_CLINIC_ID>sample string 25</PCP_CLINIC_ID>
    <POSTAL_CODE>16</POSTAL_CODE>
    <PRVDR_CONTACT_NAME>sample string 7</PRVDR_CONTACT_NAME>
    <PRVDR_FOR>23</PRVDR_FOR>
    <PRVDR_PHONE>sample string 8</PRVDR_PHONE>
    <PRVDR_TYPE>sample string 9</PRVDR_TYPE>
    <PR_CLINIC_ID>sample string 29</PR_CLINIC_ID>
    <REMARKS>sample string 18</REMARKS>
    <Report_Month>30</Report_Month>
    <Report_Year>31</Report_Year>
    <SDMEDX_ID>20</SDMEDX_ID>
    <SERVC_NPI>4</SERVC_NPI>
    <SERVC_PRVDR_NAME>sample string 5</SERVC_PRVDR_NAME>
    <STATE_PRVNC_CODE>sample string 15</STATE_PRVNC_CODE>
    <STREET1>sample string 10</STREET1>
    <STREET2>sample string 12</STREET2>
    <STREET3>sample string 11</STREET3>
    <TAX_ID>sample string 6</TAX_ID>
    <TODATE>2025-04-26T12:00:35.3897372+00:00</TODATE>
    <Type>sample string 32</Type>
  </ProviderPortal>
</ArrayOfProviderPortal>