GET api/Clinical/PatientHistoricalConditions?MemberId={MemberId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MemberId

string

Required

Body Parameters

None.

Request Formats

text/json, application/json

Sample:
Request sample for request 

--------------------------------------------------------------------------------------------------------------------------------

{
  "MemberId": "sample string 1"
}

--------------------------------------------------------------------------------------------------------------------------------


text/xml, application/xml

Sample:
Request sample for request 

--------------------------------------------------------------------------------------------------------------------------------

<PatientHistConditionRequestDTO xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <MemberId>sample string 1</MemberId>
</PatientHistConditionRequestDTO>

--------------------------------------------------------------------------------------------------------------------------------


Response Information

Resource Description

IHttpActionResult

None.

Response Formats

text/json, application/json

Sample:

--------------------------------------------------------------------------------------------------------------------------------

{
  "PatientHistoricalConditions": [
    {
      "Diagnosis": {
        "Code": "sample string 1",
        "Description": "sample string 2"
      },
      "PCPLastReportedDate": "2026-06-03T09:19:53.2909534-07:00",
      "LastReportedDate": "2026-06-03T09:19:53.2909534-07:00",
      "LastReportedProvider": {
        "DateOfBirth": "sample string 1",
        "Sex": "sample string 2",
        "ID": "sample string 3",
        "GenderSelfIdentificationCode": "sample string 4",
        "FirstName": "sample string 5",
        "LastName": "sample string 6",
        "MI": "sample string 7",
        "Suffix": "sample string 8",
        "Prefix": "sample string 9",
        "Ethnicity": [
          {
            "Label": "sample string 1",
            "Value": "sample string 2"
          },
          {
            "Label": "sample string 1",
            "Value": "sample string 2"
          }
        ],
        "Race": [
          {
            "Label": "sample string 1",
            "Value": "sample string 2"
          },
          {
            "Label": "sample string 1",
            "Value": "sample string 2"
          }
        ]
      },
      "ProviderSpecialty": {
        "Code": "sample string 1",
        "Description": "sample string 2"
      },
      "ReportedInLastYear": true,
      "ReportedInYearBeforeLast": true,
      "Decisions": [
        0,
        0
      ]
    },
    {
      "Diagnosis": {
        "Code": "sample string 1",
        "Description": "sample string 2"
      },
      "PCPLastReportedDate": "2026-06-03T09:19:53.2909534-07:00",
      "LastReportedDate": "2026-06-03T09:19:53.2909534-07:00",
      "LastReportedProvider": {
        "DateOfBirth": "sample string 1",
        "Sex": "sample string 2",
        "ID": "sample string 3",
        "GenderSelfIdentificationCode": "sample string 4",
        "FirstName": "sample string 5",
        "LastName": "sample string 6",
        "MI": "sample string 7",
        "Suffix": "sample string 8",
        "Prefix": "sample string 9",
        "Ethnicity": [
          {
            "Label": "sample string 1",
            "Value": "sample string 2"
          },
          {
            "Label": "sample string 1",
            "Value": "sample string 2"
          }
        ],
        "Race": [
          {
            "Label": "sample string 1",
            "Value": "sample string 2"
          },
          {
            "Label": "sample string 1",
            "Value": "sample string 2"
          }
        ]
      },
      "ProviderSpecialty": {
        "Code": "sample string 1",
        "Description": "sample string 2"
      },
      "ReportedInLastYear": true,
      "ReportedInYearBeforeLast": true,
      "Decisions": [
        0,
        0
      ]
    }
  ],
  "ProcessingStatusList": [
    {
      "StatusCode": "sample string 1",
      "StatusDescription": "sample string 2"
    },
    {
      "StatusCode": "sample string 1",
      "StatusDescription": "sample string 2"
    }
  ]
}

--------------------------------------------------------------------------------------------------------------------------------


text/xml, application/xml

Sample:

--------------------------------------------------------------------------------------------------------------------------------

<PatientHistConditionResponseDTO xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PatientHistoricalConditions>
    <PatientHistoricalConditionDTO>
      <Decisions xmlns:a="http://schemas.datacontract.org/2004/07/AHC.Core.Enumerations">
        <a:Decision>None</a:Decision>
        <a:Decision>None</a:Decision>
      </Decisions>
      <Diagnosis>
        <Code>sample string 1</Code>
        <Description>sample string 2</Description>
      </Diagnosis>
      <LastReportedDate>2026-06-03T09:19:53.3065927-07:00</LastReportedDate>
      <LastReportedProvider xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
        <a:Ethnicity>
          <EthnicityInfo>
            <Label>sample string 1</Label>
            <Value>sample string 2</Value>
          </EthnicityInfo>
          <EthnicityInfo>
            <Label>sample string 1</Label>
            <Value>sample string 2</Value>
          </EthnicityInfo>
        </a:Ethnicity>
        <a:FirstName>sample string 5</a:FirstName>
        <a:LastName>sample string 6</a:LastName>
        <a:MI>sample string 7</a:MI>
        <a:Prefix>sample string 9</a:Prefix>
        <a:Race>
          <RaceInfo>
            <Label>sample string 1</Label>
            <Value>sample string 2</Value>
          </RaceInfo>
          <RaceInfo>
            <Label>sample string 1</Label>
            <Value>sample string 2</Value>
          </RaceInfo>
        </a:Race>
        <a:Suffix>sample string 8</a:Suffix>
        <a:DateOfBirth>sample string 1</a:DateOfBirth>
        <a:GenderSelfIdentificationCode>sample string 4</a:GenderSelfIdentificationCode>
        <a:ID>sample string 3</a:ID>
        <a:Sex>sample string 2</a:Sex>
      </LastReportedProvider>
      <PCPLastReportedDate>2026-06-03T09:19:53.3065927-07:00</PCPLastReportedDate>
      <ProviderSpecialty>
        <Code>sample string 1</Code>
        <Description>sample string 2</Description>
      </ProviderSpecialty>
      <ReportedInLastYear>true</ReportedInLastYear>
      <ReportedInYearBeforeLast>true</ReportedInYearBeforeLast>
    </PatientHistoricalConditionDTO>
    <PatientHistoricalConditionDTO>
      <Decisions xmlns:a="http://schemas.datacontract.org/2004/07/AHC.Core.Enumerations">
        <a:Decision>None</a:Decision>
        <a:Decision>None</a:Decision>
      </Decisions>
      <Diagnosis>
        <Code>sample string 1</Code>
        <Description>sample string 2</Description>
      </Diagnosis>
      <LastReportedDate>2026-06-03T09:19:53.3065927-07:00</LastReportedDate>
      <LastReportedProvider xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
        <a:Ethnicity>
          <EthnicityInfo>
            <Label>sample string 1</Label>
            <Value>sample string 2</Value>
          </EthnicityInfo>
          <EthnicityInfo>
            <Label>sample string 1</Label>
            <Value>sample string 2</Value>
          </EthnicityInfo>
        </a:Ethnicity>
        <a:FirstName>sample string 5</a:FirstName>
        <a:LastName>sample string 6</a:LastName>
        <a:MI>sample string 7</a:MI>
        <a:Prefix>sample string 9</a:Prefix>
        <a:Race>
          <RaceInfo>
            <Label>sample string 1</Label>
            <Value>sample string 2</Value>
          </RaceInfo>
          <RaceInfo>
            <Label>sample string 1</Label>
            <Value>sample string 2</Value>
          </RaceInfo>
        </a:Race>
        <a:Suffix>sample string 8</a:Suffix>
        <a:DateOfBirth>sample string 1</a:DateOfBirth>
        <a:GenderSelfIdentificationCode>sample string 4</a:GenderSelfIdentificationCode>
        <a:ID>sample string 3</a:ID>
        <a:Sex>sample string 2</a:Sex>
      </LastReportedProvider>
      <PCPLastReportedDate>2026-06-03T09:19:53.3065927-07:00</PCPLastReportedDate>
      <ProviderSpecialty>
        <Code>sample string 1</Code>
        <Description>sample string 2</Description>
      </ProviderSpecialty>
      <ReportedInLastYear>true</ReportedInLastYear>
      <ReportedInYearBeforeLast>true</ReportedInYearBeforeLast>
    </PatientHistoricalConditionDTO>
  </PatientHistoricalConditions>
  <ProcessingStatusList xmlns:a="http://schemas.datacontract.org/2004/07/AHC.Core">
    <a:ProcessingStatus>
      <a:StatusCode>sample string 1</a:StatusCode>
      <a:StatusDescription>sample string 2</a:StatusDescription>
    </a:ProcessingStatus>
    <a:ProcessingStatus>
      <a:StatusCode>sample string 1</a:StatusCode>
      <a:StatusDescription>sample string 2</a:StatusDescription>
    </a:ProcessingStatus>
  </ProcessingStatusList>
</PatientHistConditionResponseDTO>

--------------------------------------------------------------------------------------------------------------------------------