Closed yunwwang closed 2 years ago
This is a fix of #390 FHIR canonical URL allows version number to be attached at the end of url. BED-02 validates that CapabilityStatement has an operation defined by canonical url "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export"
Using Regular Expression /^http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export(\|\S*)?/ to validate canonical url
A new unit test is added to verify that BED-02 passed url with version
g10-certification-test-kit PR: https://github.com/inferno-framework/g10-certification-test-kit/pull/19
Summary
This is a fix of #390 FHIR canonical URL allows version number to be attached at the end of url. BED-02 validates that CapabilityStatement has an operation defined by canonical url "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export"
New behavior
Using Regular Expression /^http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export(\|\S*)?/ to validate canonical url
Code changes
Testing guidance
A new unit test is added to verify that BED-02 passed url with version