GET api/PatientManagement/GetExplanationOfBenefits
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "8b0b6ebb-2d4c-4f24-9311-f2f3fe1cc112",
"Parameter": {
"PersonId": 2,
"PatientId": 2,
"OrganizationUid": "febd2cac-c6d1-4e91-aece-b4b250977bb9",
"PersonTypes": [
1,
1,
1
],
"OrganizationId": 4,
"OrganizationName": "sample string 5"
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfPatientIdentifierModelN1Ow66A0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
<Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.PatientManagement.Models">
<d2p1:OrganizationId>4</d2p1:OrganizationId>
<d2p1:OrganizationName>sample string 5</d2p1:OrganizationName>
<d2p1:OrganizationUid>febd2cac-c6d1-4e91-aece-b4b250977bb9</d2p1:OrganizationUid>
<d2p1:PatientId>2</d2p1:PatientId>
<d2p1:PersonId>2</d2p1:PersonId>
<d2p1:PersonTypes>
<PersonTypeEnum>Patient</PersonTypeEnum>
<PersonTypeEnum>Patient</PersonTypeEnum>
<PersonTypeEnum>Patient</PersonTypeEnum>
</d2p1:PersonTypes>
</Parameter>
<AppContextId>8b0b6ebb-2d4c-4f24-9311-f2f3fe1cc112</AppContextId>
</AuthenticatedInputOfPatientIdentifierModelN1Ow66A0>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.