nhsconnect / gpconnect-provider-testing

GP Connect automated test suite for API providers
Apache License 2.0
11 stars 5 forks source link

1.2.4 - Update Existing CapabilityStatement Test to include a check for the correct version of the gpc.getstructuredrecord operation #292

Closed PeterGresty closed 5 years ago

PeterGresty commented 5 years ago

The Provider test suite does not currently check the version of the gpc.getstructuredrecord operation returned in the Capability Statement/MetaData.

The following test is checking for the existence of the operation and can be updated with the check : "CapabilityStatement profile supports the GetStructuredRecord operation"

The value should be : https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-GetStructuredRecord-Operation-1/_history/1.8

as per : https://github.com/nhsconnect/gpconnect/issues/666

PeterGresty commented 5 years ago

Code created and merged in feature/1.2.4