nhsconnect / gpconnect-provider-testing

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

public class DefaultAppointmentBuilder using ValueSet instead of CodeSystem (#1) #306

Open KevinMayfield opened 5 years ago

KevinMayfield commented 5 years ago

The resource produced by this class fails validation as it's using a ValueSet instead of a CodeSystem.

https://fhir.nhs.uk/STU3/ValueSet/GPConnect-OrganisationType-1

should be

https://fhir.nhs.uk/STU3/CodeSystem/GPConnect-OrganisationType-1