Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Validation Errors on CapabilityStatement #106

Closed
nathan-abacus opened this issue Jul 27, 2021 · 2 comments
Closed

Validation Errors on CapabilityStatement #106

nathan-abacus opened this issue Jul 27, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@nathan-abacus
Copy link

Describe the bug
We use 'metadataRoute' to retrieve CapabilityStatement. The CapabilityStatement has these validation errors:

Validation of response body against profile 'http://hl7.org/fhir/StructureDefinition/CapabilityStatement' by FHIR specification's Validation Engine produced the following results: ERROR: The Coding references a value set, not a code system ("http://hl7.org/fhir/ValueSet/restful-security-service"). Location: CapabilityStatement.rest[0].security.service[0].coding[0] (line 1, col 1039). ERROR: Unknown Code System http://hl7.org/fhir/ValueSet/restful-security-service. Location: CapabilityStatement.rest[0].security.service[0].coding[0] (line 1, col 1039). ERROR: Search parameter names must be unique in the context of a resource. [searchParam.select(name).isDistinct()]. Location: CapabilityStatement.rest[0].resource[41] (line 1, col 350391). ERROR: Search parameter names must be unique in the context of a resource. [searchParam.select(name).isDistinct()]. Location: CapabilityStatement.rest[0].resource[43] (line 1, col 371006). ERROR: Search parameter names must be unique in the context of a resource. [searchParam.select(name).isDistinct()]. Location: CapabilityStatement.rest[0].resource[102] (line 1, col 841601).

Screenshots
Screen Shot 2021-07-27 at 3 56 03 PM

@nathan-abacus nathan-abacus added the bug Something isn't working label Jul 27, 2021
@carvantes
Copy link
Contributor

Hi,

Thanks for bringing this up.

We just fixed some of the errors on #108.

We'll fix the "Search parameter names must be unique" kind of errors next.

@rsmayda
Copy link
Contributor

rsmayda commented Aug 16, 2021

Released as part of Router-5.4.4: https://github.com/awslabs/fhir-works-on-aws-routing/pull/110/files

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants