POST api/hiecm/user-initiated-linking/v3/patient/care-context/discover
Request Information
URI Parameters
None.
Body Parameters
CareContextDiscoverRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| hipId | string |
None. |
|
| unverifiedIdentifiers | UnverifiedIdentifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"hipId": "sample string 1",
"unverifiedIdentifiers": {
"type": "sample string 1",
"value": "sample string 2"
}
}
application/xml, text/xml
Sample:
<HIECMCallbackController.CareContextDiscoverRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CallBackAPI.Controllers">
<hipId>sample string 1</hipId>
<unverifiedIdentifiers>
<type>sample string 1</type>
<value>sample string 2</value>
</unverifiedIdentifiers>
</HIECMCallbackController.CareContextDiscoverRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.