Designated Service Provider
ProviderValidation
View SourceRequest
Validate a list of Medical Provider Services using a batch of their details
Request
POST /api/ProviderValidation
Parameters
| Name | In | Type | Default | Notes |
|---|---|---|---|---|
| *providerValidationBatchRequestModel | body |
|
A modeled object with required properties |
Responses
| Status Code | Type | Description | Samples |
|---|---|---|---|
| 200 |
|
OK |
Definitions
ProviderValidationBatchRequest
| Name | Type | Notes |
|---|---|---|
| InternalReference | string |
The reference that is used by the Client for request/response map |
| DateOfReference | string (date-time) |
Date of request |
| Requests |
|
Batch requests |
ProviderValidationRequest
Batch requests
| Name | Type | Notes |
|---|---|---|
| InternalReference | string |
The reference that is used by the Client for ProviderValidationRequest map |
| PracticeNumber | string |
Medical Provider's practice number to validate |
| DateOfService | string (date-time) |
The date of medical services provided |
| MedicalSchemeDestinationCode | string |
Medical scheme group code |
| MedicalSchemePlanOrOptionReferenceNumber | string |
Medical scheme plan reference number if available |
ProviderValidationBatchResponse
| Name | Type | Notes |
|---|---|---|
| InternalReference | string |
The reference that is used by the Client for request/response map |
| DateOfReference | string (date-time) |
Date and time of the request received |
| Responses |
|
The batch responses |
ProviderValidationResponse
The batch responses
| Name | Type | Notes |
|---|---|---|
| InternalReference | string |
The reference that is used by the Client for ProviderValidationRequest map |
| IsActive | boolean |
Medical provider active or not |
| EffectiveDate | string (date-time) |
The date effecting from for the Medical provider |
| ProviderActive | boolean |
Medical provider active or not |
| ProviderEffectiveDate | string (date-time) |
The date effective to for the Medical provider |
| PracticeNumberValid | boolean |
Submitted Practice number valid or not |