You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test case is a pass, except that it needs few extra things in the response as mentioned below:
"requiresAccessToken": false. This parameter in the response is false, we need to return this in response as true. We have done all the required changes but are not able to get this. Seems that it is fixed value.
Could you please let us know how to achieve this?
- Bulk Export Status #2715
- Added a default Error
- Bulk Export Status Report #2714
- Added property for requiresAccessToken
- Composition reports a 500 when it's a bad user request #2717
- Mutate 500 to 400 in $document
- Add Test for $document when bad request
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Regarding one more scenario for bulk export
A scenario while testing in Inferno
Request URL:
https://***:9443/fhir-server/api/v4/$bulkdata-status?job=HRheZqFY_KT5TXhdXFuY7g
Response Body:
{
"transactionTime": "2021-08-18T10:21:53.82Z",
"request": "https://***:9443/fhir-server/api/v4/Group/17b58c31108-77f6763e-008b-4010-b428-c42ee061aa57/$export",
"requiresAccessToken": false,
"output": [{
"type": "AllergyIntolerance",
"url": "_jVMAj-5zOenYBhcTN5pa5b6DvR2rsx2Cpv4l9wuXOY/AllergyIntolerance_1.ndjson",
"count": 10
},
{
"type": "CarePlan",
"url": "_jVMAj-5zOenYBhcTN5pa5b6DvR2rsx2Cpv4l9wuXOY/CarePlan_1.ndjson",
"count": 2
}
]
}
This test case is a pass, except that it needs few extra things in the response as mentioned below:
"requiresAccessToken": false. This parameter in the response is false, we need to return this in response as true. We have done all the required changes but are not able to get this. Seems that it is fixed value.
Could you please let us know how to achieve this?
https://chat.fhir.org/#narrow/stream/212434-ibm/topic/releases/near/250499231
The text was updated successfully, but these errors were encountered: