POST api/hiecm/user-initiated-linking/v3/patient/care-context/discover

Request Information

URI Parameters

None.

Body Parameters

DiscoverRequest
NameDescriptionTypeAdditional information
TransactionId

string

None.

Patient

PatientSearch

None.

Request Formats

application/json, text/json

Sample:
{
  "TransactionId": "sample string 1",
  "Patient": {
    "Id": "sample string 1",
    "YearOfBirth": 2,
    "VerifiedIdentifiers": [
      {
        "Type": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Type": "sample string 1",
        "Value": "sample string 2"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<DiscoverRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ABHACallBackAPI.Models">
  <Patient>
    <Id>sample string 1</Id>
    <VerifiedIdentifiers>
      <Identifier>
        <Type>sample string 1</Type>
        <Value>sample string 2</Value>
      </Identifier>
      <Identifier>
        <Type>sample string 1</Type>
        <Value>sample string 2</Value>
      </Identifier>
    </VerifiedIdentifiers>
    <YearOfBirth>2</YearOfBirth>
  </Patient>
  <TransactionId>sample string 1</TransactionId>
</DiscoverRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.