onc-healthit / inferno-program

Archived source code for the Inferno Testing Tool and the Program Edition set of tests. No longer maintained.
https://inferno.healthit.gov/
Apache License 2.0
38 stars 12 forks source link

BDE-02: Bulk Data Server declares support for Group export operation in CapabilityStatement #427

Closed deepaktiwari29 closed 2 years ago

deepaktiwari29 commented 2 years ago

Description BDE-02 test fails saying 'Server CapabilityStatement did not declare support for export operation in Group resource.' image

We have declared support for group-export in both resource specific operation as well as in system level operation as below:

image

image

Environment

Steps to reproduce Tell us how to reproduce this issue.

Include:

Expected behavior Test should pass.

Actual behavior It's failing with error " Server CapabilityStatement did not declare support for export operation in Group resource."

yunwwang commented 2 years ago

Hello @deepaktiwari29 The operation.definition shall be the canonical url "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export"

deepaktiwari29 commented 2 years ago

Hello @yunwwang , the above url is resolves as : "http://hl7.org/fhir/uv/bulkdata/STU2/OperationDefinition-group-export.html" Is there any R4 specific URL??

yunwwang commented 2 years ago

STU2 is the latest of Bulk Data IG. You shall use the canonical url defined in the operation's OperationDefinition, not the web page.