...
Input parameter | Values | Type | Description | Example |
---|
service_request_id | | String | Unique service request identifier | aff00bf6-68bf-4b49-b66d-f031d48922b3
|
Request structure
See on Apiary
Example:
Expand |
---|
|
Code Block |
---|
{
"programs": [
{
"identifier": {
"type": {
"coding": [
{
"system": "eHealth/resources",
"code": "medical_program"
}
]
},
"value": "9183a36b-4d45-4244-9339-63d81cd08d9c"
}
}
]
} |
|
...
Request to process the request using a token in the headers
Наприклад:
Content-Type:application/json
Authorization:Bearer mF_9.B5f-4.1JqM
api-key:aFBLVTZ6Z2dON1V
...
API paragraph not found
Response structure
See on Apiary
Example:
Expand |
---|
|
Code Block |
---|
{
"meta": {
"code": 200,
"url": "http://example.com/resource",
"type": "object",
"request_id": "req-adasdoijasdojsda"
},
"data": [
{
"program_id": "59781de0-2e64-4359-b716-bcc05a32c10f",
"program_name": "Fee-For-Service",
"status": "INVALID",
"rejection_reason": "Service is not included in the program"
}
]
} |
|
...