You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the default data source (Hapi Adapter) from the configs directory and executing a query for BMI, I get the following warnings in the Docker Compose logs and no query result:
backend-1 | 2024-02-14 11:11:46.971 WARN 1 --- [pool-3-thread-6] ca.uhn.fhir.parser.LenientErrorHandler : Resource has invalid reference: #Patient/CT001
backend-1 | 2024-02-14 11:12:04.200 INFO 1 --- [pool-3-thread-7] c.s.t.b.service.PhenotypeQueryService : Running PhenotypeQueryService query 'c387bd6e-7519-46f1-94ff-1dbec8dce539' for repository 'testrepo'...
backend-1 | 2024-02-14 11:12:04.234 INFO 1 --- [pool-3-thread-7] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
backend-1 | 2024-02-14 11:12:04.235 INFO 1 --- [pool-3-thread-7] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
backend-1 | 2024-02-14 11:12:04.235 WARN 1 --- [pool-3-thread-7] .u.f.c.s.DefaultProfileValidationSupport : Unable to load resource: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
backend-1 | 2024-02-14 11:12:04.235 INFO 1 --- [pool-3-thread-7] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
backend-1 | 2024-02-14 11:12:04.236 WARN 1 --- [pool-3-thread-7] .u.f.c.s.DefaultProfileValidationSupport : Unable to load resource: /org/hl7/fhir/r4/model/profile/profiles-types.xml
backend-1 | 2024-02-14 11:12:04.236 INFO 1 --- [pool-3-thread-7] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
backend-1 | 2024-02-14 11:12:04.236 WARN 1 --- [pool-3-thread-7] .u.f.c.s.DefaultProfileValidationSupport : Unable to load resource: /org/hl7/fhir/r4/model/profile/profiles-others.xml
backend-1 | 2024-02-14 11:12:04.236 INFO 1 --- [pool-3-thread-7] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
backend-1 | 2024-02-14 11:12:04.236 WARN 1 --- [pool-3-thread-7] .u.f.c.s.DefaultProfileValidationSupport : Unable to load resource: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
The text was updated successfully, but these errors were encountered:
KonradHoeffner
changed the title
Resource has invalid reference: #Patient/CT001, Resource has invalid reference: #Patient/CT001
Resource has invalid reference: #Patient/CT001, Unable to load resource: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
Feb 14, 2024
When using the default data source (Hapi Adapter) from the configs directory and executing a query for BMI, I get the following warnings in the Docker Compose logs and no query result:
The text was updated successfully, but these errors were encountered: