Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken path in validation #329

Open
Wambere opened this issue Jan 23, 2025 · 0 comments
Open

Fix broken path in validation #329

Wambere opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels

Comments

@Wambere
Copy link
Contributor

Wambere commented Jan 23, 2025

While trying to validate a PR with the following structure

project_name
| - apps
|   | - registers
|   |   | - some_config.json
| - patient
|   | - sample_patient.json

We get the following error

EFSITY: :: INFO  :: Starting FHIR resource validation
EFSITY: :: INFO  :: Input file path project_name/app/registers/some_config.jsonproject_name/patient/sample_patient.json
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
EFSITY: :: INFO  :: project_name/app/registers/some_config.jsonproject_name/patient/sample_patient.json
java.lang.RuntimeException: java.nio.file.NoSuchFileException: 

This issue is to figure out why the path is off, it's combining the two instead of looking for each and validating them one at a time

For more context:

@Wambere Wambere added efsity FCT features Validation labels Jan 23, 2025
@Wambere Wambere self-assigned this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant