2025-04-26 22:51:52 +10:00

10721 lines
1.8 MiB

. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-24T12:53:39.932Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-24T12:53:39.937Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-24T12:53:42.004Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-24T12:53:42.354Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 338 ms. Found 52 JPA repository interfaces.
2025-04-24T12:53:46.093Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-24T12:53:46.372Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6368 ms
2025-04-24T12:53:46.668Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-24T12:53:46.699Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T12:53:46.823Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-24T12:53:46.823Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-24T12:53:46.823Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-24T12:53:46.823Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-24T12:53:46.823Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-24T12:53:46.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-24T12:53:46.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-24T12:53:46.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-24T12:53:46.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-24T12:53:46.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-24T12:53:46.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-24T12:53:46.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-24T12:53:46.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-24T12:53:46.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-24T12:53:46.899Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-24T12:53:46.900Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-24T12:53:46.901Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-24T12:53:47.131Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-24T12:53:47.338Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-24T12:53:47.371Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-24T12:53:47.477Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-24T12:53:47.864Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-24T12:53:48.609Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-24T12:53:48.671Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-24T12:53:49.856Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-24T12:53:49.860Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-24T12:53:50.019Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-24T12:53:53.322Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-24T12:53:53.655Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-24T12:53:59.494Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-24T12:54:02.291Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-24T12:54:03.902Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-24T12:54:03.940Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-24T12:54:05.196Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-24T12:54:05.366Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-24T12:54:05.669Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-24T12:54:07.313Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-24T12:54:14.627Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-24T12:54:14.696Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T12:54:14.728Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T12:54:14.729Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T12:54:14.731Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T12:54:14.732Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T12:54:14.733Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T12:54:14.733Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T12:54:14.733Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@25bc4c2b
2025-04-24T12:54:14.733Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T12:54:14.734Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-24T12:54:14.735Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T12:54:14.740Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T12:54:14.740Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T12:54:14.740Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T12:54:14.741Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T12:54:14.741Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T12:54:14.741Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T12:54:14.741Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@25bc4c2b
2025-04-24T12:54:14.741Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T12:54:15.550Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd
2025-04-24T12:54:15.551Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd succeeded in 1ms
2025-04-24T12:54:15.563Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd
2025-04-24T12:54:15.564Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd succeeded in 2ms
2025-04-24T12:54:15.566Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd
2025-04-24T12:54:15.566Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd succeeded in 1ms
2025-04-24T12:54:15.567Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd
2025-04-24T12:54:15.567Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd succeeded in 0ms
2025-04-24T12:54:15.569Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd
2025-04-24T12:54:15.569Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd succeeded in 0ms
2025-04-24T12:54:15.570Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd
2025-04-24T12:54:15.571Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@66bc0ebd succeeded in 1ms
2025-04-24T12:54:15.704Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T12:54:16.212Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-24T12:54:16.215Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-24T12:54:16.268Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-24T12:54:23.769Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T12:54:24.990Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-24T12:54:25.685Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-24T12:54:26.545Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T12:54:26.560Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T12:54:26.561Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T12:54:26.561Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T12:54:26.561Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T12:54:26.561Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-24T12:54:26.561Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T12:54:26.561Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5cdc2f6e
2025-04-24T12:54:26.612Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-24T12:54:26.864Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-24T12:54:26.865Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-24T12:54:26.869Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-24T12:54:26.870Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-24T12:54:26.870Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-24T12:54:26.870Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-24T12:54:26.870Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-24T12:54:26.870Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-24T12:54:26.870Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-24T12:54:26.870Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-24T12:54:26.870Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-24T12:54:26.873Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-24T12:54:28.093Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-24T12:54:28.171Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-24T12:54:28.173Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-24T12:54:28.186Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-24T12:54:28.189Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-24T12:54:28.191Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-24T12:54:28.194Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-24T12:54:28.196Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-24T12:54:28.198Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-24T12:54:28.200Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-24T12:54:28.202Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-24T12:54:28.203Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-24T12:54:28.205Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-24T12:54:28.206Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-24T12:54:28.207Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-24T12:54:28.207Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-24T12:54:28.208Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-24T12:54:28.209Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-24T12:54:28.209Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-24T12:54:28.209Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T12:54:28.209Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-24T12:54:28.209Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T12:54:28.209Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-24T12:54:28.213Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 49.069 seconds (process running for 66.584)
2025-04-24T12:54:28.259Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T12:54:28.321Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-24T12:54:28.327Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-24T12:54:28.877Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-24T12:54:28.887Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-24T12:54:28.888Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@6dc1dbe8 was removed
2025-04-24T12:54:28.889Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@58963871 was removed
2025-04-24T12:54:28.934Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-24T12:55:38.936Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-24T12:55:38.940Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-24T12:55:41.194Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-24T12:55:41.596Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 383 ms. Found 52 JPA repository interfaces.
2025-04-24T12:55:45.704Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-24T12:55:45.953Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6942 ms
2025-04-24T12:55:46.239Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-24T12:55:46.256Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T12:55:46.354Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-24T12:55:46.355Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-24T12:55:46.355Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-24T12:55:46.355Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-24T12:55:46.355Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-24T12:55:46.355Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-24T12:55:46.355Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-24T12:55:46.355Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-24T12:55:46.355Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-24T12:55:46.356Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-24T12:55:46.356Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-24T12:55:46.356Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-24T12:55:46.356Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-24T12:55:46.356Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-24T12:55:46.415Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-24T12:55:46.415Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-24T12:55:46.416Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-24T12:55:46.663Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-24T12:55:46.896Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-24T12:55:46.929Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-24T12:55:47.023Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-24T12:55:47.315Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-24T12:55:47.788Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-24T12:55:47.854Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-24T12:55:48.893Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-24T12:55:48.898Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-24T12:55:48.981Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-24T12:55:50.729Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-24T12:55:50.927Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-24T12:55:55.546Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-24T12:55:58.039Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-24T12:55:59.660Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-24T12:55:59.703Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-24T12:56:01.283Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-24T12:56:01.450Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-24T12:56:01.842Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-24T12:56:03.663Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-24T12:56:09.592Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-24T12:56:09.642Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T12:56:09.665Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T12:56:09.666Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T12:56:09.667Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T12:56:09.668Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T12:56:09.669Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T12:56:09.669Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T12:56:09.669Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@7c289764
2025-04-24T12:56:09.669Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T12:56:09.670Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-24T12:56:09.673Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T12:56:09.679Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T12:56:09.679Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T12:56:09.679Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T12:56:09.680Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T12:56:09.680Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T12:56:09.680Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T12:56:09.680Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@7c289764
2025-04-24T12:56:09.680Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T12:56:10.413Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2
2025-04-24T12:56:10.414Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2 succeeded in 1ms
2025-04-24T12:56:10.431Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2
2025-04-24T12:56:10.432Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2 succeeded in 1ms
2025-04-24T12:56:10.433Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2
2025-04-24T12:56:10.434Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2 succeeded in 1ms
2025-04-24T12:56:10.435Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2
2025-04-24T12:56:10.436Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2 succeeded in 1ms
2025-04-24T12:56:10.437Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2
2025-04-24T12:56:10.438Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2 succeeded in 1ms
2025-04-24T12:56:10.439Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2
2025-04-24T12:56:10.441Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@bd474c2 succeeded in 2ms
2025-04-24T12:56:10.579Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T12:56:11.181Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-24T12:56:11.186Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-24T12:56:11.278Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-24T12:56:21.254Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T12:56:23.064Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-24T12:56:23.934Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-24T12:56:25.028Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T12:56:25.042Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T12:56:25.042Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T12:56:25.043Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T12:56:25.043Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T12:56:25.043Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-24T12:56:25.043Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T12:56:25.043Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@253303e3
2025-04-24T12:56:25.114Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-24T12:56:25.411Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-24T12:56:25.411Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-24T12:56:25.420Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-24T12:56:25.422Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-24T12:56:25.423Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-24T12:56:25.423Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-24T12:56:25.423Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-24T12:56:25.423Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-24T12:56:25.423Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-24T12:56:25.423Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-24T12:56:25.423Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-24T12:56:25.426Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-24T12:56:26.833Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-24T12:56:26.925Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-24T12:56:26.928Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-24T12:56:26.938Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-24T12:56:26.940Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-24T12:56:26.941Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-24T12:56:26.942Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-24T12:56:26.943Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-24T12:56:26.944Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-24T12:56:26.947Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-24T12:56:26.950Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-24T12:56:26.952Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-24T12:56:26.954Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-24T12:56:26.955Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-24T12:56:26.956Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-24T12:56:26.957Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-24T12:56:26.957Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-24T12:56:26.958Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-24T12:56:26.958Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-24T12:56:26.958Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T12:56:26.958Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-24T12:56:26.958Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T12:56:26.958Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-24T12:56:26.962Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 49.056 seconds (process running for 66.275)
2025-04-24T12:56:27.010Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T12:56:27.057Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-24T12:56:27.059Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-24T12:56:27.960Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-24T12:56:27.973Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-24T12:56:27.974Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@eb0b1fd was removed
2025-04-24T12:56:27.975Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@49ec3cea was removed
2025-04-24T12:56:28.035Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-24T13:00:48.912Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-24T13:00:48.923Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-24T13:00:50.998Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-24T13:00:51.379Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 367 ms. Found 52 JPA repository interfaces.
2025-04-24T13:00:55.874Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-24T13:00:56.127Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7131 ms
2025-04-24T13:00:56.397Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-24T13:00:56.411Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:00:56.507Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-24T13:00:56.508Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-24T13:00:56.509Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-24T13:00:56.509Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-24T13:00:56.510Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-24T13:00:56.510Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-24T13:00:56.510Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-24T13:00:56.510Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-24T13:00:56.510Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-24T13:00:56.510Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-24T13:00:56.511Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-24T13:00:56.511Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-24T13:00:56.511Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-24T13:00:56.511Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-24T13:00:56.553Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-24T13:00:56.553Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-24T13:00:56.553Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-24T13:00:56.713Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-24T13:00:56.874Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-24T13:00:56.892Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-24T13:00:56.974Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-24T13:00:57.245Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-24T13:00:57.764Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-24T13:00:57.823Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-24T13:00:58.919Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-24T13:00:58.922Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-24T13:00:59.019Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-24T13:01:00.341Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-24T13:01:00.538Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-24T13:01:05.085Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-24T13:01:07.946Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-24T13:01:09.324Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-24T13:01:09.356Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-24T13:01:10.474Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-24T13:01:10.588Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-24T13:01:10.911Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-24T13:01:12.163Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-24T13:01:17.363Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-24T13:01:17.448Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:01:17.478Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:01:17.479Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:01:17.480Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:01:17.481Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:01:17.482Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:01:17.482Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:01:17.482Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@544d8a7e
2025-04-24T13:01:17.482Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:01:17.483Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-24T13:01:17.485Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:01:17.498Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:01:17.498Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:01:17.498Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:01:17.498Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:01:17.498Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:01:17.499Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:01:17.499Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@544d8a7e
2025-04-24T13:01:17.499Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:01:18.298Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78
2025-04-24T13:01:18.299Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78 succeeded in 1ms
2025-04-24T13:01:18.308Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78
2025-04-24T13:01:18.309Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78 succeeded in 1ms
2025-04-24T13:01:18.310Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78
2025-04-24T13:01:18.312Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78 succeeded in 2ms
2025-04-24T13:01:18.313Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78
2025-04-24T13:01:18.314Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78 succeeded in 1ms
2025-04-24T13:01:18.315Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78
2025-04-24T13:01:18.316Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78 succeeded in 1ms
2025-04-24T13:01:18.317Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78
2025-04-24T13:01:18.318Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@6cea1c78 succeeded in 1ms
2025-04-24T13:01:18.477Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:01:18.951Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-24T13:01:18.954Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-24T13:01:19.006Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-24T13:01:26.675Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:01:28.320Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-24T13:01:29.077Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-24T13:01:30.092Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:01:30.102Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:01:30.103Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:01:30.103Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:01:30.103Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:01:30.103Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-24T13:01:30.103Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:01:30.103Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1f836c38
2025-04-24T13:01:30.161Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-24T13:01:30.423Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-24T13:01:30.424Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-24T13:01:30.432Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-24T13:01:30.433Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-24T13:01:30.433Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-24T13:01:30.433Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-24T13:01:30.433Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-24T13:01:30.433Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-24T13:01:30.433Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-24T13:01:30.433Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-24T13:01:30.433Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-24T13:01:30.435Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-24T13:01:31.635Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-24T13:01:31.718Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-24T13:01:31.721Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-24T13:01:31.731Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-24T13:01:31.732Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-24T13:01:31.734Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-24T13:01:31.736Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-24T13:01:31.737Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-24T13:01:31.738Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-24T13:01:31.740Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-24T13:01:31.741Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-24T13:01:31.743Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-24T13:01:31.744Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-24T13:01:31.745Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-24T13:01:31.746Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-24T13:01:31.747Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-24T13:01:31.748Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-24T13:01:31.748Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-24T13:01:31.748Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-24T13:01:31.748Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:01:31.748Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-24T13:01:31.748Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:01:31.749Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-24T13:01:31.752Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 43.845 seconds (process running for 68.519)
2025-04-24T13:01:31.784Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T13:01:31.826Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-24T13:01:31.827Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-24T13:01:32.572Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-24T13:01:32.581Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-24T13:01:32.583Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@6ec54ce7 was removed
2025-04-24T13:01:32.583Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@2314cd21 was removed
2025-04-24T13:01:32.655Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-24T13:02:48.959Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-24T13:02:48.962Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-24T13:02:50.792Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-24T13:02:51.103Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 299 ms. Found 52 JPA repository interfaces.
2025-04-24T13:02:54.159Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-24T13:02:54.360Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5354 ms
2025-04-24T13:02:54.621Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-24T13:02:54.639Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:02:54.741Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-24T13:02:54.741Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-24T13:02:54.741Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-24T13:02:54.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-24T13:02:54.793Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-24T13:02:54.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-24T13:02:54.795Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-24T13:02:55.038Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-24T13:02:55.257Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-24T13:02:55.290Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-24T13:02:55.395Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-24T13:02:55.667Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-24T13:02:56.246Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-24T13:02:56.334Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-24T13:02:57.307Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-24T13:02:57.311Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-24T13:02:57.404Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-24T13:02:58.825Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-24T13:02:59.006Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-24T13:03:02.820Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-24T13:03:04.758Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-24T13:03:05.889Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-24T13:03:05.908Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-24T13:03:06.993Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-24T13:03:07.085Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-24T13:03:07.315Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-24T13:03:08.449Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-24T13:03:13.540Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-24T13:03:13.604Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:03:13.628Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:03:13.629Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:03:13.631Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:03:13.634Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:03:13.635Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:03:13.635Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:03:13.635Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6e393c9e
2025-04-24T13:03:13.635Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:03:13.637Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-24T13:03:13.639Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:03:13.652Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:03:13.652Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:03:13.652Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:03:13.653Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:03:13.653Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:03:13.653Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:03:13.653Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6e393c9e
2025-04-24T13:03:13.653Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:03:14.419Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3
2025-04-24T13:03:14.420Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3 succeeded in 1ms
2025-04-24T13:03:14.433Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3
2025-04-24T13:03:14.435Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3 succeeded in 2ms
2025-04-24T13:03:14.436Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3
2025-04-24T13:03:14.437Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3 succeeded in 1ms
2025-04-24T13:03:14.438Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3
2025-04-24T13:03:14.439Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3 succeeded in 1ms
2025-04-24T13:03:14.441Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3
2025-04-24T13:03:14.442Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3 succeeded in 1ms
2025-04-24T13:03:14.443Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3
2025-04-24T13:03:14.444Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@16cf38f3 succeeded in 1ms
2025-04-24T13:03:14.559Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:03:14.962Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-24T13:03:14.966Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-24T13:03:15.018Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-24T13:03:21.896Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:03:23.281Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-24T13:03:24.041Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-24T13:03:24.973Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:03:24.984Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:03:24.984Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:03:24.985Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:03:24.985Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:03:24.985Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-24T13:03:24.985Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:03:24.985Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@391b2a8e
2025-04-24T13:03:25.045Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-24T13:03:25.342Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-24T13:03:25.343Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-24T13:03:25.351Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-24T13:03:25.353Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-24T13:03:25.353Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-24T13:03:25.353Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-24T13:03:25.353Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-24T13:03:25.353Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-24T13:03:25.353Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-24T13:03:25.353Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-24T13:03:25.354Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-24T13:03:25.356Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-24T13:03:26.538Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-24T13:03:26.620Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-24T13:03:26.624Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-24T13:03:26.634Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-24T13:03:26.635Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-24T13:03:26.637Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-24T13:03:26.638Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-24T13:03:26.639Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-24T13:03:26.640Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-24T13:03:26.641Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-24T13:03:26.642Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-24T13:03:26.643Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-24T13:03:26.644Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-24T13:03:26.645Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-24T13:03:26.645Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-24T13:03:26.645Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-24T13:03:26.646Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-24T13:03:26.646Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-24T13:03:26.646Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-24T13:03:26.646Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:03:26.646Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-24T13:03:26.646Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:03:26.646Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-24T13:03:26.650Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 38.488 seconds (process running for 58.867)
2025-04-24T13:03:26.695Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T13:03:26.745Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-24T13:03:26.746Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-24T13:03:27.380Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-24T13:03:27.392Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-24T13:03:27.393Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@733b43ca was removed
2025-04-24T13:03:27.394Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@79336268 was removed
2025-04-24T13:03:27.441Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-24T13:04:07.855Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[search-type Patient] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[search-type Patient] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-24T13:12:26.432Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-24T13:12:26.438Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-24T13:12:28.462Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-24T13:12:28.862Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 384 ms. Found 52 JPA repository interfaces.
2025-04-24T13:12:32.051Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-24T13:12:32.267Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5781 ms
2025-04-24T13:12:32.502Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-24T13:12:32.517Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:12:32.613Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-24T13:12:32.613Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-24T13:12:32.613Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-24T13:12:32.614Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-24T13:12:32.614Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-24T13:12:32.614Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-24T13:12:32.614Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-24T13:12:32.614Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-24T13:12:32.614Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-24T13:12:32.615Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-24T13:12:32.615Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-24T13:12:32.615Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-24T13:12:32.615Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-24T13:12:32.615Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-24T13:12:32.689Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-24T13:12:32.689Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-24T13:12:32.690Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-24T13:12:32.879Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-24T13:12:33.038Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-24T13:12:33.055Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-24T13:12:33.127Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-24T13:12:33.332Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-24T13:12:33.882Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-24T13:12:33.953Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-24T13:12:35.006Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-24T13:12:35.011Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-24T13:12:35.106Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-24T13:12:36.835Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-24T13:12:37.088Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-24T13:12:43.023Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-24T13:12:46.747Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-24T13:12:48.791Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-24T13:12:48.849Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-24T13:12:50.499Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-24T13:12:50.673Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-24T13:12:50.997Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-24T13:12:53.533Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-24T13:12:59.715Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-24T13:12:59.789Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:12:59.825Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:12:59.826Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:12:59.831Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:12:59.834Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:12:59.834Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:12:59.835Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:12:59.835Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@119a20f2
2025-04-24T13:12:59.835Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:12:59.836Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-24T13:12:59.838Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:12:59.844Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:12:59.845Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:12:59.845Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:12:59.845Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:12:59.845Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:12:59.845Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:12:59.846Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@119a20f2
2025-04-24T13:12:59.846Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:13:01.043Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0
2025-04-24T13:13:01.046Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0 succeeded in 3ms
2025-04-24T13:13:01.068Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0
2025-04-24T13:13:01.069Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0 succeeded in 1ms
2025-04-24T13:13:01.071Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0
2025-04-24T13:13:01.072Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0 succeeded in 1ms
2025-04-24T13:13:01.074Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0
2025-04-24T13:13:01.076Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0 succeeded in 2ms
2025-04-24T13:13:01.078Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0
2025-04-24T13:13:01.080Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0 succeeded in 2ms
2025-04-24T13:13:01.082Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0
2025-04-24T13:13:01.084Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2ed681e0 succeeded in 2ms
2025-04-24T13:13:01.261Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:13:01.854Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-24T13:13:01.858Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-24T13:13:01.949Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-24T13:13:11.342Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:13:12.891Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-24T13:13:13.689Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-24T13:13:14.783Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:13:14.790Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:13:14.790Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:13:14.790Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:13:14.791Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:13:14.791Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-24T13:13:14.791Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:13:14.791Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@751a8e6b
2025-04-24T13:13:14.863Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-24T13:13:15.189Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-24T13:13:15.190Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-24T13:13:15.200Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-24T13:13:15.201Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-24T13:13:15.201Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-24T13:13:15.201Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-24T13:13:15.201Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-24T13:13:15.201Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-24T13:13:15.201Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-24T13:13:15.201Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-24T13:13:15.201Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-24T13:13:15.204Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-24T13:13:16.446Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-24T13:13:16.531Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-24T13:13:16.534Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-24T13:13:16.553Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-24T13:13:16.554Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-24T13:13:16.556Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-24T13:13:16.558Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-24T13:13:16.560Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-24T13:13:16.561Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-24T13:13:16.563Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-24T13:13:16.566Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-24T13:13:16.567Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-24T13:13:16.569Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-24T13:13:16.570Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-24T13:13:16.572Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-24T13:13:16.572Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-24T13:13:16.573Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-24T13:13:16.573Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-24T13:13:16.573Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-24T13:13:16.573Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:13:16.573Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-24T13:13:16.573Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:13:16.573Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-24T13:13:16.588Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 51.137 seconds (process running for 68.029)
2025-04-24T13:13:16.629Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T13:13:16.693Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-24T13:13:16.695Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-24T13:13:17.425Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-24T13:13:17.435Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-24T13:13:17.436Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@5aa978ec was removed
2025-04-24T13:13:17.437Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@411776a3 was removed
2025-04-24T13:13:17.486Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-24T13:15:51.941Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-24T13:15:51.948Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-24T13:15:54.782Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-24T13:15:55.278Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 472 ms. Found 52 JPA repository interfaces.
2025-04-24T13:15:59.473Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-24T13:15:59.716Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7712 ms
2025-04-24T13:16:00.026Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-24T13:16:00.057Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:16:00.201Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-24T13:16:00.201Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-24T13:16:00.202Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-24T13:16:00.202Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-24T13:16:00.202Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-24T13:16:00.202Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-24T13:16:00.203Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-24T13:16:00.203Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-24T13:16:00.203Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-24T13:16:00.204Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-24T13:16:00.204Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-24T13:16:00.205Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-24T13:16:00.205Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-24T13:16:00.205Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-24T13:16:00.298Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-24T13:16:00.299Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-24T13:16:00.300Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-24T13:16:00.567Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-24T13:16:00.776Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-24T13:16:00.809Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-24T13:16:00.915Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-24T13:16:01.290Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-24T13:16:02.203Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-24T13:16:02.305Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-24T13:16:03.855Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-24T13:16:03.862Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-24T13:16:04.063Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-24T13:16:06.302Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-24T13:16:06.538Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-24T13:16:13.885Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-24T13:16:18.156Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-24T13:16:20.841Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-24T13:16:20.894Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-24T13:16:22.838Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-24T13:16:23.039Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-24T13:16:23.522Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-24T13:16:25.004Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-24T13:16:30.727Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-24T13:16:30.798Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:16:30.833Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:16:30.834Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:16:30.836Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:16:30.837Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:16:30.838Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:16:30.838Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:16:30.838Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@512c165
2025-04-24T13:16:30.838Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:16:30.839Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-24T13:16:30.841Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:16:30.856Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:16:30.856Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:16:30.856Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:16:30.856Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:16:30.856Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:16:30.856Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:16:30.856Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@512c165
2025-04-24T13:16:30.857Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:16:31.623Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c
2025-04-24T13:16:31.625Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c succeeded in 2ms
2025-04-24T13:16:31.648Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c
2025-04-24T13:16:31.649Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c succeeded in 1ms
2025-04-24T13:16:31.651Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c
2025-04-24T13:16:31.651Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c succeeded in 0ms
2025-04-24T13:16:31.652Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c
2025-04-24T13:16:31.653Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c succeeded in 1ms
2025-04-24T13:16:31.654Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c
2025-04-24T13:16:31.656Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c succeeded in 2ms
2025-04-24T13:16:31.657Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c
2025-04-24T13:16:31.658Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3898571c succeeded in 1ms
2025-04-24T13:16:31.753Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:16:32.140Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-24T13:16:32.144Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-24T13:16:32.190Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-24T13:16:40.849Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:16:42.729Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-24T13:16:43.600Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-24T13:16:44.669Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:16:44.676Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:16:44.676Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:16:44.676Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:16:44.676Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:16:44.676Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-24T13:16:44.677Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:16:44.677Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@37a96914
2025-04-24T13:16:44.746Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-24T13:16:45.080Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-24T13:16:45.081Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-24T13:16:45.092Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-24T13:16:45.093Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-24T13:16:45.093Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-24T13:16:45.093Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-24T13:16:45.093Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-24T13:16:45.093Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-24T13:16:45.093Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-24T13:16:45.093Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-24T13:16:45.093Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-24T13:16:45.096Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-24T13:16:46.472Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-24T13:16:46.550Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-24T13:16:46.553Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-24T13:16:46.565Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-24T13:16:46.567Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-24T13:16:46.568Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-24T13:16:46.569Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-24T13:16:46.570Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-24T13:16:46.574Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-24T13:16:46.576Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-24T13:16:46.578Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-24T13:16:46.580Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-24T13:16:46.582Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-24T13:16:46.584Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-24T13:16:46.586Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-24T13:16:46.586Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-24T13:16:46.587Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-24T13:16:46.587Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-24T13:16:46.587Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-24T13:16:46.587Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:16:46.587Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-24T13:16:46.587Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:16:46.588Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-24T13:16:46.592Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 55.984 seconds (process running for 77.43)
2025-04-24T13:16:46.639Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T13:16:46.700Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-24T13:16:46.701Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-24T13:16:47.328Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-24T13:16:47.339Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-24T13:16:47.340Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@6b72374d was removed
2025-04-24T13:16:47.340Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@7400269b was removed
2025-04-24T13:16:47.381Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-24T13:18:06.551Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-24T13:18:06.557Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-24T13:18:08.666Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-24T13:18:09.041Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 361 ms. Found 52 JPA repository interfaces.
2025-04-24T13:18:12.652Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-24T13:18:12.881Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6273 ms
2025-04-24T13:18:13.137Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-24T13:18:13.152Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:18:13.261Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-24T13:18:13.261Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-24T13:18:13.261Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-24T13:18:13.262Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-24T13:18:13.262Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-24T13:18:13.262Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-24T13:18:13.262Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-24T13:18:13.263Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-24T13:18:13.263Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-24T13:18:13.263Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-24T13:18:13.263Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-24T13:18:13.263Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-24T13:18:13.263Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-24T13:18:13.264Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-24T13:18:13.316Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-24T13:18:13.317Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-24T13:18:13.318Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-24T13:18:13.519Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-24T13:18:13.682Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-24T13:18:13.713Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-24T13:18:13.783Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-24T13:18:14.037Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-24T13:18:14.555Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-24T13:18:14.620Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-24T13:18:15.678Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-24T13:18:15.681Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-24T13:18:15.800Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-24T13:18:17.482Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-24T13:18:17.683Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-24T13:18:21.089Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-24T13:18:22.970Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-24T13:18:24.206Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-24T13:18:24.235Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-24T13:18:25.518Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-24T13:18:25.651Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-24T13:18:25.877Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-24T13:18:26.983Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-24T13:18:32.602Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-24T13:18:32.669Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:18:32.694Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:18:32.694Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:18:32.696Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:18:32.698Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:18:32.699Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:18:32.699Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:18:32.699Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@145e97d7
2025-04-24T13:18:32.699Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:18:32.700Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-24T13:18:32.701Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:18:32.707Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:18:32.707Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:18:32.707Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:18:32.707Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:18:32.708Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:18:32.708Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:18:32.708Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@145e97d7
2025-04-24T13:18:32.708Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:18:33.373Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5
2025-04-24T13:18:33.375Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5 succeeded in 2ms
2025-04-24T13:18:33.392Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5
2025-04-24T13:18:33.393Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5 succeeded in 1ms
2025-04-24T13:18:33.394Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5
2025-04-24T13:18:33.394Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5 succeeded in 0ms
2025-04-24T13:18:33.395Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5
2025-04-24T13:18:33.396Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5 succeeded in 1ms
2025-04-24T13:18:33.396Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5
2025-04-24T13:18:33.397Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5 succeeded in 1ms
2025-04-24T13:18:33.398Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5
2025-04-24T13:18:33.399Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@37cb8ee5 succeeded in 1ms
2025-04-24T13:18:33.515Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:18:33.892Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-24T13:18:33.897Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-24T13:18:33.949Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-24T13:18:41.152Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:18:42.505Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-24T13:18:43.268Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-24T13:18:44.302Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:18:44.313Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:18:44.314Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:18:44.314Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:18:44.314Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:18:44.314Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-24T13:18:44.314Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:18:44.314Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@78ef6fdb
2025-04-24T13:18:44.368Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-24T13:18:44.685Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-24T13:18:44.685Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-24T13:18:44.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-24T13:18:44.694Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-24T13:18:44.695Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-24T13:18:44.695Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-24T13:18:44.695Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-24T13:18:44.695Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-24T13:18:44.695Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-24T13:18:44.695Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-24T13:18:44.696Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-24T13:18:44.699Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-24T13:18:45.976Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-24T13:18:46.062Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-24T13:18:46.064Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-24T13:18:46.073Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-24T13:18:46.074Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-24T13:18:46.076Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-24T13:18:46.077Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-24T13:18:46.079Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-24T13:18:46.080Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-24T13:18:46.081Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-24T13:18:46.083Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-24T13:18:46.084Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-24T13:18:46.085Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-24T13:18:46.086Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-24T13:18:46.087Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-24T13:18:46.088Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-24T13:18:46.088Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-24T13:18:46.088Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-24T13:18:46.088Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-24T13:18:46.089Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:18:46.089Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-24T13:18:46.089Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:18:46.089Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-24T13:18:46.092Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 40.592 seconds (process running for 56.594)
2025-04-24T13:18:46.123Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T13:18:46.165Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-24T13:18:46.166Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-24T13:18:46.818Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-24T13:18:46.828Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-24T13:18:46.829Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@2132ec8e was removed
2025-04-24T13:18:46.829Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@79aecb59 was removed
2025-04-24T13:18:46.856Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-24T13:18:47.282Z INFO 8 --- [nio-8080-exec-1] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@792d7c29
2025-04-24T13:18:48.055Z INFO 8 --- [nio-8080-exec-1] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@792d7c29 succeeded in 773ms
2025-04-24T13:18:50.345Z ERROR 8 --- [nio-8080-exec-1] c.u.f.r.s.i.ExceptionHandlingInterceptor : Failure during REST processing: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-24T13:18:50.345Z ERROR 8 --- [nio-8080-exec-3] c.u.f.r.s.i.ExceptionHandlingInterceptor : Failure during REST processing: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-24T13:18:50.353Z ERROR 8 --- [nio-8080-exec-2] c.u.f.r.s.i.ExceptionHandlingInterceptor : Failure during REST processing: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-24T13:18:50.376Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : ERROR - GET http://localhost:8080/fhir/metadata
2025-04-24T13:18:50.376Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : ERROR - GET http://localhost:8080/fhir/metadata
2025-04-24T13:18:50.376Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : ERROR - GET http://localhost:8080/fhir/metadata
2025-04-24T13:18:50.382Z ERROR 8 --- [nio-8080-exec-3] c.u.f.r.s.i.ExceptionHandlingInterceptor : HAPI-FHIR was unable to reset the output stream during exception handling. The root causes follows:
java.lang.IllegalStateException: Cannot call reset() after response has been committed
at org.apache.catalina.connector.ResponseFacade.checkCommitted(ResponseFacade.java:517)
at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:276)
at jakarta.servlet.ServletResponseWrapper.reset(ServletResponseWrapper.java:184)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.resetOutputStreamIfPossible(ExceptionHandlingInterceptor.java:149)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:114)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-24T13:18:50.382Z ERROR 8 --- [nio-8080-exec-1] c.u.f.r.s.i.ExceptionHandlingInterceptor : HAPI-FHIR was unable to reset the output stream during exception handling. The root causes follows:
java.lang.IllegalStateException: Cannot call reset() after response has been committed
at org.apache.catalina.connector.ResponseFacade.checkCommitted(ResponseFacade.java:517)
at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:276)
at jakarta.servlet.ServletResponseWrapper.reset(ServletResponseWrapper.java:184)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.resetOutputStreamIfPossible(ExceptionHandlingInterceptor.java:149)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:114)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-24T13:18:50.382Z ERROR 8 --- [nio-8080-exec-2] c.u.f.r.s.i.ExceptionHandlingInterceptor : HAPI-FHIR was unable to reset the output stream during exception handling. The root causes follows:
java.lang.IllegalStateException: Cannot call reset() after response has been committed
at org.apache.catalina.connector.ResponseFacade.checkCommitted(ResponseFacade.java:517)
at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:276)
at jakarta.servlet.ServletResponseWrapper.reset(ServletResponseWrapper.java:184)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.resetOutputStreamIfPossible(ExceptionHandlingInterceptor.java:149)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:114)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-24T13:18:50.383Z ERROR 8 --- [nio-8080-exec-1] ca.uhn.fhir.rest.server.RestfulServer : HAPI-2544: Exception handling threw an exception. Initial exception was: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-24T13:18:50.383Z ERROR 8 --- [nio-8080-exec-3] ca.uhn.fhir.rest.server.RestfulServer : HAPI-2544: Exception handling threw an exception. Initial exception was: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-24T13:18:50.383Z ERROR 8 --- [nio-8080-exec-2] ca.uhn.fhir.rest.server.RestfulServer : HAPI-2544: Exception handling threw an exception. Initial exception was: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-24T13:18:50.388Z ERROR 8 --- [nio-8080-exec-1] o.s.b.w.servlet.support.ErrorPageFilter : Cannot forward to error page for request [/fhir/metadata] as the response has already been committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.catalina.connector.Response.getWriter(Response.java:526)
at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:188)
at jakarta.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$ErrorWrapperResponse.getWriter(ErrorPageFilter.java:369)
at ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse.getResponseWriter(ServletRestfulResponse.java:90)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1029)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:121)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-24T13:18:50.388Z ERROR 8 --- [nio-8080-exec-3] o.s.b.w.servlet.support.ErrorPageFilter : Cannot forward to error page for request [/fhir/metadata] as the response has already been committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.catalina.connector.Response.getWriter(Response.java:526)
at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:188)
at jakarta.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$ErrorWrapperResponse.getWriter(ErrorPageFilter.java:369)
at ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse.getResponseWriter(ServletRestfulResponse.java:90)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1029)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:121)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-24T13:18:50.388Z ERROR 8 --- [nio-8080-exec-2] o.s.b.w.servlet.support.ErrorPageFilter : Cannot forward to error page for request [/fhir/metadata] as the response has already been committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.catalina.connector.Response.getWriter(Response.java:526)
at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:188)
at jakarta.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$ErrorWrapperResponse.getWriter(ErrorPageFilter.java:369)
at ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse.getResponseWriter(ServletRestfulResponse.java:90)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1029)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:121)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-24T13:19:51.252Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.377Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-get-resource-counts] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-get-resource-counts] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.384Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-mark-all-resources-for-reindexing] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-mark-all-resources-for-reindexing] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.384Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Multi-its-meta] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Multi-its-meta] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.384Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-reindex] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-reindex] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.384Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Global-is-diff] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Global-is-diff] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.384Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-perform-reindexing-pass] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-perform-reindexing-pass] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.410Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-reindex-terminology] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-reindex-terminology] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.411Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Global-s-hapi.fhir.replace-references] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Global-s-hapi.fhir.replace-references] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:19:51.420Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Multi-its-expunge] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Multi-its-expunge] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-24T13:26:07.343Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-24T13:26:07.348Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-24T13:26:09.420Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-24T13:26:09.760Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 326 ms. Found 52 JPA repository interfaces.
2025-04-24T13:26:12.700Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-24T13:26:12.895Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5499 ms
2025-04-24T13:26:13.116Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-24T13:26:13.129Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:26:13.204Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-24T13:26:13.205Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-24T13:26:13.205Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-24T13:26:13.205Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-24T13:26:13.206Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-24T13:26:13.206Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-24T13:26:13.206Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-24T13:26:13.206Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-24T13:26:13.206Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-24T13:26:13.207Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-24T13:26:13.207Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-24T13:26:13.207Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-24T13:26:13.207Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-24T13:26:13.207Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-24T13:26:13.257Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-24T13:26:13.257Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-24T13:26:13.258Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-24T13:26:13.420Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-24T13:26:13.564Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-24T13:26:13.591Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-24T13:26:13.659Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-24T13:26:13.869Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-24T13:26:14.325Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-24T13:26:14.391Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-24T13:26:15.265Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-24T13:26:15.267Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-24T13:26:15.341Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-24T13:26:16.506Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-24T13:26:16.664Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-24T13:26:20.409Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-24T13:26:22.690Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-24T13:26:24.347Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-24T13:26:24.385Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-24T13:26:25.876Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-24T13:26:26.032Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-24T13:26:26.319Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-24T13:26:27.549Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-24T13:26:31.740Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-24T13:26:31.813Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:26:31.839Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:26:31.840Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:26:31.841Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:26:31.842Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:26:31.843Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:26:31.843Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:26:31.843Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@33b47c67
2025-04-24T13:26:31.843Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:26:31.844Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-24T13:26:31.845Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:26:31.850Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:26:31.850Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:26:31.850Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:26:31.850Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:26:31.850Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-24T13:26:31.850Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:26:31.850Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@33b47c67
2025-04-24T13:26:31.850Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-24T13:26:32.559Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405
2025-04-24T13:26:32.560Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405 succeeded in 1ms
2025-04-24T13:26:32.569Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405
2025-04-24T13:26:32.570Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405 succeeded in 1ms
2025-04-24T13:26:32.576Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405
2025-04-24T13:26:32.577Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405 succeeded in 1ms
2025-04-24T13:26:32.577Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405
2025-04-24T13:26:32.578Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405 succeeded in 1ms
2025-04-24T13:26:32.579Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405
2025-04-24T13:26:32.580Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405 succeeded in 1ms
2025-04-24T13:26:32.581Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405
2025-04-24T13:26:32.582Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@59395405 succeeded in 1ms
2025-04-24T13:26:32.688Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:26:33.036Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-24T13:26:33.039Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-24T13:26:33.081Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-24T13:26:38.813Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T13:26:40.127Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-24T13:26:40.823Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-24T13:26:41.645Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-24T13:26:41.661Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-24T13:26:41.661Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-24T13:26:41.662Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-24T13:26:41.662Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-24T13:26:41.662Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-24T13:26:41.662Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-24T13:26:41.662Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@54451881
2025-04-24T13:26:41.705Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-24T13:26:41.955Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-24T13:26:41.955Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-24T13:26:41.960Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-24T13:26:41.961Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-24T13:26:41.962Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-24T13:26:41.962Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-24T13:26:41.962Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-24T13:26:41.962Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-24T13:26:41.962Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-24T13:26:41.962Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-24T13:26:41.962Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-24T13:26:41.964Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-24T13:26:42.950Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-24T13:26:43.026Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-24T13:26:43.028Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-24T13:26:43.035Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-24T13:26:43.037Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-24T13:26:43.038Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-24T13:26:43.040Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-24T13:26:43.041Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-24T13:26:43.043Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-24T13:26:43.044Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-24T13:26:43.045Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-24T13:26:43.046Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-24T13:26:43.047Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-24T13:26:43.048Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-24T13:26:43.049Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-24T13:26:43.050Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-24T13:26:43.050Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-24T13:26:43.050Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-24T13:26:43.050Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-24T13:26:43.050Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:26:43.050Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-24T13:26:43.050Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-24T13:26:43.051Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-24T13:26:43.053Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 36.676 seconds (process running for 49.619)
2025-04-24T13:26:43.084Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T13:26:43.189Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-24T13:26:43.190Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-24T13:26:43.840Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-24T13:26:43.848Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-24T13:26:43.849Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@2bd94648 was removed
2025-04-24T13:26:43.850Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@4cc250cf was removed
2025-04-24T13:26:43.886Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-24T13:27:14.174Z INFO 8 --- [nio-8080-exec-1] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3230ce9d
2025-04-24T13:27:14.679Z INFO 8 --- [nio-8080-exec-1] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3230ce9d succeeded in 505ms
2025-04-24T13:27:16.075Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.196Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-reindex] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-reindex] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.196Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Global-is-diff] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Global-is-diff] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.200Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-perform-reindexing-pass] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-perform-reindexing-pass] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.210Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Multi-its-meta] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Multi-its-meta] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.211Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-mark-all-resources-for-reindexing] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-mark-all-resources-for-reindexing] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.257Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-get-resource-counts] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-get-resource-counts] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.264Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-reindex-terminology] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-reindex-terminology] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.269Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Global-s-hapi.fhir.replace-references] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Global-s-hapi.fhir.replace-references] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:27:16.280Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Multi-its-expunge] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Multi-its-expunge] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:05.055Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[transaction ] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[transaction ] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.699Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/johnson-joyce] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/johnson-joyce] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.720Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/johnson-joyce/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/johnson-joyce/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.730Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/mackay-elliott] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/mackay-elliott] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.743Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/mackay-elliott/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/mackay-elliott/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.755Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/dietrich-phillipa-grace] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/dietrich-phillipa-grace] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.771Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/dietrich-phillipa-grace/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/dietrich-phillipa-grace/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.782Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/craig-kenneth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/craig-kenneth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.797Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/craig-kenneth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/craig-kenneth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.807Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/grigg-hung] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/grigg-hung] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.817Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/grigg-hung/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/grigg-hung/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.824Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/samuels-wyatt] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/samuels-wyatt] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.837Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/samuels-wyatt/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/samuels-wyatt/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.846Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/mackay-heather] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/mackay-heather] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.863Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/mackay-heather/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/mackay-heather/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.871Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/reaptan-tpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/reaptan-tpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.880Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/reaptan-tpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/reaptan-tpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.886Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/stevens-chelsea] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/stevens-chelsea] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.900Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/stevens-chelsea/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/stevens-chelsea/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.909Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia-suppressed-identifier] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia-suppressed-identifier] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.920Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia-suppressed-identifier/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia-suppressed-identifier/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.929Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/goldsmith-melody] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/goldsmith-melody] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.936Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/goldsmith-melody/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/goldsmith-melody/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.946Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/briggs-cheyenne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/briggs-cheyenne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.957Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/briggs-cheyenne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/briggs-cheyenne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.966Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/fletcher-dani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/fletcher-dani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.980Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/fletcher-dani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/fletcher-dani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.988Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/street-dorian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/street-dorian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:15.998Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/street-dorian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/street-dorian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.007Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/taylor-kittie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/taylor-kittie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.021Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/taylor-kittie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/taylor-kittie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.030Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/trentham-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/trentham-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.041Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/trentham-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/trentham-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.053Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/leeds-roger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/leeds-roger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.066Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/leeds-roger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/leeds-roger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.072Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/calwell-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/calwell-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.085Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/calwell-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/calwell-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.094Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/osmond-deadra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/osmond-deadra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.108Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/osmond-deadra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/osmond-deadra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.116Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/piesseville-gastroenterology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/piesseville-gastroenterology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.125Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/piesseville-gastroenterology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/piesseville-gastroenterology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.136Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/irvine-josephine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/irvine-josephine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.149Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/irvine-josephine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/irvine-josephine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.159Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/bucketty-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/bucketty-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.169Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/bucketty-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/bucketty-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.175Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lamerton-buck] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lamerton-buck] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.185Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lamerton-buck/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lamerton-buck/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.192Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/martin-shawn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/martin-shawn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.202Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/martin-shawn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/martin-shawn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.211Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/barney-view-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/barney-view-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.221Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/barney-view-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/barney-view-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.229Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/reaptan-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/reaptan-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.238Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/reaptan-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/reaptan-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.246Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/foreman-caterina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/foreman-caterina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.261Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/foreman-caterina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/foreman-caterina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.268Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/cooke-arthur] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/cooke-arthur] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.279Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/cooke-arthur/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/cooke-arthur/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.287Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mclean-lizzette] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mclean-lizzette] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.297Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mclean-lizzette/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mclean-lizzette/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.307Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/armstrong-amada] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/armstrong-amada] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.319Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/armstrong-amada/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/armstrong-amada/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.328Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/verona-sands-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/verona-sands-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.339Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/verona-sands-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/verona-sands-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.349Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/losch-sallie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/losch-sallie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.363Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/losch-sallie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/losch-sallie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.372Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/darcy-stella] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/darcy-stella] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.385Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/darcy-stella/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/darcy-stella/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.393Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/veitch-nathan-chris] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/veitch-nathan-chris] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.404Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/veitch-nathan-chris/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/veitch-nathan-chris/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.412Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/markell-luke] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/markell-luke] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.423Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/markell-luke/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/markell-luke/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.430Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/rowlands-alvera] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/rowlands-alvera] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.442Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/rowlands-alvera/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/rowlands-alvera/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.451Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/morton-eric] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/morton-eric] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.463Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/morton-eric/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/morton-eric/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.471Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/perindopril-amlodipine-mpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/perindopril-amlodipine-mpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.480Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/perindopril-amlodipine-mpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/perindopril-amlodipine-mpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.486Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/campbell-ambrose] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/campbell-ambrose] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.498Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/campbell-ambrose/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/campbell-ambrose/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.506Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mitchell-frankie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mitchell-frankie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.520Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mitchell-frankie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mitchell-frankie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.529Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/ewing-ferdinand] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/ewing-ferdinand] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.542Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/ewing-ferdinand/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/ewing-ferdinand/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.550Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/pine-creek-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/pine-creek-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.563Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/pine-creek-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/pine-creek-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.571Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/coulter-oliver] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/coulter-oliver] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.586Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/coulter-oliver/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/coulter-oliver/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.594Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/cullen-bay-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/cullen-bay-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.605Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/cullen-bay-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/cullen-bay-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.613Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/robson-adam] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/robson-adam] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.625Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/robson-adam/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/robson-adam/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.632Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/quinninup-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/quinninup-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.644Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/quinninup-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/quinninup-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.655Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/murphy-virginia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/murphy-virginia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.672Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/murphy-virginia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/murphy-virginia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.682Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia-missing-identifier] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia-missing-identifier] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.696Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia-missing-identifier/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia-missing-identifier/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.703Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/jenkins-elisabeth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/jenkins-elisabeth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.712Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/jenkins-elisabeth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/jenkins-elisabeth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.719Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mcmahon-yasuko] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mcmahon-yasuko] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.730Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mcmahon-yasuko/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mcmahon-yasuko/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.740Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gartshore-evelyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gartshore-evelyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.752Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gartshore-evelyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gartshore-evelyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.761Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/harvey-brooke] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/harvey-brooke] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.771Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/harvey-brooke/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/harvey-brooke/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.778Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/hulme-brant] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/hulme-brant] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.792Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/hulme-brant/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/hulme-brant/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.802Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/heaney-brock] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/heaney-brock] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.815Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/heaney-brock/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/heaney-brock/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.822Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/frost-rhett-kent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/frost-rhett-kent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.832Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/frost-rhett-kent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/frost-rhett-kent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.839Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/patten-annie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/patten-annie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.851Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/patten-annie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/patten-annie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.858Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/canton-beach-physiotherapy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/canton-beach-physiotherapy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.870Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/canton-beach-physiotherapy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/canton-beach-physiotherapy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.880Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/east-point-renal-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/east-point-renal-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.892Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/east-point-renal-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/east-point-renal-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.900Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/leeds-luigi] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/leeds-luigi] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.913Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/leeds-luigi/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/leeds-luigi/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.920Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/joyces-creek-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/joyces-creek-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.931Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/joyces-creek-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/joyces-creek-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.938Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia-missing-gender] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia-missing-gender] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.950Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia-missing-gender/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia-missing-gender/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.958Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/ridgewell-troy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/ridgewell-troy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.971Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/ridgewell-troy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/ridgewell-troy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.979Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/guthrie-daine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/guthrie-daine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:16.992Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/guthrie-daine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/guthrie-daine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.000Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/morgantown-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/morgantown-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.015Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/morgantown-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/morgantown-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.025Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/cooriemungle-cardiology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/cooriemungle-cardiology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.037Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/cooriemungle-cardiology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/cooriemungle-cardiology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.047Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/dust-logical-refs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/dust-logical-refs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.060Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/dust-logical-refs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/dust-logical-refs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.076Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/glennie-heights-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/glennie-heights-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.086Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/glennie-heights-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/glennie-heights-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.094Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/higher-macdonald-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/higher-macdonald-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.103Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/higher-macdonald-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/higher-macdonald-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.112Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lumb-lovie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lumb-lovie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.122Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lumb-lovie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lumb-lovie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.130Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/oxley-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/oxley-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.139Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/oxley-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/oxley-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.148Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/felmingham-emma] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/felmingham-emma] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.162Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/felmingham-emma/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/felmingham-emma/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.171Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/annie-river-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/annie-river-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.181Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/annie-river-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/annie-river-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.190Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/cane-elden] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/cane-elden] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.201Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/cane-elden/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/cane-elden/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.210Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/cane-cheyenne-elaina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/cane-cheyenne-elaina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.225Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/cane-cheyenne-elaina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/cane-cheyenne-elaina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.233Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/munro-rose] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/munro-rose] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.244Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/munro-rose/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/munro-rose/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.252Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/short-miranda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/short-miranda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.266Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/short-miranda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/short-miranda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.275Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/parker-elijah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/parker-elijah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.285Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/parker-elijah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/parker-elijah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.295Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia-suppressed-name] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia-suppressed-name] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.303Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia-suppressed-name/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia-suppressed-name/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.314Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hollands-beryl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hollands-beryl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.329Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hollands-beryl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hollands-beryl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.338Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/power-linda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/power-linda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.353Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/power-linda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/power-linda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.362Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/boulton-annika] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/boulton-annika] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.378Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/boulton-annika/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/boulton-annika/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.386Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/missing-name] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/missing-name] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.397Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/missing-name/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/missing-name/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.407Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lazzarini-frank] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lazzarini-frank] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.416Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lazzarini-frank/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lazzarini-frank/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.424Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/parkinson-ethel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/parkinson-ethel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.438Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/parkinson-ethel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/parkinson-ethel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.446Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/bradley-jill] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/bradley-jill] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.457Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/bradley-jill/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/bradley-jill/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.467Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/simons-reggie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/simons-reggie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.480Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/simons-reggie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/simons-reggie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.486Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/blumont-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/blumont-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.500Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/blumont-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/blumont-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.507Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/marchant-ricki] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/marchant-ricki] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.522Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/marchant-ricki/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/marchant-ricki/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.531Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/coulter-rosalina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/coulter-rosalina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.544Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/coulter-rosalina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/coulter-rosalina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.552Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/berat-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/berat-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.564Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/berat-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/berat-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.571Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/edwardstown-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/edwardstown-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.581Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/edwardstown-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/edwardstown-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.591Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/bridgewater-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/bridgewater-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.601Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/bridgewater-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/bridgewater-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.609Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/bayview-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/bayview-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.617Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/bayview-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/bayview-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.628Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/steele-clyde] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/steele-clyde] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.641Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/steele-clyde/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/steele-clyde/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.652Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/jenkins-miranda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/jenkins-miranda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.667Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/jenkins-miranda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/jenkins-miranda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.677Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/veitch-miles-dudley] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/veitch-miles-dudley] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.690Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/veitch-miles-dudley/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/veitch-miles-dudley/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.699Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/irvine-ronny-lawrence] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/irvine-ronny-lawrence] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.715Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/irvine-ronny-lawrence/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/irvine-ronny-lawrence/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.722Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/little-rose-gretal] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/little-rose-gretal] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.737Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/little-rose-gretal/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/little-rose-gretal/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.746Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/launceston-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/launceston-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.756Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/launceston-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/launceston-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.763Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/moylan-brock] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/moylan-brock] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.779Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/moylan-brock/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/moylan-brock/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.791Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/bates-rory] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/bates-rory] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.806Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/bates-rory/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/bates-rory/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.816Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gates-glenda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gates-glenda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.828Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gates-glenda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gates-glenda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.836Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/delaney-ned] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/delaney-ned] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.852Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/delaney-ned/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/delaney-ned/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.862Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hickman-sally] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hickman-sally] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.873Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hickman-sally/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hickman-sally/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.883Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/todd-tanya-estelle] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/todd-tanya-estelle] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.899Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/todd-tanya-estelle/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/todd-tanya-estelle/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.909Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/cracow-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/cracow-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.920Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/cracow-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/cracow-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.927Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/potts-felix-ernie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/potts-felix-ernie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.937Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/potts-felix-ernie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/potts-felix-ernie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.946Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/odonnell-xuan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/odonnell-xuan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.958Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/odonnell-xuan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/odonnell-xuan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.967Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/eltham-north-optical] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/eltham-north-optical] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.979Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/eltham-north-optical/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/eltham-north-optical/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.987Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/shearer-joesfine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/shearer-joesfine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:17.999Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/shearer-joesfine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/shearer-joesfine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.008Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/ngunnawal-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/ngunnawal-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.017Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/ngunnawal-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/ngunnawal-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.024Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/cummings-angelo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/cummings-angelo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.036Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/cummings-angelo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/cummings-angelo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.047Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/fischer-ahmed] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/fischer-ahmed] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.061Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/fischer-ahmed/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/fischer-ahmed/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.067Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/metformin-mp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/metformin-mp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.077Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/metformin-mp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/metformin-mp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.087Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/cohen-jamel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/cohen-jamel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.098Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/cohen-jamel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/cohen-jamel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.109Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/murrabit-public-hopsital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/murrabit-public-hopsital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.122Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/murrabit-public-hopsital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/murrabit-public-hopsital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.130Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/1active-ingredient] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/1active-ingredient] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.142Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/1active-ingredient/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/1active-ingredient/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.152Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/moran-vincent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/moran-vincent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.164Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/moran-vincent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/moran-vincent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.172Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/marchant-ivy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/marchant-ivy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.182Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/marchant-ivy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/marchant-ivy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.190Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/dietrich-kimbra-althea] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/dietrich-kimbra-althea] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.204Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/dietrich-kimbra-althea/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/dietrich-kimbra-althea/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.213Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/rosetta-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/rosetta-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.227Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/rosetta-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/rosetta-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.235Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/downie-grant] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/downie-grant] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.251Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/downie-grant/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/downie-grant/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.262Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/southport-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/southport-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.273Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/southport-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/southport-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.283Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/rowland-josh] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/rowland-josh] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.299Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/rowland-josh/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/rowland-josh/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.307Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/missing-name] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/missing-name] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.316Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/missing-name/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/missing-name/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.324Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/koolanooka-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/koolanooka-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.337Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/koolanooka-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/koolanooka-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.344Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/annandale-dental] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/annandale-dental] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.358Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/annandale-dental/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/annandale-dental/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.367Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/baldwin-dinah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/baldwin-dinah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.379Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/baldwin-dinah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/baldwin-dinah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.389Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/hoskins-sergio-lionel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/hoskins-sergio-lionel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.403Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/hoskins-sergio-lionel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/hoskins-sergio-lionel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.411Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/baby-banks-john] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/baby-banks-john] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.420Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/baby-banks-john/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/baby-banks-john/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.428Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/loch-lomond-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/loch-lomond-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.442Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/loch-lomond-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/loch-lomond-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.450Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/wallendbeen-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/wallendbeen-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.460Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/wallendbeen-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/wallendbeen-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.469Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/ford-dean] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/ford-dean] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.481Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/ford-dean/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/ford-dean/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.488Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/potter-lamar] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/potter-lamar] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.499Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/potter-lamar/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/potter-lamar/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.508Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gordon-tad] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gordon-tad] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.520Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gordon-tad/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gordon-tad/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.530Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mcnaughton-chante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mcnaughton-chante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.543Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mcnaughton-chante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mcnaughton-chante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.551Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/scott-elijah-ken] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/scott-elijah-ken] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.563Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/scott-elijah-ken/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/scott-elijah-ken/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.571Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/pullabooka-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/pullabooka-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.583Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/pullabooka-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/pullabooka-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.593Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/miller-kittie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/miller-kittie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.602Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/miller-kittie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/miller-kittie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.614Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/swanborough-erick] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/swanborough-erick] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.628Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/swanborough-erick/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/swanborough-erick/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.635Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/britton-brian-edwin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/britton-brian-edwin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.652Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/britton-brian-edwin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/britton-brian-edwin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.660Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/haywood-byron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/haywood-byron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.677Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/haywood-byron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/haywood-byron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.686Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/ellison-malinda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/ellison-malinda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.697Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/ellison-malinda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/ellison-malinda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.705Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/inveraity-polly] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/inveraity-polly] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.719Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/inveraity-polly/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/inveraity-polly/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.728Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/fowler-christy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/fowler-christy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.738Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/fowler-christy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/fowler-christy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.748Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mclennan-miguel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mclennan-miguel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.762Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mclennan-miguel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mclennan-miguel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.769Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/adv-hearing-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/adv-hearing-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.779Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/adv-hearing-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/adv-hearing-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.787Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/beswick-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/beswick-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.800Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/beswick-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/beswick-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.810Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/ballantyne-flavia-indira] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/ballantyne-flavia-indira] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.826Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/ballantyne-flavia-indira/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/ballantyne-flavia-indira/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.835Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/moss-jaime] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/moss-jaime] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.849Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/moss-jaime/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/moss-jaime/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.861Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/woodcroft-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/woodcroft-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.870Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/woodcroft-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/woodcroft-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.879Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/veitch-savannah-sheena] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/veitch-savannah-sheena] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.894Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/veitch-savannah-sheena/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/veitch-savannah-sheena/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.903Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/ross-moses] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/ross-moses] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.913Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/ross-moses/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/ross-moses/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.923Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/ballantyne-terry-bob] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/ballantyne-terry-bob] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.936Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/ballantyne-terry-bob/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/ballantyne-terry-bob/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.945Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gilkinson-tyron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gilkinson-tyron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.958Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gilkinson-tyron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gilkinson-tyron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.966Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/clare-evonne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/clare-evonne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.978Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/clare-evonne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/clare-evonne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:18.988Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/shea-ingrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/shea-ingrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.000Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/shea-ingrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/shea-ingrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.010Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/fleming-helga] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/fleming-helga] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.027Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/fleming-helga/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/fleming-helga/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.035Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/thompson-karly] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/thompson-karly] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.048Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/thompson-karly/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/thompson-karly/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.055Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/donaldson-stephanie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/donaldson-stephanie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.066Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/donaldson-stephanie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/donaldson-stephanie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.073Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hill-maryln] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hill-maryln] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.084Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hill-maryln/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hill-maryln/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.092Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/coulter-francine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/coulter-francine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.103Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/coulter-francine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/coulter-francine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.111Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/coulter-lani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/coulter-lani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.121Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/coulter-lani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/coulter-lani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.129Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gidley-stan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gidley-stan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.139Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gidley-stan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gidley-stan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.149Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/sandilands-young] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/sandilands-young] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.161Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/sandilands-young/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/sandilands-young/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.168Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/leishman-leesa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/leishman-leesa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.181Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/leishman-leesa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/leishman-leesa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.189Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/packham-delores] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/packham-delores] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.200Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/packham-delores/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/packham-delores/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.209Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/burrows-ginger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/burrows-ginger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.220Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/burrows-ginger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/burrows-ginger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.229Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/clarke-malcolm] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/clarke-malcolm] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.239Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/clarke-malcolm/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/clarke-malcolm/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.246Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/turnbull-daniel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/turnbull-daniel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.258Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/turnbull-daniel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/turnbull-daniel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.267Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mclaughlin-kimberlee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mclaughlin-kimberlee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.276Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mclaughlin-kimberlee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mclaughlin-kimberlee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.284Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/guthrie-aaron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/guthrie-aaron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.298Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/guthrie-aaron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/guthrie-aaron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.309Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/perry-rebekah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/perry-rebekah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.318Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/perry-rebekah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/perry-rebekah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.326Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/macnab-adam] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/macnab-adam] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.335Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/macnab-adam/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/macnab-adam/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.343Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gilmore-ann] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gilmore-ann] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.356Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gilmore-ann/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gilmore-ann/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.364Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/coughlin-tonda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/coughlin-tonda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.378Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/coughlin-tonda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/coughlin-tonda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.386Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/east-mackay-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/east-mackay-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.400Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/east-mackay-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/east-mackay-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.406Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/sheehan-ginger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/sheehan-ginger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.421Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/sheehan-ginger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/sheehan-ginger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.430Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/metformin-mpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/metformin-mpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.441Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/metformin-mpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/metformin-mpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.451Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/pine-view-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/pine-view-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.461Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/pine-view-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/pine-view-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.469Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mcguire-jesse] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mcguire-jesse] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.480Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mcguire-jesse/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mcguire-jesse/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.488Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/bryan-linsey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/bryan-linsey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.500Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/bryan-linsey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/bryan-linsey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.507Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/callow-veronica-connie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/callow-veronica-connie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.519Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/callow-veronica-connie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/callow-veronica-connie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.529Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/wannon-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/wannon-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.538Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/wannon-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/wannon-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.549Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/turnbull-suk] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/turnbull-suk] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.560Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/turnbull-suk/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/turnbull-suk/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.567Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/carrington-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/carrington-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.579Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/carrington-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/carrington-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.587Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/cook-natalie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/cook-natalie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.602Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/cook-natalie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/cook-natalie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.609Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/burrows-tegan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/burrows-tegan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.620Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/burrows-tegan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/burrows-tegan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.629Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/ludmilla-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/ludmilla-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.641Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/ludmilla-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/ludmilla-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.648Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/beale-collette] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/beale-collette] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.658Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/beale-collette/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/beale-collette/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.664Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/bassett-imogene-betsy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/bassett-imogene-betsy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.677Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/bassett-imogene-betsy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/bassett-imogene-betsy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.688Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/thomson-mika] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/thomson-mika] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.704Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/thomson-mika/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/thomson-mika/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.712Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/macnab-gregory] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/macnab-gregory] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.721Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/macnab-gregory/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/macnab-gregory/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.730Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/milgate-leisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/milgate-leisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.739Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/milgate-leisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/milgate-leisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.747Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/bishop-horace] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/bishop-horace] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.758Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/bishop-horace/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/bishop-horace/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.766Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/howell-natalia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/howell-natalia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.778Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/howell-natalia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/howell-natalia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.784Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/hampton-jenice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/hampton-jenice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.798Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/hampton-jenice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/hampton-jenice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.805Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/2active-ingredients] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/2active-ingredients] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.816Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/2active-ingredients/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/2active-ingredients/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.823Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/frenchs-forest-east-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/frenchs-forest-east-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.833Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/frenchs-forest-east-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/frenchs-forest-east-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.842Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/mckenzie-creek-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/mckenzie-creek-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.851Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/mckenzie-creek-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/mckenzie-creek-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.861Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/guthridge-jarred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/guthridge-jarred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.870Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/guthridge-jarred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/guthridge-jarred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.878Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/sutherland-sallie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/sutherland-sallie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.887Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/sutherland-sallie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/sutherland-sallie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.894Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mackee-sara] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mackee-sara] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.905Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mackee-sara/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mackee-sara/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.916Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/belger-remedios] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/belger-remedios] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.927Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/belger-remedios/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/belger-remedios/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.936Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/felmingham-marian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/felmingham-marian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.948Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/felmingham-marian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/felmingham-marian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.955Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hilton-jaclyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hilton-jaclyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.969Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hilton-jaclyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hilton-jaclyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.979Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/henderson-nelson] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/henderson-nelson] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:19.996Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/henderson-nelson/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/henderson-nelson/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.002Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/darcy-alexandra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/darcy-alexandra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.014Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/darcy-alexandra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/darcy-alexandra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.022Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/pratley-philomena] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/pratley-philomena] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.033Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/pratley-philomena/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/pratley-philomena/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.043Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/tarampa-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/tarampa-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.053Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/tarampa-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/tarampa-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.062Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/handley-megan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/handley-megan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.070Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/handley-megan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/handley-megan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.078Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/roberts-benjamin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/roberts-benjamin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.086Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/roberts-benjamin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/roberts-benjamin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.096Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/keaton-jayme] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/keaton-jayme] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.110Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/keaton-jayme/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/keaton-jayme/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.118Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia-missing-name] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia-missing-name] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.128Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia-missing-name/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia-missing-name/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.136Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/thorn-tonya] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/thorn-tonya] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.146Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/thorn-tonya/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/thorn-tonya/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.154Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia-missing-birthDate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia-missing-birthDate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.164Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia-missing-birthDate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia-missing-birthDate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.172Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/brooksby-susanna] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/brooksby-susanna] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.184Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/brooksby-susanna/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/brooksby-susanna/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.193Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/emmett-wilhelmina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/emmett-wilhelmina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.204Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/emmett-wilhelmina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/emmett-wilhelmina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.211Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mccormack-annamaria] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mccormack-annamaria] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.224Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mccormack-annamaria/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mccormack-annamaria/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.234Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/nairn-ricky] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/nairn-ricky] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.244Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/nairn-ricky/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/nairn-ricky/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.250Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/berry-shay] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/berry-shay] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.263Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/berry-shay/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/berry-shay/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.272Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/bowden-paula] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/bowden-paula] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.285Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/bowden-paula/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/bowden-paula/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.294Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/barrett-carey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/barrett-carey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.305Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/barrett-carey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/barrett-carey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.317Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/simpson-tristan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/simpson-tristan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.330Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/simpson-tristan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/simpson-tristan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.337Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/seymour-sol] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/seymour-sol] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.348Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/seymour-sol/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/seymour-sol/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.355Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mortenson-kerry] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mortenson-kerry] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.370Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mortenson-kerry/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mortenson-kerry/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.378Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/dubbo-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/dubbo-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.389Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/dubbo-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/dubbo-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.397Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lumb-mary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lumb-mary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.407Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lumb-mary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lumb-mary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.415Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gillies-han] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gillies-han] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.427Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gillies-han/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gillies-han/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.434Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/appin-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/appin-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.444Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/appin-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/appin-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.451Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/kendall-dallas] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/kendall-dallas] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.463Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/kendall-dallas/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/kendall-dallas/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.471Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia-suppressed-gender] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia-suppressed-gender] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.483Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia-suppressed-gender/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia-suppressed-gender/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.493Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/sinclair-forrest] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/sinclair-forrest] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.508Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/sinclair-forrest/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/sinclair-forrest/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.519Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/banks-jonas-cary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/banks-jonas-cary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.535Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/banks-jonas-cary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/banks-jonas-cary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.542Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/nielsen-eleanore] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/nielsen-eleanore] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.557Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/nielsen-eleanore/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/nielsen-eleanore/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.565Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/baratz-toni] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/baratz-toni] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.577Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/baratz-toni/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/baratz-toni/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.586Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/egan-shae] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/egan-shae] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.596Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/egan-shae/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/egan-shae/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.603Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/stapleton-carole] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/stapleton-carole] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.613Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/stapleton-carole/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/stapleton-carole/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.620Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/pickford-lisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/pickford-lisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.630Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/pickford-lisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/pickford-lisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.637Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gilmour-damon] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gilmour-damon] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.654Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gilmour-damon/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gilmour-damon/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.661Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/ballantyne-kelvin-hans] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/ballantyne-kelvin-hans] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.672Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/ballantyne-kelvin-hans/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/ballantyne-kelvin-hans/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.680Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gorton-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gorton-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.692Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gorton-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gorton-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.700Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/-chi] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/-chi] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.711Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/-chi/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/-chi/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.721Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mackay-darleen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mackay-darleen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.733Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mackay-darleen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mackay-darleen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.742Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/elliott-eulah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/elliott-eulah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.754Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/elliott-eulah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/elliott-eulah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.764Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/covid-admin-1-logical-refs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/covid-admin-1-logical-refs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.777Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/covid-admin-1-logical-refs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/covid-admin-1-logical-refs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.784Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/hoskins-marisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/hoskins-marisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.798Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/hoskins-marisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/hoskins-marisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.805Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/doyle-hana] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/doyle-hana] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.821Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/doyle-hana/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/doyle-hana/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.831Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/bunbury-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/bunbury-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.842Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/bunbury-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/bunbury-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.849Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/bradley-lucrecia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/bradley-lucrecia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.860Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/bradley-lucrecia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/bradley-lucrecia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.874Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.887Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.895Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/dietrich-diedre-alicia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/dietrich-diedre-alicia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.905Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/dietrich-diedre-alicia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/dietrich-diedre-alicia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.913Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/quinn-aisha] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/quinn-aisha] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.927Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/quinn-aisha/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/quinn-aisha/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.935Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/spiers-erich] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/spiers-erich] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.949Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/spiers-erich/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/spiers-erich/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.957Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/yunta-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/yunta-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.971Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/yunta-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/yunta-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.982Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/ellison-shawn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/ellison-shawn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:20.997Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/ellison-shawn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/ellison-shawn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.005Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/lilydale-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/lilydale-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.015Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/lilydale-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/lilydale-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.023Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/berry-millicent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/berry-millicent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.033Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/berry-millicent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/berry-millicent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.042Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/davis-juan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/davis-juan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.054Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/davis-juan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/davis-juan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.061Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/mcbeath-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/mcbeath-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.070Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/mcbeath-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/mcbeath-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.078Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hamel-denice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hamel-denice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.088Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hamel-denice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hamel-denice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.096Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mackenzie-cinda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mackenzie-cinda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.109Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mackenzie-cinda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mackenzie-cinda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.116Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/karkoo-chiropractic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/karkoo-chiropractic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.128Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/karkoo-chiropractic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/karkoo-chiropractic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.137Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/back-valley-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/back-valley-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.150Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/back-valley-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/back-valley-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.157Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/ralph-rudolf] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/ralph-rudolf] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.168Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/ralph-rudolf/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/ralph-rudolf/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.177Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/peterson-megan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/peterson-megan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.186Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/peterson-megan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/peterson-megan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.194Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/frankel-mary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/frankel-mary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.205Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/frankel-mary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/frankel-mary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.213Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/springett-angelo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/springett-angelo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.221Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/springett-angelo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/springett-angelo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.228Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gidley-aubrey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gidley-aubrey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.238Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gidley-aubrey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gidley-aubrey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.245Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/mount-glasgow-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/mount-glasgow-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.258Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/mount-glasgow-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/mount-glasgow-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.266Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hyde-cortez] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hyde-cortez] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.276Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hyde-cortez/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hyde-cortez/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.286Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/banks-mia-leanne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/banks-mia-leanne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.305Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/banks-mia-leanne/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/banks-mia-leanne/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.313Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/pennington-donnie-kip] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/pennington-donnie-kip] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.323Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/pennington-donnie-kip/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/pennington-donnie-kip/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.332Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gidley-dee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gidley-dee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.343Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gidley-dee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gidley-dee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.349Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/balbarrup-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/balbarrup-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.359Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/balbarrup-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/balbarrup-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.366Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/gangat-endocrinology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/gangat-endocrinology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.375Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/gangat-endocrinology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/gangat-endocrinology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.382Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/douglas-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/douglas-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.394Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/douglas-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/douglas-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.402Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/pickford-aimee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/pickford-aimee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.412Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/pickford-aimee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/pickford-aimee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.420Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gaynor-phil] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gaynor-phil] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.429Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gaynor-phil/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gaynor-phil/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.436Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/pye-dusty] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/pye-dusty] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.445Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/pye-dusty/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/pye-dusty/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.453Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/veitch-beau-bradley] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/veitch-beau-bradley] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.465Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/veitch-beau-bradley/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/veitch-beau-bradley/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.471Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/houston-katrina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/houston-katrina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.482Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/houston-katrina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/houston-katrina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.490Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/cruickshank-bryce] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/cruickshank-bryce] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.500Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/cruickshank-bryce/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/cruickshank-bryce/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.508Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/khouri-stewart] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/khouri-stewart] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.522Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/khouri-stewart/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/khouri-stewart/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.530Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/ginninderra-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/ginninderra-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.544Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/ginninderra-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/ginninderra-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.551Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/rogers-lorilee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/rogers-lorilee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.561Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/rogers-lorilee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/rogers-lorilee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.570Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/ballantyne-sandy-choy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/ballantyne-sandy-choy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.585Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/ballantyne-sandy-choy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/ballantyne-sandy-choy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.592Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gifford-cassidy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gifford-cassidy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.602Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gifford-cassidy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gifford-cassidy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.611Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/fishermans-reach-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/fishermans-reach-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.625Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/fishermans-reach-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/fishermans-reach-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.632Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/burdett-palmer] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/burdett-palmer] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.642Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/burdett-palmer/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/burdett-palmer/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.649Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/black-kerry-dougal] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/black-kerry-dougal] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.663Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/black-kerry-dougal/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/black-kerry-dougal/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.670Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/beltana-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/beltana-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.679Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/beltana-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/beltana-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.687Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/dietrich-blake-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/dietrich-blake-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.700Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/dietrich-blake-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/dietrich-blake-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.709Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/browne-wilfred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/browne-wilfred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.717Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/browne-wilfred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/browne-wilfred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.724Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/humphries-jayson] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/humphries-jayson] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.740Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/humphries-jayson/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/humphries-jayson/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.746Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hickson-eldora] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hickson-eldora] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.757Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hickson-eldora/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hickson-eldora/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.766Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lavender-lavelle] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lavender-lavelle] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.776Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lavender-lavelle/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lavender-lavelle/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.785Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/patrick-fletcher] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/patrick-fletcher] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.795Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/patrick-fletcher/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/patrick-fletcher/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.803Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/fraser-abbie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/fraser-abbie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.814Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/fraser-abbie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/fraser-abbie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.821Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mccarthy-kate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mccarthy-kate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.831Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mccarthy-kate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mccarthy-kate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.839Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/lynch-alyce-shauna] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/lynch-alyce-shauna] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.855Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/lynch-alyce-shauna/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/lynch-alyce-shauna/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.862Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/chambers-greg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/chambers-greg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.872Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/chambers-greg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/chambers-greg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.880Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/corbett-clementine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/corbett-clementine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.888Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/corbett-clementine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/corbett-clementine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.895Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/harding-clyde] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/harding-clyde] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.904Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/harding-clyde/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/harding-clyde/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.912Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/baldry-terence-emile] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/baldry-terence-emile] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.925Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/baldry-terence-emile/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/baldry-terence-emile/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.933Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/elimbah-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/elimbah-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.941Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/elimbah-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/elimbah-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.949Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/banks-jeramy-ezra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/banks-jeramy-ezra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.960Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/banks-jeramy-ezra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/banks-jeramy-ezra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.967Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/patrick-manual] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/patrick-manual] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.977Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/patrick-manual/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/patrick-manual/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.983Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/italia-sofia-suppressed-birthDate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/italia-sofia-suppressed-birthDate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:21.997Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/italia-sofia-suppressed-birthDate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/italia-sofia-suppressed-birthDate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.004Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/bayview-heights-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/bayview-heights-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.015Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/bayview-heights-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/bayview-heights-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.023Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/manning-meg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/manning-meg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.035Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/manning-meg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/manning-meg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.042Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/rowland-roger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/rowland-roger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.051Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/rowland-roger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/rowland-roger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.058Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gilmore-dane] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gilmore-dane] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.070Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gilmore-dane/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gilmore-dane/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.078Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/pratley-maynard] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/pratley-maynard] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.091Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/pratley-maynard/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/pratley-maynard/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.100Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lees-noreen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lees-noreen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.112Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lees-noreen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lees-noreen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.119Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gore-jess] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gore-jess] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.128Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gore-jess/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gore-jess/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.137Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/morris-charlotte] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/morris-charlotte] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.148Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/morris-charlotte/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/morris-charlotte/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.156Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/kelly-virginia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/kelly-virginia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.166Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/kelly-virginia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/kelly-virginia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.172Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/dunkley-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/dunkley-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.184Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/dunkley-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/dunkley-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.193Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/simvastatin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/simvastatin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.204Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/simvastatin/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/simvastatin/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.212Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/kensington-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/kensington-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.223Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/kensington-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/kensington-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.235Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mccarthy-heide] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mccarthy-heide] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.248Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mccarthy-heide/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mccarthy-heide/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.265Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/healy-damian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/healy-damian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.278Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/healy-damian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/healy-damian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.285Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/roche-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/roche-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.299Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/roche-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/roche-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.307Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/jolley-beulah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/jolley-beulah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.318Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/jolley-beulah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/jolley-beulah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.328Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/leasingham-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/leasingham-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.338Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/leasingham-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/leasingham-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.345Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/newling-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/newling-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.355Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/newling-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/newling-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.363Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/milnes-bridge-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/milnes-bridge-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.372Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/milnes-bridge-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/milnes-bridge-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.380Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/kununurra-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/kununurra-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.390Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/kununurra-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/kununurra-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.397Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/rowsley-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/rowsley-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.407Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/rowsley-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/rowsley-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.415Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/cape-jaffa-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/cape-jaffa-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.427Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/cape-jaffa-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/cape-jaffa-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.439Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/sheppard-mathew] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/sheppard-mathew] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.450Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/sheppard-mathew/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/sheppard-mathew/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.456Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lavender-astrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lavender-astrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.466Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lavender-astrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lavender-astrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.474Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/howe-deangelo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/howe-deangelo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.490Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/howe-deangelo/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/howe-deangelo/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.498Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/becker-valentina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/becker-valentina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.506Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/becker-valentina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/becker-valentina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.515Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gilchrist-daniel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gilchrist-daniel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.523Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gilchrist-daniel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gilchrist-daniel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.532Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/harding-diana] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/harding-diana] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.544Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/harding-diana/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/harding-diana/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.552Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/dixon-astrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/dixon-astrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.561Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/dixon-astrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/dixon-astrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.570Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/bennelong-anne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/bennelong-anne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.580Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/bennelong-anne/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/bennelong-anne/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.589Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/alderson-helene] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/alderson-helene] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.600Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/alderson-helene/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/alderson-helene/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.610Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/kioma-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/kioma-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.618Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/kioma-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/kioma-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.626Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/allen-yelena] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/allen-yelena] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.639Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/allen-yelena/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/allen-yelena/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.648Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/moffitt-heath-igor] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/moffitt-heath-igor] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.661Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/moffitt-heath-igor/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/moffitt-heath-igor/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.670Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/bungabbee-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/bungabbee-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.683Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/bungabbee-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/bungabbee-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.690Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/hayes-arianne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/hayes-arianne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.701Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/hayes-arianne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/hayes-arianne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.709Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/kippenduff-cardiologist] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/kippenduff-cardiologist] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.719Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/kippenduff-cardiologist/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/kippenduff-cardiologist/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.729Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Medication/metformin-tpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Medication/metformin-tpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.739Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Medication/metformin-tpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Medication/metformin-tpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.746Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/polglase-belen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/polglase-belen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.757Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/polglase-belen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/polglase-belen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.764Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/banks-jamila-angie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/banks-jamila-angie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.776Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/banks-jamila-angie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/banks-jamila-angie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.782Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/herbert-aimee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/herbert-aimee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.806Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/herbert-aimee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/herbert-aimee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.817Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/mcleod-clinton] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/mcleod-clinton] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.830Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/mcleod-clinton/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/mcleod-clinton/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.837Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/patient-home] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/patient-home] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.850Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/patient-home/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/patient-home/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.858Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/tennant-carlyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/tennant-carlyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.871Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/tennant-carlyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/tennant-carlyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.881Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/archibald-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/archibald-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.893Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/archibald-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/archibald-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.901Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/grant-lindsay] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/grant-lindsay] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.913Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/grant-lindsay/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/grant-lindsay/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.922Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/wingfield-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/wingfield-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.931Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/wingfield-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/wingfield-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.938Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/ellis-kylee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/ellis-kylee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.951Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/ellis-kylee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/ellis-kylee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.961Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/mackay-fritz] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/mackay-fritz] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.972Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/mackay-fritz/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/mackay-fritz/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.982Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/thorn-brittany] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/thorn-brittany] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:22.994Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/thorn-brittany/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/thorn-brittany/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.002Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/lake-wells-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/lake-wells-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.014Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/lake-wells-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/lake-wells-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.023Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/odonnell-gillian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/odonnell-gillian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.036Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/odonnell-gillian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/odonnell-gillian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.044Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/osborne-bonny] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/osborne-bonny] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.054Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/osborne-bonny/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/osborne-bonny/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.063Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/mitchells-hill-audiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/mitchells-hill-audiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.074Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/mitchells-hill-audiology/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/mitchells-hill-audiology/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.080Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/parr-adelaide] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/parr-adelaide] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.092Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/parr-adelaide/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/parr-adelaide/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.100Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/fryer-chau] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/fryer-chau] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.114Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/fryer-chau/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/fryer-chau/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.124Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/aci-logical-refs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/aci-logical-refs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.137Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/aci-logical-refs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/aci-logical-refs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.145Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/mount-mitchell-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/mount-mitchell-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.154Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/mount-mitchell-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/mount-mitchell-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.164Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/brooksby-caterina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/brooksby-caterina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.176Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/brooksby-caterina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/brooksby-caterina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.183Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/chalmers-shani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/chalmers-shani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.193Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/chalmers-shani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/chalmers-shani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.202Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/veitch-mitchell-carl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/veitch-mitchell-carl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.213Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/veitch-mitchell-carl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/veitch-mitchell-carl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.222Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/mount-charlton-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/mount-charlton-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.232Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/mount-charlton-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/mount-charlton-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.240Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/sandilands-kendall] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/sandilands-kendall] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.251Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/sandilands-kendall/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/sandilands-kendall/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.259Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/kaltukatjara-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/kaltukatjara-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.278Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/kaltukatjara-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/kaltukatjara-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.286Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/dent-aldo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/dent-aldo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.302Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/dent-aldo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/dent-aldo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.311Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/alice-springs-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/alice-springs-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.325Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/alice-springs-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/alice-springs-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.332Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/nicholls-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/nicholls-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.347Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/nicholls-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/nicholls-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.357Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/launching-place-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/launching-place-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.366Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/launching-place-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/launching-place-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.374Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/delaney-azzie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/delaney-azzie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.386Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/delaney-azzie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/delaney-azzie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.397Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/roberts-fred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/roberts-fred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.408Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/roberts-fred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/roberts-fred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.417Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/robigana-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/robigana-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.428Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/robigana-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/robigana-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.437Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/leech-darnell] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/leech-darnell] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.451Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/leech-darnell/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/leech-darnell/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.459Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/crowley-pablo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/crowley-pablo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.468Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/crowley-pablo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/crowley-pablo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.475Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hickson-ngoc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hickson-ngoc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.486Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hickson-ngoc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hickson-ngoc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.493Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/southedge-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/southedge-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.504Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/southedge-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/southedge-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.512Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/monash-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/monash-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.523Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/monash-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/monash-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.530Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/gartshore-indira] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/gartshore-indira] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.541Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/gartshore-indira/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/gartshore-indira/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.549Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/thorpe-mia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/thorpe-mia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.562Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/thorpe-mia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/thorpe-mia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.569Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/cross-lizzie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/cross-lizzie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.579Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/cross-lizzie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/cross-lizzie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.585Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/hart-clifton] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/hart-clifton] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.597Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/hart-clifton/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/hart-clifton/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.604Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/martin-kirstie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/martin-kirstie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.617Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/martin-kirstie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/martin-kirstie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.625Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Patient/nash-abel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Patient/nash-abel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.639Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Patient/nash-abel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Patient/nash-abel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.648Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/patrick-nancy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/patrick-nancy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.658Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/patrick-nancy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/patrick-nancy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.664Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/jones-blanch] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/jones-blanch] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.677Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/jones-blanch/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/jones-blanch/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.684Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/bennett-amanda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/bennett-amanda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.695Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/bennett-amanda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/bennett-amanda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.702Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/goodwin-aida] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/goodwin-aida] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.712Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/goodwin-aida/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/goodwin-aida/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.721Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/hudson-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/hudson-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.730Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/hudson-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/hudson-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.737Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/shephard-lizabeth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/shephard-lizabeth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.747Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/shephard-lizabeth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/shephard-lizabeth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.753Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Organization/mossy-point-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Organization/mossy-point-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.761Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Organization/mossy-point-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Organization/mossy-point-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.770Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lowe-abe] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lowe-abe] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.781Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lowe-abe/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lowe-abe/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.789Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/pollock-dinah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/pollock-dinah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.798Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/pollock-dinah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/pollock-dinah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.809Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/rawlings-hong] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/rawlings-hong] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.818Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/rawlings-hong/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/rawlings-hong/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.825Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/faint-darryl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/faint-darryl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.835Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/faint-darryl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/faint-darryl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.844Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/oritz-abbie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/oritz-abbie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.856Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/oritz-abbie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/oritz-abbie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.863Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Practitioner/lamerton-betsy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Practitioner/lamerton-betsy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.874Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Practitioner/lamerton-betsy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Practitioner/lamerton-betsy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.887Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/mackay-heather-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/mackay-heather-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.901Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/mackay-heather-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/mackay-heather-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.911Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/paediatrician-grigg-hung] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/paediatrician-grigg-hung] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.922Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/paediatrician-grigg-hung/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/paediatrician-grigg-hung/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.931Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.940Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.951Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-goldsmith-melody] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-goldsmith-melody] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.965Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-goldsmith-melody/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-goldsmith-melody/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.973Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/ambulanceofficer-fletcher-dani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/ambulanceofficer-fletcher-dani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.982Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/ambulanceofficer-fletcher-dani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/ambulanceofficer-fletcher-dani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.990Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/dentaltherapist-street-dorian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/dentaltherapist-street-dorian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:23.999Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/dentaltherapist-street-dorian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/dentaltherapist-street-dorian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.008Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Location/trentham-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/trentham-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.020Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Location/trentham-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/trentham-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.028Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicalradiation-leeds-roger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicalradiation-leeds-roger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.036Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicalradiation-leeds-roger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicalradiation-leeds-roger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.043Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Location/calwell-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/calwell-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.052Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Location/calwell-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/calwell-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.062Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Location/piesseville-gastroenterology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/piesseville-gastroenterology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.073Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Location/piesseville-gastroenterology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/piesseville-gastroenterology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.084Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Location/bucketty-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/bucketty-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.097Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Location/bucketty-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/bucketty-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.103Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Location/barney-view-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/barney-view-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.114Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Location/barney-view-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/barney-view-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.121Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Location/verona-sands-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/verona-sands-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.133Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Location/verona-sands-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/verona-sands-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.141Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/obstetrician-losch-sallie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/obstetrician-losch-sallie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.152Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/obstetrician-losch-sallie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/obstetrician-losch-sallie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.160Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/veitch-miles-5] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/veitch-miles-5] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.168Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/veitch-miles-5/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/veitch-miles-5/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.177Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/midwife-markell-luke] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/midwife-markell-luke] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.192Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/midwife-markell-luke/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/midwife-markell-luke/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.198Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/paediatrician-rowlands-alvera] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/paediatrician-rowlands-alvera] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.208Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/paediatrician-rowlands-alvera/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/paediatrician-rowlands-alvera/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.217Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Location/pine-creek-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/pine-creek-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.229Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Location/pine-creek-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/pine-creek-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.238Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Location/cullen-bay-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/cullen-bay-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.250Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Location/cullen-bay-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/cullen-bay-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.257Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Location/quinninup-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/quinninup-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.265Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Location/quinninup-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/quinninup-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.275Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Location/canton-beach-physiotherapy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/canton-beach-physiotherapy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.286Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Location/canton-beach-physiotherapy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/canton-beach-physiotherapy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.294Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Location/east-point-renal-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/east-point-renal-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.304Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Location/east-point-renal-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/east-point-renal-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.312Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaloncologist-leeds-luigi] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaloncologist-leeds-luigi] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.323Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaloncologist-leeds-luigi/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaloncologist-leeds-luigi/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.333Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Location/joyces-creek-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/joyces-creek-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.346Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Location/joyces-creek-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/joyces-creek-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.354Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Location/morgantown-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/morgantown-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.364Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Location/morgantown-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/morgantown-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.371Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Location/cooriemungle-cardiology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/cooriemungle-cardiology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.383Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Location/cooriemungle-cardiology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/cooriemungle-cardiology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.389Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Location/glennie-heights-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/glennie-heights-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.398Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Location/glennie-heights-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/glennie-heights-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.405Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Location/higher-macdonald-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/higher-macdonald-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.415Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Location/higher-macdonald-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/higher-macdonald-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.421Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Location/oxley-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/oxley-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.434Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Location/oxley-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/oxley-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.442Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/cardiologist-felmingham-emma] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/cardiologist-felmingham-emma] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.450Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/cardiologist-felmingham-emma/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/cardiologist-felmingham-emma/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.458Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Location/annie-river-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/annie-river-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.466Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Location/annie-river-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/annie-river-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.473Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-short-miranda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-short-miranda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.483Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-short-miranda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-short-miranda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.493Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/physiotherapist-parker-elijah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/physiotherapist-parker-elijah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.507Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/physiotherapist-parker-elijah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/physiotherapist-parker-elijah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.513Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/complementaryhealth-lazzarini-frank] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/complementaryhealth-lazzarini-frank] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.525Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/complementaryhealth-lazzarini-frank/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/complementaryhealth-lazzarini-frank/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.531Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Location/blumont-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/blumont-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.539Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Location/blumont-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/blumont-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.547Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/optometrist-coulter-rosalina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/optometrist-coulter-rosalina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.558Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/optometrist-coulter-rosalina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/optometrist-coulter-rosalina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.565Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Location/berat-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/berat-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.575Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Location/berat-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/berat-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.582Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Location/edwardstown-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/edwardstown-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.591Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Location/edwardstown-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/edwardstown-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.597Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Location/bridgewater-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/bridgewater-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.608Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Location/bridgewater-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/bridgewater-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.615Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Location/bayview-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/bayview-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.623Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Location/bayview-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/bayview-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.631Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/ophthalmologist-jenkins-miranda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/ophthalmologist-jenkins-miranda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.644Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/ophthalmologist-jenkins-miranda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/ophthalmologist-jenkins-miranda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.653Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Coverage/dva-ir] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Coverage/dva-ir] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.663Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Coverage/dva-ir/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Coverage/dva-ir/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.669Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/ckd] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/ckd] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.681Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/ckd/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/ckd/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.690Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bmd] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bmd] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.701Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bmd/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bmd/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.709Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/penicillin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/penicillin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.718Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/penicillin/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/penicillin/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.728Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/inpatient-complete] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/inpatient-complete] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.741Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/inpatient-complete/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/inpatient-complete/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.748Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Coverage/payconc-ir] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Coverage/payconc-ir] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.759Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Coverage/payconc-ir/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Coverage/payconc-ir/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.766Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyweight-mcc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyweight-mcc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.777Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyweight-mcc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyweight-mcc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.782Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.792Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.798Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Location/launceston-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/launceston-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.807Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Location/launceston-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/launceston-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.815Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-bates-rory] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-bates-rory] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.826Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-bates-rory/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-bates-rory/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.834Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-gates-glenda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-gates-glenda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.844Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-gates-glenda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-gates-glenda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.852Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/dermatologist-delaney-ned] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/dermatologist-delaney-ned] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.863Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/dermatologist-delaney-ned/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/dermatologist-delaney-ned/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.869Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/specialistphysicians-hickman-sally] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/specialistphysicians-hickman-sally] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.879Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/specialistphysicians-hickman-sally/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/specialistphysicians-hickman-sally/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.885Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/cracow-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/cracow-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.894Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/cracow-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/cracow-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.902Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicalradiation-odonnell-xuan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicalradiation-odonnell-xuan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.913Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicalradiation-odonnell-xuan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicalradiation-odonnell-xuan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.919Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/eltham-north-optical] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/eltham-north-optical] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.926Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/eltham-north-optical/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/eltham-north-optical/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.935Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/ngunnawal-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/ngunnawal-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.943Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/ngunnawal-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/ngunnawal-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.951Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/paediatrician-fischer-ahmed] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/paediatrician-fischer-ahmed] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.965Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/paediatrician-fischer-ahmed/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/paediatrician-fischer-ahmed/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.972Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/murrabit-public-hopsital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/murrabit-public-hopsital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.983Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/murrabit-public-hopsital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/murrabit-public-hopsital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:24.991Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/dietrich-phillipa-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/dietrich-phillipa-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.003Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/dietrich-phillipa-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/dietrich-phillipa-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.011Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/rosetta-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/rosetta-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.020Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/rosetta-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/rosetta-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.026Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/southport-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/southport-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.037Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/southport-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/southport-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.044Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/koolanooka-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/koolanooka-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.054Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/koolanooka-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/koolanooka-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.062Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/annandale-dental] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/annandale-dental] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.074Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/annandale-dental/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/annandale-dental/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.081Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/clefttongue] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/clefttongue] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.093Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/clefttongue/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/clefttongue/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.099Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/cleftpalate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/cleftpalate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.106Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/cleftpalate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/cleftpalate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.113Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/jaundice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/jaundice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.122Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/jaundice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/jaundice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.130Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/banks-mia-leanne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/banks-mia-leanne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.143Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/banks-mia-leanne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/banks-mia-leanne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.149Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/loch-lomond-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/loch-lomond-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.158Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/loch-lomond-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/loch-lomond-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.166Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/wallendbeen-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/wallendbeen-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.174Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/wallendbeen-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/wallendbeen-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.182Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/complementaryhealth-gordon-tad] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/complementaryhealth-gordon-tad] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.192Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/complementaryhealth-gordon-tad/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/complementaryhealth-gordon-tad/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.199Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/clinicalpsychologist-mcnaughton-chante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/clinicalpsychologist-mcnaughton-chante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.208Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/clinicalpsychologist-mcnaughton-chante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/clinicalpsychologist-mcnaughton-chante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.214Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/pullabooka-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/pullabooka-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.222Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/pullabooka-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/pullabooka-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.229Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/gastroenterologist-miller-kittie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/gastroenterologist-miller-kittie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.239Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/gastroenterologist-miller-kittie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/gastroenterologist-miller-kittie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.246Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/specialistphysicians-swanborough-erick] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/specialistphysicians-swanborough-erick] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.254Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/specialistphysicians-swanborough-erick/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/specialistphysicians-swanborough-erick/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.261Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicalradiation-fowler-christy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicalradiation-fowler-christy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.269Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicalradiation-fowler-christy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicalradiation-fowler-christy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.276Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/missing-practitioner] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/missing-practitioner] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.286Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/missing-practitioner/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/missing-practitioner/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.295Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/audiologist-bradley-jill] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/audiologist-bradley-jill] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.303Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/audiologist-bradley-jill/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/audiologist-bradley-jill/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.310Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/beswick-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/beswick-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.318Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/beswick-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/beswick-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.324Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/woodcroft-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/woodcroft-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.333Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/woodcroft-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/woodcroft-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.342Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/veitch-miles-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/veitch-miles-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.349Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/veitch-miles-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/veitch-miles-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.360Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/ballantyne-flavia-4] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/ballantyne-flavia-4] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.375Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/ballantyne-flavia-4/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/ballantyne-flavia-4/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.382Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/ballantyne-sandy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/ballantyne-sandy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.392Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/ballantyne-sandy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/ballantyne-sandy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.399Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/clinicalpsychologist-fleming-helga] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/clinicalpsychologist-fleming-helga] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.407Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/clinicalpsychologist-fleming-helga/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/clinicalpsychologist-fleming-helga/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.415Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/osteopath-thompson-karly] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/osteopath-thompson-karly] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.427Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/osteopath-thompson-karly/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/osteopath-thompson-karly/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.435Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-coulter-francine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-coulter-francine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.444Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-coulter-francine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-coulter-francine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.452Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicalradiation-coulter-lani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicalradiation-coulter-lani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.460Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicalradiation-coulter-lani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicalradiation-coulter-lani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.468Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/paediatrician-leishman-leesa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/paediatrician-leishman-leesa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.478Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/paediatrician-leishman-leesa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/paediatrician-leishman-leesa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.485Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/acupuncturist-macnab-adam] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/acupuncturist-macnab-adam] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.494Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/acupuncturist-macnab-adam/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/acupuncturist-macnab-adam/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.501Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-gilmore-ann] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-gilmore-ann] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.509Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-gilmore-ann/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-gilmore-ann/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.517Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/east-mackay-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/east-mackay-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.525Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/east-mackay-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/east-mackay-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.534Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/complementaryhealth-sheehan-ginger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/complementaryhealth-sheehan-ginger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.542Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/complementaryhealth-sheehan-ginger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/complementaryhealth-sheehan-ginger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.549Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/pine-view-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/pine-view-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.557Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/pine-view-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/pine-view-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.564Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/cardiothoracicsurgeon-bryan-linsey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/cardiothoracicsurgeon-bryan-linsey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.576Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/cardiothoracicsurgeon-bryan-linsey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/cardiothoracicsurgeon-bryan-linsey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.583Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/wannon-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/wannon-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.593Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/wannon-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/wannon-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.601Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/specialistphysicians-turnbull-suk] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/specialistphysicians-turnbull-suk] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.608Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/specialistphysicians-turnbull-suk/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/specialistphysicians-turnbull-suk/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.616Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/carrington-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/carrington-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.626Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/carrington-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/carrington-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.635Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/osteopath-cook-natalie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/osteopath-cook-natalie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.647Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/osteopath-cook-natalie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/osteopath-cook-natalie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.657Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/ludmilla-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/ludmilla-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.665Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/ludmilla-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/ludmilla-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.673Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-beale-collette] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-beale-collette] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.685Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-beale-collette/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-beale-collette/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.694Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/psychiatrist-macnab-gregory] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/psychiatrist-macnab-gregory] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.704Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/psychiatrist-macnab-gregory/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/psychiatrist-macnab-gregory/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.713Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/frenchs-forest-east-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/frenchs-forest-east-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.721Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/frenchs-forest-east-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/frenchs-forest-east-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.728Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/mckenzie-creek-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/mckenzie-creek-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.735Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/mckenzie-creek-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/mckenzie-creek-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.743Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/zoster-notgiven] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/zoster-notgiven] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.757Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/zoster-notgiven/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/zoster-notgiven/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.765Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/zoster-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/zoster-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.773Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/zoster-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/zoster-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.780Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/zoster-missing-occurrence] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/zoster-missing-occurrence] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.787Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/zoster-missing-occurrence/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/zoster-missing-occurrence/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.797Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/zoster-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/zoster-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.807Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/zoster-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/zoster-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.812Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/cardiothoracicsurgeon-mackee-sara] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/cardiothoracicsurgeon-mackee-sara] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.824Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/cardiothoracicsurgeon-mackee-sara/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/cardiothoracicsurgeon-mackee-sara/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.829Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/dietitian-henderson-nelson] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/dietitian-henderson-nelson] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.838Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/dietitian-henderson-nelson/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/dietitian-henderson-nelson/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.846Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/physiotherapist-darcy-alexandra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/physiotherapist-darcy-alexandra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.854Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/physiotherapist-darcy-alexandra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/physiotherapist-darcy-alexandra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.861Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/tarampa-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/tarampa-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.867Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/tarampa-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/tarampa-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.874Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/dentalhygienist-handley-megan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/dentalhygienist-handley-megan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.885Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/dentalhygienist-handley-megan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/dentalhygienist-handley-megan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.892Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nuclearmedicine-thorn-tonya] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nuclearmedicine-thorn-tonya] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.901Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nuclearmedicine-thorn-tonya/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nuclearmedicine-thorn-tonya/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.909Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/paediatrician-bowden-paula] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/paediatrician-bowden-paula] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.917Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/paediatrician-bowden-paula/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/paediatrician-bowden-paula/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.925Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/dubbo-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/dubbo-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.934Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/dubbo-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/dubbo-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.940Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/appin-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/appin-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.948Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/appin-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/appin-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.953Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/midwife-kendall-dallas] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/midwife-kendall-dallas] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.963Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/midwife-kendall-dallas/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/midwife-kendall-dallas/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.969Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/banks-jeramy-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/banks-jeramy-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.979Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/banks-jeramy-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/banks-jeramy-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:25.986Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/glasgow-coma-scale-motor-not-performed] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/glasgow-coma-scale-motor-not-performed] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.001Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/glasgow-coma-scale-motor-not-performed/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/glasgow-coma-scale-motor-not-performed/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.007Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Coverage/private-bt] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Coverage/private-bt] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.020Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Coverage/private-bt/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Coverage/private-bt/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.026Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/blood-group-panel-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/blood-group-panel-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.040Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/blood-group-panel-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/blood-group-panel-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.048Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/glasgow-coma-scale] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/glasgow-coma-scale] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.062Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/glasgow-coma-scale/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/glasgow-coma-scale/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.070Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Coverage/medicare-bt] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Coverage/medicare-bt] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.078Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Coverage/medicare-bt/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Coverage/medicare-bt/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.087Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/paracetamol-codeine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/paracetamol-codeine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.103Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/paracetamol-codeine/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/paracetamol-codeine/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.110Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/blood-group] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/blood-group] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.120Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/blood-group/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/blood-group/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.127Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/air-covid-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/air-covid-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.135Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/air-covid-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/air-covid-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.142Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/rh-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/rh-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.151Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/rh-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/rh-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.160Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/visualacuity] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/visualacuity] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.168Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/visualacuity/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/visualacuity/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.175Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/speechpathologist-stapleton-carole] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/speechpathologist-stapleton-carole] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.188Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/speechpathologist-stapleton-carole/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/speechpathologist-stapleton-carole/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.196Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/ballantyne-flavia-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/ballantyne-flavia-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.207Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/ballantyne-flavia-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/ballantyne-flavia-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.213Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/counsellorsnec-gorton-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/counsellorsnec-gorton-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.223Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/counsellorsnec-gorton-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/counsellorsnec-gorton-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.229Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic--chi] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic--chi] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.240Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic--chi/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic--chi/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.246Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/renalmedicine-mackay-darleen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/renalmedicine-mackay-darleen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.256Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/renalmedicine-mackay-darleen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/renalmedicine-mackay-darleen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.263Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-elliott-eulah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-elliott-eulah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.271Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-elliott-eulah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-elliott-eulah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.277Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/bunbury-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/bunbury-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.285Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/bunbury-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/bunbury-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.293Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/midwife-bradley-lucrecia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/midwife-bradley-lucrecia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.303Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/midwife-bradley-lucrecia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/midwife-bradley-lucrecia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.311Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/penicillin2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/penicillin2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.322Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/penicillin2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/penicillin2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.330Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/dietrich-phillipa-4] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/dietrich-phillipa-4] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.342Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/dietrich-phillipa-4/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/dietrich-phillipa-4/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.348Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/dentalpractitioner-quinn-aisha] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/dentalpractitioner-quinn-aisha] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.357Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/dentalpractitioner-quinn-aisha/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/dentalpractitioner-quinn-aisha/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.363Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/midwife-spiers-erich] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/midwife-spiers-erich] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.370Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/midwife-spiers-erich/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/midwife-spiers-erich/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.376Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/yunta-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/yunta-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.386Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/yunta-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/yunta-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.394Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/paediatrician-ellison-shawn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/paediatrician-ellison-shawn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.403Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/paediatrician-ellison-shawn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/paediatrician-ellison-shawn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.410Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/lilydale-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/lilydale-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.418Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/lilydale-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/lilydale-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.426Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/mcbeath-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/mcbeath-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.433Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/mcbeath-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/mcbeath-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.439Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nuclearmedicine-hamel-denice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nuclearmedicine-hamel-denice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.448Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nuclearmedicine-hamel-denice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nuclearmedicine-hamel-denice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.456Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/karkoo-chiropractic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/karkoo-chiropractic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.464Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/karkoo-chiropractic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/karkoo-chiropractic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.470Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/back-valley-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/back-valley-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.481Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/back-valley-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/back-valley-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.486Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/mount-glasgow-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/mount-glasgow-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.494Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/mount-glasgow-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/mount-glasgow-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.501Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nuclearmedicine-hyde-cortez] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nuclearmedicine-hyde-cortez] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.510Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nuclearmedicine-hyde-cortez/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nuclearmedicine-hyde-cortez/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.515Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/resprate-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/resprate-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.526Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/resprate-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/resprate-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.532Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/lipid-ldl-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/lipid-ldl-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.541Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/lipid-ldl-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/lipid-ldl-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.550Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyweight-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyweight-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.559Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyweight-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyweight-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.567Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/annualvisit-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/annualvisit-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.577Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/annualvisit-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/annualvisit-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.583Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/noneknown2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/noneknown2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.591Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/noneknown2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/noneknown2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.596Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/resprate-1-exercise] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/resprate-1-exercise] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.609Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/resprate-1-exercise/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/resprate-1-exercise/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.617Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/lipid-hdl-1-referenceRange-text] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/lipid-hdl-1-referenceRange-text] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.628Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/lipid-hdl-1-referenceRange-text/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/lipid-hdl-1-referenceRange-text/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.634Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/waistcircum-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/waistcircum-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.643Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/waistcircum-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/waistcircum-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.652Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-suppressed-valueQuantity] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-suppressed-valueQuantity] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.663Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-suppressed-valueQuantity/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-suppressed-valueQuantity/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.669Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/lipid-chol-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/lipid-chol-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.681Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/lipid-chol-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/lipid-chol-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.685Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/banks-jeramy-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/banks-jeramy-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.697Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/banks-jeramy-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/banks-jeramy-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.702Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/resprate-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/resprate-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.712Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/resprate-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/resprate-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.719Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodytemp-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodytemp-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.732Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodytemp-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodytemp-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.740Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/gluten] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/gluten] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.750Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/gluten/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/gluten/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.758Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/chlorhexidine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/chlorhexidine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.766Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/chlorhexidine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/chlorhexidine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.773Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/completed-chloramphenicol] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/completed-chloramphenicol] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.783Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/completed-chloramphenicol/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/completed-chloramphenicol/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.793Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/previous-use-diflucan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/previous-use-diflucan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.805Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/previous-use-diflucan/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/previous-use-diflucan/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.812Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/lipid-hdl-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/lipid-hdl-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.825Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/lipid-hdl-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/lipid-hdl-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.833Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyheight-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyheight-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.843Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyheight-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyheight-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.853Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/active-bisoprolol] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/active-bisoprolol] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.927Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/active-bisoprolol/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/active-bisoprolol/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.935Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/resprate-1-exercise-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/resprate-1-exercise-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.948Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/resprate-1-exercise-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/resprate-1-exercise-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.955Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/lipid-triglyceride-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/lipid-triglyceride-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.964Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/lipid-triglyceride-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/lipid-triglyceride-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.970Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/heartrate-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/heartrate-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.980Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/heartrate-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/heartrate-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.985Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/balbarrup-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/balbarrup-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:26.996Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/balbarrup-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/balbarrup-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.002Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/gangat-endocrinology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/gangat-endocrinology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.011Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/gangat-endocrinology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/gangat-endocrinology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.020Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/douglas-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/douglas-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.032Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/douglas-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/douglas-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.040Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/plastic-pye-dusty] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/plastic-pye-dusty] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.046Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/plastic-pye-dusty/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/plastic-pye-dusty/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.054Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/veitch-miles-4] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/veitch-miles-4] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.064Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/veitch-miles-4/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/veitch-miles-4/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.071Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/endocrinologist-cruickshank-bryce] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/endocrinologist-cruickshank-bryce] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.079Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/endocrinologist-cruickshank-bryce/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/endocrinologist-cruickshank-bryce/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.085Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/ginninderra-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/ginninderra-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.094Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/ginninderra-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/ginninderra-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.100Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/obstetrician-rogers-lorilee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/obstetrician-rogers-lorilee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.109Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/obstetrician-rogers-lorilee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/obstetrician-rogers-lorilee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.114Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/ballantyne-flavia-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/ballantyne-flavia-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.127Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/ballantyne-flavia-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/ballantyne-flavia-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.134Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/ballantyne-terry] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/ballantyne-terry] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.145Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/ballantyne-terry/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/ballantyne-terry/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.151Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/fishermans-reach-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/fishermans-reach-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.162Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/fishermans-reach-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/fishermans-reach-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.170Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/beltana-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/beltana-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.178Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/beltana-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/beltana-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.184Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/dietrich-phillipa-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/dietrich-phillipa-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.194Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/dietrich-phillipa-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/dietrich-phillipa-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.200Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/midwife-browne-wilfred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/midwife-browne-wilfred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.211Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/midwife-browne-wilfred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/midwife-browne-wilfred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.218Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/podiatrist-lavender-lavelle] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/podiatrist-lavender-lavelle] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.227Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/podiatrist-lavender-lavelle/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/podiatrist-lavender-lavelle/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.234Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/paediatrician-corbett-clementine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/paediatrician-corbett-clementine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.243Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/paediatrician-corbett-clementine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/paediatrician-corbett-clementine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.249Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/elimbah-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/elimbah-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.260Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/elimbah-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/elimbah-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.266Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/creatinine-clearance] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/creatinine-clearance] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.276Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/creatinine-clearance/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/creatinine-clearance/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.282Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/bayview-heights-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/bayview-heights-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.291Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/bayview-heights-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/bayview-heights-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.297Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/cardiothoracicsurgeon-manning-meg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/cardiothoracicsurgeon-manning-meg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.304Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/cardiothoracicsurgeon-manning-meg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/cardiothoracicsurgeon-manning-meg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.311Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/ambulanceofficer-gilmore-dane] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/ambulanceofficer-gilmore-dane] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.320Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/ambulanceofficer-gilmore-dane/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/ambulanceofficer-gilmore-dane/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.328Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/chiropractor-gore-jess] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/chiropractor-gore-jess] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.338Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/chiropractor-gore-jess/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/chiropractor-gore-jess/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.345Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/dietitian-kelly-virginia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/dietitian-kelly-virginia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.353Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/dietitian-kelly-virginia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/dietitian-kelly-virginia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.362Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/midwife-dunkley-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/midwife-dunkley-dante] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.370Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/midwife-dunkley-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/midwife-dunkley-dante/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.379Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/kensington-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/kensington-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.386Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/kensington-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/kensington-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.393Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/gastroenterologist-roche-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/gastroenterologist-roche-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.403Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/gastroenterologist-roche-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/gastroenterologist-roche-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.409Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/leasingham-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/leasingham-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.418Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/leasingham-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/leasingham-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.424Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/milnes-bridge-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/milnes-bridge-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.433Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/milnes-bridge-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/milnes-bridge-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.440Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/kununurra-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/kununurra-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.449Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/kununurra-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/kununurra-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.455Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/rowsley-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/rowsley-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.463Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/rowsley-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/rowsley-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.469Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/cape-jaffa-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/cape-jaffa-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.478Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/cape-jaffa-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/cape-jaffa-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.484Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaloncologist-sheppard-mathew] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaloncologist-sheppard-mathew] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.493Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaloncologist-sheppard-mathew/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaloncologist-sheppard-mathew/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.500Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-lavender-astrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-lavender-astrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.509Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-lavender-astrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-lavender-astrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.515Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-suppressed-dataAbsentReason] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-suppressed-dataAbsentReason] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.524Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-suppressed-dataAbsentReason/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-suppressed-dataAbsentReason/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.531Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/missing-medication] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/missing-medication] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.539Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/missing-medication/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/missing-medication/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.546Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/reaptan-missing-requester] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/reaptan-missing-requester] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.560Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/reaptan-missing-requester/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/reaptan-missing-requester/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.565Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-suppressed-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-suppressed-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.573Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-suppressed-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-suppressed-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.579Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/aci] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/aci] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.592Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/aci/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/aci/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.599Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/bipolar] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/bipolar] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.609Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/bipolar/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/bipolar/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.614Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/noneknown] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/noneknown] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.621Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/noneknown/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/noneknown/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.629Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/reaptan-tpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/reaptan-tpp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.641Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/reaptan-tpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/reaptan-tpp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.647Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.656Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.662Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/reaptan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/reaptan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.672Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/reaptan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/reaptan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.679Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Specimen/nasoswab] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Specimen/nasoswab] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.690Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Specimen/nasoswab/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Specimen/nasoswab/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.697Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-suppressed-valueCodeableConcept] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-suppressed-valueCodeableConcept] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.705Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-suppressed-valueCodeableConcept/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-suppressed-valueCodeableConcept/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.714Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/coronary-syndrome] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/coronary-syndrome] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.724Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/coronary-syndrome/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/coronary-syndrome/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.730Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/complementaryhealth-gilchrist-daniel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/complementaryhealth-gilchrist-daniel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.738Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/complementaryhealth-gilchrist-daniel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/complementaryhealth-gilchrist-daniel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.745Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-alderson-helene] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-alderson-helene] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.756Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-alderson-helene/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-alderson-helene/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.762Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/kioma-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/kioma-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.772Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/kioma-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/kioma-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.778Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/bungabbee-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/bungabbee-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.785Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/bungabbee-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/bungabbee-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.793Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/pbs-simvastatin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/pbs-simvastatin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.801Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/pbs-simvastatin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/pbs-simvastatin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.808Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/simvastatin-pbs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/simvastatin-pbs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.818Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/simvastatin-pbs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/simvastatin-pbs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.824Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/kippenduff-cardiologist] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/kippenduff-cardiologist] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.834Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/kippenduff-cardiologist/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/kippenduff-cardiologist/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.840Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/counsellorsnec-polglase-belen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/counsellorsnec-polglase-belen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.847Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/counsellorsnec-polglase-belen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/counsellorsnec-polglase-belen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.854Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/banks-jeramy-4] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/banks-jeramy-4] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.864Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/banks-jeramy-4/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/banks-jeramy-4/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.870Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-tennant-carlyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-tennant-carlyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.878Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-tennant-carlyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-tennant-carlyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.886Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/wingfield-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/wingfield-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.894Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/wingfield-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/wingfield-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.901Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-ellis-kylee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-ellis-kylee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.911Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-ellis-kylee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-ellis-kylee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.916Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Coverage/medicare-mf] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Coverage/medicare-mf] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.924Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Coverage/medicare-mf/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Coverage/medicare-mf/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.930Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/mackay-heather-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/mackay-heather-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.941Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/mackay-heather-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/mackay-heather-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.949Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/midwife-thorn-brittany] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/midwife-thorn-brittany] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.958Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/midwife-thorn-brittany/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/midwife-thorn-brittany/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.964Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/lake-wells-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/lake-wells-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.975Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/lake-wells-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/lake-wells-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.981Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/hearing-threshold-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/hearing-threshold-cancelled] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.989Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/hearing-threshold-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/hearing-threshold-cancelled/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:27.995Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/hearing-threshold-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/hearing-threshold-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.008Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/hearing-threshold-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/hearing-threshold-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.016Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/mitchells-hill-audiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/mitchells-hill-audiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.024Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/mitchells-hill-audiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/mitchells-hill-audiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.031Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/mount-mitchell-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/mount-mitchell-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.051Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/mount-mitchell-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/mount-mitchell-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.058Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/ambulanceofficer-chalmers-shani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/ambulanceofficer-chalmers-shani] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.068Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/ambulanceofficer-chalmers-shani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/ambulanceofficer-chalmers-shani/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.077Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read RelatedPerson/veitch-miles-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read RelatedPerson/veitch-miles-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.088Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update RelatedPerson/veitch-miles-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update RelatedPerson/veitch-miles-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.095Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/mount-charlton-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/mount-charlton-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.101Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/mount-charlton-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/mount-charlton-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.107Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/kaltukatjara-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/kaltukatjara-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.118Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/kaltukatjara-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/kaltukatjara-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.125Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/alice-springs-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/alice-springs-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.135Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/alice-springs-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/alice-springs-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.144Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Location/nicholls-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/nicholls-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.154Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Location/nicholls-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/nicholls-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.159Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/launching-place-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/launching-place-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.170Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/launching-place-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/launching-place-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.180Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Coverage/private-rf] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Coverage/private-rf] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.192Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Coverage/private-rf/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Coverage/private-rf/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.200Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Coverage/medicare-rf] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Coverage/medicare-rf] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.209Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Coverage/medicare-rf/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Coverage/medicare-rf/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.216Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/robigana-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/robigana-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.225Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/robigana-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/robigana-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.231Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/plastic-crowley-pablo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/plastic-crowley-pablo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.239Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/plastic-crowley-pablo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/plastic-crowley-pablo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.245Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Location/southedge-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/southedge-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.253Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Location/southedge-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/southedge-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.259Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Location/monash-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/monash-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.267Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Location/monash-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/monash-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.274Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Location/hudson-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/hudson-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.282Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Location/hudson-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/hudson-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.288Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/mossy-point-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/mossy-point-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.297Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/mossy-point-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/mossy-point-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.306Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/midwife-pollock-dinah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/midwife-pollock-dinah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.314Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/midwife-pollock-dinah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/midwife-pollock-dinah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.321Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/paediatrician-rawlings-hong] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/paediatrician-rawlings-hong] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.331Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/paediatrician-rawlings-hong/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/paediatrician-rawlings-hong/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.336Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/medicaldiagnostic-oritz-abbie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/medicaldiagnostic-oritz-abbie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.346Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/medicaldiagnostic-oritz-abbie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/medicaldiagnostic-oritz-abbie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.356Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-trentham-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-trentham-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.365Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-trentham-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-trentham-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.372Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-hart-clifton] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-hart-clifton] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.381Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-hart-clifton/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-hart-clifton/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.388Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-calwell-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-calwell-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.401Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-calwell-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-calwell-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.408Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-stevens-chelsea] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-stevens-chelsea] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.418Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-stevens-chelsea/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-stevens-chelsea/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.428Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/specialistmedical-piesseville-gastroenterology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/specialistmedical-piesseville-gastroenterology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.439Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/specialistmedical-piesseville-gastroenterology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/specialistmedical-piesseville-gastroenterology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.446Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/specialistmedical-bucketty-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/specialistmedical-bucketty-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.458Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/specialistmedical-bucketty-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/specialistmedical-bucketty-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.476Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/au-hospital-pharm-out] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/au-hospital-pharm-out] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.487Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/au-hospital-pharm-out/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/au-hospital-pharm-out/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.496Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-sinclair-forrest] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-sinclair-forrest] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.508Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-sinclair-forrest/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-sinclair-forrest/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.516Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/hepb-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/hepb-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.527Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/hepb-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/hepb-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.533Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/obsgynaeclinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/obsgynaeclinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.543Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/obsgynaeclinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/obsgynaeclinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.549Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-armstrong-amada] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-armstrong-amada] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.560Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-armstrong-amada/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-armstrong-amada/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.566Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Location/renal-dialysis-unit] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Location/renal-dialysis-unit] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.577Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Location/renal-dialysis-unit/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Location/renal-dialysis-unit/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.585Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateacute-barney-view-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateacute-barney-view-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.594Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateacute-barney-view-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateacute-barney-view-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.601Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-haywood-byron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-haywood-byron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.610Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-haywood-byron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-haywood-byron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.616Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/delivery] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/delivery] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.628Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/delivery/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/delivery/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.635Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/discharge-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/discharge-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.643Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/discharge-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/discharge-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.650Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-verona-sands-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-verona-sands-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.659Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-verona-sands-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-verona-sands-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.665Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-emmett-wilhelmina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-emmett-wilhelmina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.675Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-emmett-wilhelmina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-emmett-wilhelmina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.686Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskgroup-pathology-br-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskgroup-pathology-br-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.701Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskgroup-pathology-br-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskgroup-pathology-br-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.709Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskgroup-imaging-br-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskgroup-imaging-br-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.717Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskgroup-imaging-br-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskgroup-imaging-br-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.727Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/publicacute-pine-creek-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/publicacute-pine-creek-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.736Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/publicacute-pine-creek-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/publicacute-pine-creek-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.743Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-irvine-josephine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-irvine-josephine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.754Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-irvine-josephine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-irvine-josephine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.761Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-jenkins-elisabeth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-jenkins-elisabeth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.770Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-jenkins-elisabeth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-jenkins-elisabeth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.778Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-bennett-amanda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-bennett-amanda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.790Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-bennett-amanda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-bennett-amanda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.796Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-mccormack-annamaria] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-mccormack-annamaria] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.807Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-mccormack-annamaria/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-mccormack-annamaria/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.813Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalpractice-cullen-bay-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalpractice-cullen-bay-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.824Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalpractice-cullen-bay-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalpractice-cullen-bay-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.832Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-faint-darryl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-faint-darryl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.841Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-faint-darryl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-faint-darryl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.847Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalpractice-quinninup-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalpractice-quinninup-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.857Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalpractice-quinninup-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalpractice-quinninup-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.865Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-jones-blanch] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-jones-blanch] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.876Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-jones-blanch/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-jones-blanch/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.884Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-clare-evonne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-clare-evonne] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.892Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-clare-evonne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-clare-evonne/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.900Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/physiotherapyservices-canton-beach-physiotherapy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/physiotherapyservices-canton-beach-physiotherapy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.910Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/physiotherapyservices-canton-beach-physiotherapy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/physiotherapyservices-canton-beach-physiotherapy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.919Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/specialistmedical-east-point-renal-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/specialistmedical-east-point-renal-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.930Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/specialistmedical-east-point-renal-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/specialistmedical-east-point-renal-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.938Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-gidley-dee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-gidley-dee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.946Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-gidley-dee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-gidley-dee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.953Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalpractice-joyces-creek-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalpractice-joyces-creek-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.962Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalpractice-joyces-creek-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalpractice-joyces-creek-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.969Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-lumb-mary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-lumb-mary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.983Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-lumb-mary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-lumb-mary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.991Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateacute-morgantown-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateacute-morgantown-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:28.999Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateacute-morgantown-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateacute-morgantown-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.007Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-gaynor-phil] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-gaynor-phil] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.019Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-gaynor-phil/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-gaynor-phil/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.027Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-cooke-arthur] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-cooke-arthur] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.039Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-cooke-arthur/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-cooke-arthur/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.048Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-brooksby-caterina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-brooksby-caterina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.059Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-brooksby-caterina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-brooksby-caterina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.066Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/specialistmedical-cooriemungle-cardiology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/specialistmedical-cooriemungle-cardiology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.076Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/specialistmedical-cooriemungle-cardiology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/specialistmedical-cooriemungle-cardiology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.083Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-springett-angelo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-springett-angelo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.094Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-springett-angelo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-springett-angelo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.100Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-marchant-ricki] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-marchant-ricki] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.111Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-marchant-ricki/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-marchant-ricki/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.117Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/publicacute-glennie-heights-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/publicacute-glennie-heights-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.127Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/publicacute-glennie-heights-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/publicacute-glennie-heights-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.136Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-rowland-roger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-rowland-roger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.147Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-rowland-roger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-rowland-roger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.156Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-clarke-malcolm] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-clarke-malcolm] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.164Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-clarke-malcolm/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-clarke-malcolm/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.172Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-higher-macdonald-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-higher-macdonald-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.180Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-higher-macdonald-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-higher-macdonald-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.186Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/publicacute-oxley-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/publicacute-oxley-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.195Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/publicacute-oxley-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/publicacute-oxley-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.204Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-cohen-jamel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-cohen-jamel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.214Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-cohen-jamel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-cohen-jamel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.220Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-gidley-stan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-gidley-stan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.231Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-gidley-stan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-gidley-stan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.239Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-cross-lizzie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-cross-lizzie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.249Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-cross-lizzie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-cross-lizzie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.255Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/communityhealth-annie-river-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/communityhealth-annie-river-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.264Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/communityhealth-annie-river-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/communityhealth-annie-river-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.270Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/aboriginal-gillies-han] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/aboriginal-gillies-han] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.281Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/aboriginal-gillies-han/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/aboriginal-gillies-han/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.286Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-craig-kenneth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-craig-kenneth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.296Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-craig-kenneth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-craig-kenneth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.305Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-houston-katrina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-houston-katrina] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.319Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-houston-katrina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-houston-katrina/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.326Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-blumont-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-blumont-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.335Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-blumont-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-blumont-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.344Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-berat-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-berat-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.353Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-berat-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-berat-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.360Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-berry-millicent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-berry-millicent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.371Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-berry-millicent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-berry-millicent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.379Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pharmacyretail-edwardstown-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pharmacyretail-edwardstown-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.388Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pharmacyretail-edwardstown-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pharmacyretail-edwardstown-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.395Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-newling-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-newling-louis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.407Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-newling-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-newling-louis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.412Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-hollands-beryl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-hollands-beryl] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.420Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-hollands-beryl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-hollands-beryl/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.428Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-bridgewater-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-bridgewater-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.440Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-bridgewater-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-bridgewater-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.446Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-gifford-cassidy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-gifford-cassidy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.454Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-gifford-cassidy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-gifford-cassidy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.461Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-bayview-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-bayview-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.469Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-bayview-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-bayview-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.478Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bonedensity] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bonedensity] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.493Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bonedensity/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bonedensity/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.500Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pharmacyretail-launceston-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pharmacyretail-launceston-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.508Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pharmacyretail-launceston-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pharmacyretail-launceston-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.513Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-jolley-beulah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-jolley-beulah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.521Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-jolley-beulah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-jolley-beulah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.527Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/communitypharmacy-cracow-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/communitypharmacy-cracow-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.537Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/communitypharmacy-cracow-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/communitypharmacy-cracow-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.543Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-patrick-manual] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-patrick-manual] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.551Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-patrick-manual/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-patrick-manual/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.557Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/opticaldispensing-eltham-north-optical] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/opticaldispensing-eltham-north-optical] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.565Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/opticaldispensing-eltham-north-optical/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/opticaldispensing-eltham-north-optical/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.571Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-bishop-horace] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-bishop-horace] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.581Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-bishop-horace/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-bishop-horace/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.589Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-nairn-ricky] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-nairn-ricky] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.598Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-nairn-ricky/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-nairn-ricky/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.604Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalmedical-ngunnawal-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalmedical-ngunnawal-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.614Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalmedical-ngunnawal-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalmedical-ngunnawal-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.620Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/publicacute-murrabit-public-hopsital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/publicacute-murrabit-public-hopsital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.630Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/publicacute-murrabit-public-hopsital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/publicacute-murrabit-public-hopsital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.636Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-hilton-jaclyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-hilton-jaclyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.647Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-hilton-jaclyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-hilton-jaclyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.653Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-leech-darnell] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-leech-darnell] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.662Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-leech-darnell/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-leech-darnell/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.670Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/cardiologist-sutherland-sallie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/cardiologist-sutherland-sallie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.680Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/cardiologist-sutherland-sallie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/cardiologist-sutherland-sallie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.686Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-fryer-chau] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-fryer-chau] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.696Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-fryer-chau/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-fryer-chau/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.703Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/publicacute-rosetta-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/publicacute-rosetta-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.714Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/publicacute-rosetta-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/publicacute-rosetta-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.722Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-burrows-tegan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-burrows-tegan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.731Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-burrows-tegan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-burrows-tegan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.736Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-mortenson-kerry] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-mortenson-kerry] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.745Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-mortenson-kerry/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-mortenson-kerry/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.750Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-harvey-brooke] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-harvey-brooke] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.758Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-harvey-brooke/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-harvey-brooke/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.765Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-ellison-malinda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-ellison-malinda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.775Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-ellison-malinda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-ellison-malinda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.781Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-moran-vincent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-moran-vincent] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.791Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-moran-vincent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-moran-vincent/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.797Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalmedical-southport-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalmedical-southport-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.809Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalmedical-southport-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalmedical-southport-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.814Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-gidley-aubrey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-gidley-aubrey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.824Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-gidley-aubrey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-gidley-aubrey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.833Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-koolanooka-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-koolanooka-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.843Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-koolanooka-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-koolanooka-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.851Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/dentalpractice-annandale-dental] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/dentalpractice-annandale-dental] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.862Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/dentalpractice-annandale-dental/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/dentalpractice-annandale-dental/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.873Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyweight-2-tc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyweight-2-tc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.885Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyweight-2-tc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyweight-2-tc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.893Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-samuels-wyatt] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-samuels-wyatt] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.902Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-samuels-wyatt/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-samuels-wyatt/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.912Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-morton-eric] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-morton-eric] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.920Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-morton-eric/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-morton-eric/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.927Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalpractice-loch-lomond-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalpractice-loch-lomond-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.935Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalpractice-loch-lomond-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalpractice-loch-lomond-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.941Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateprofit-wallendbeen-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateprofit-wallendbeen-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.951Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateprofit-wallendbeen-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateprofit-wallendbeen-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.958Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-fraser-abbie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-fraser-abbie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.967Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-fraser-abbie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-fraser-abbie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.974Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-taylor-kittie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-taylor-kittie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.983Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-taylor-kittie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-taylor-kittie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.990Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-gartshore-indira] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-gartshore-indira] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:29.999Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-gartshore-indira/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-gartshore-indira/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.005Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-pratley-philomena] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-pratley-philomena] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.015Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-pratley-philomena/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-pratley-philomena/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.021Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-pullabooka-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-pullabooka-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.029Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-pullabooka-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-pullabooka-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.036Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/nkfa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/nkfa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.046Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/nkfa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/nkfa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.052Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/aspirin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/aspirin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.062Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/aspirin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/aspirin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.068Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/ibuprofen-refuted] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/ibuprofen-refuted] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.076Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/ibuprofen-refuted/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/ibuprofen-refuted/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.089Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-delaney-azzie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-delaney-azzie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.097Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-delaney-azzie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-delaney-azzie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.106Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-perry-rebekah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-perry-rebekah] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.115Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-perry-rebekah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-perry-rebekah/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.123Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateacute-beswick-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateacute-beswick-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.136Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateacute-beswick-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateacute-beswick-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.143Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-felmingham-marian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-felmingham-marian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.153Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-felmingham-marian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-felmingham-marian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.161Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-woodcroft-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-woodcroft-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.171Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-woodcroft-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-woodcroft-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.179Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-dixon-astrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-dixon-astrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.187Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-dixon-astrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-dixon-astrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.194Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pharmacyretail-east-mackay-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pharmacyretail-east-mackay-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.206Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pharmacyretail-east-mackay-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pharmacyretail-east-mackay-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.212Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-ford-dean] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-ford-dean] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.220Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-ford-dean/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-ford-dean/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.227Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-howell-natalia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-howell-natalia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.238Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-howell-natalia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-howell-natalia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.245Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pharmacyretail-pine-view-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pharmacyretail-pine-view-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.253Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pharmacyretail-pine-view-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pharmacyretail-pine-view-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.262Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-lamerton-betsy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-lamerton-betsy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.271Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-lamerton-betsy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-lamerton-betsy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.279Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-chambers-greg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-chambers-greg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.291Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-chambers-greg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-chambers-greg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.299Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-healy-damian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-healy-damian] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.311Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-healy-damian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-healy-damian/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.319Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateacute-wannon-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateacute-wannon-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.329Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateacute-wannon-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateacute-wannon-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.334Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-shearer-joesfine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-shearer-joesfine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.344Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-shearer-joesfine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-shearer-joesfine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.355Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-carrington-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-carrington-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.363Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-carrington-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-carrington-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.369Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-harding-clyde] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-harding-clyde] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.380Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-harding-clyde/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-harding-clyde/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.388Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pharmacyretail-ludmilla-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pharmacyretail-ludmilla-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.396Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pharmacyretail-ludmilla-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pharmacyretail-ludmilla-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.404Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-frenchs-forest-east-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-frenchs-forest-east-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.413Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-frenchs-forest-east-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-frenchs-forest-east-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.421Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-barrett-carey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-barrett-carey] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.429Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-barrett-carey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-barrett-carey/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.434Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-mckenzie-creek-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-mckenzie-creek-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.443Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-mckenzie-creek-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-mckenzie-creek-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.452Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-mccarthy-kate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-mccarthy-kate] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.464Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-mccarthy-kate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-mccarthy-kate/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.470Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/emergencymedicine-mitchell-frankie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/emergencymedicine-mitchell-frankie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.480Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/emergencymedicine-mitchell-frankie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/emergencymedicine-mitchell-frankie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.486Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/emergencydepartment-tarampa-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/emergencydepartment-tarampa-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.498Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/emergencydepartment-tarampa-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/emergencydepartment-tarampa-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.506Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/emergencymedicine-gilmour-damon] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/emergencymedicine-gilmour-damon] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.514Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/emergencymedicine-gilmour-damon/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/emergencymedicine-gilmour-damon/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.522Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/emergencydepartment-dubbo-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/emergencydepartment-dubbo-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.531Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/emergencydepartment-dubbo-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/emergencydepartment-dubbo-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.536Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-peterson-megan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-peterson-megan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.546Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-peterson-megan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-peterson-megan/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.552Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/communitypharmacy-appin-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/communitypharmacy-appin-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.562Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/communitypharmacy-appin-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/communitypharmacy-appin-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.567Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/blood-group-panel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/blood-group-panel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.578Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/blood-group-panel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/blood-group-panel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.585Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Procedure/dialysis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Procedure/dialysis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.597Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Procedure/dialysis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Procedure/dialysis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.603Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/publicacute-bunbury-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/publicacute-bunbury-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.612Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/publicacute-bunbury-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/publicacute-bunbury-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.618Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-osmond-deadra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-osmond-deadra] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.628Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-osmond-deadra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-osmond-deadra/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.635Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-dent-aldo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-dent-aldo] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.650Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-dent-aldo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-dent-aldo/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.656Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-potter-lamar] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-potter-lamar] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.666Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-potter-lamar/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-potter-lamar/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.673Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateacute-yunta-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateacute-yunta-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.686Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateacute-yunta-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateacute-yunta-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.697Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-steele-clyde] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-steele-clyde] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.708Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-steele-clyde/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-steele-clyde/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.715Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-patrick-nancy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-patrick-nancy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.724Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-patrick-nancy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-patrick-nancy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.730Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-doyle-hana] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-doyle-hana] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.737Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-doyle-hana/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-doyle-hana/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.744Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-cane-elden] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-cane-elden] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.752Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-cane-elden/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-cane-elden/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.761Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pharmacyretail-lilydale-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pharmacyretail-lilydale-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.770Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pharmacyretail-lilydale-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pharmacyretail-lilydale-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.776Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-mclennan-miguel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-mclennan-miguel] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.791Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-mclennan-miguel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-mclennan-miguel/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.798Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pharmacyretail-mcbeath-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pharmacyretail-mcbeath-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.807Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pharmacyretail-mcbeath-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pharmacyretail-mcbeath-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.813Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/chiropractic-karkoo-chiropractic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/chiropractic-karkoo-chiropractic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.823Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/chiropractic-karkoo-chiropractic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/chiropractic-karkoo-chiropractic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.830Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-back-valley-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-back-valley-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.841Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-back-valley-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-back-valley-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.849Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-heaney-brock] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-heaney-brock] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.859Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-heaney-brock/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-heaney-brock/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.868Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/emergencymedicine-hickson-ngoc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/emergencymedicine-hickson-ngoc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.878Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/emergencymedicine-hickson-ngoc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/emergencymedicine-hickson-ngoc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.885Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/emergencydepartment-mount-glasgow-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/emergencydepartment-mount-glasgow-emergency] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.896Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/emergencydepartment-mount-glasgow-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/emergencydepartment-mount-glasgow-emergency/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.904Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/aboriginal-darcy-stella] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/aboriginal-darcy-stella] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.914Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/aboriginal-darcy-stella/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/aboriginal-darcy-stella/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.923Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-power-linda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-power-linda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.930Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-power-linda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-power-linda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.937Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/communityhealth-balbarrup-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/communityhealth-balbarrup-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.945Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/communityhealth-balbarrup-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/communityhealth-balbarrup-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.952Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/specialistmedical-gangat-endocrinology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/specialistmedical-gangat-endocrinology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.961Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/specialistmedical-gangat-endocrinology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/specialistmedical-gangat-endocrinology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.970Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-douglas-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-douglas-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.982Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-douglas-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-douglas-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.988Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-burdett-palmer] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-burdett-palmer] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:30.997Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-burdett-palmer/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-burdett-palmer/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.004Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pharmacyretail-ginninderra-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pharmacyretail-ginninderra-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.013Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pharmacyretail-ginninderra-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pharmacyretail-ginninderra-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.020Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-lees-noreen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-lees-noreen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.029Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-lees-noreen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-lees-noreen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.035Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-fishermans-reach-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-fishermans-reach-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.043Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-fishermans-reach-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-fishermans-reach-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.052Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-osborne-bonny] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-osborne-bonny] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.061Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-osborne-bonny/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-osborne-bonny/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.069Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-packham-delores] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-packham-delores] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.079Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-packham-delores/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-packham-delores/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.086Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-pickford-lisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-pickford-lisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.093Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-pickford-lisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-pickford-lisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.102Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalmedical-beltana-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalmedical-beltana-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.113Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalmedical-beltana-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalmedical-beltana-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.121Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/smokingstatus-notasked] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/smokingstatus-notasked] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.131Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/smokingstatus-notasked/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/smokingstatus-notasked/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.139Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-egan-shae] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-egan-shae] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.147Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-egan-shae/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-egan-shae/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.156Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-guthridge-jarred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-guthridge-jarred] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.167Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-guthridge-jarred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-guthridge-jarred/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.175Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalmedical-elimbah-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalmedical-elimbah-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.182Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalmedical-elimbah-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalmedical-elimbah-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.189Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/specialistmedical-bayview-heights-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/specialistmedical-bayview-heights-oncology-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.197Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/specialistmedical-bayview-heights-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/specialistmedical-bayview-heights-oncology-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.205Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/reaptan-reference] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/reaptan-reference] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.218Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/reaptan-reference/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/reaptan-reference/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.225Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/reaptan-missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/reaptan-missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.233Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/reaptan-missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/reaptan-missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.242Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/reaptan-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/reaptan-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.251Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/reaptan-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/reaptan-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.256Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/reaptan-missing-authoredOn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/reaptan-missing-authoredOn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.266Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/reaptan-missing-authoredOn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/reaptan-missing-authoredOn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.272Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Procedure/stentinsertion] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Procedure/stentinsertion] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.282Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Procedure/stentinsertion/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Procedure/stentinsertion/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.292Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/reaptan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/reaptan] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.305Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/reaptan/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/reaptan/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.313Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/reaptan-missing-medication] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/reaptan-missing-medication] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.323Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/reaptan-missing-medication/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/reaptan-missing-medication/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.331Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/publicacute-kensington-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/publicacute-kensington-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.341Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/publicacute-kensington-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/publicacute-kensington-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.349Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-shephard-lizabeth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-shephard-lizabeth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.359Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-shephard-lizabeth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-shephard-lizabeth/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.368Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-simons-reggie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-simons-reggie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.376Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-simons-reggie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-simons-reggie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.384Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-mackenzie-cinda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-mackenzie-cinda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.394Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-mackenzie-cinda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-mackenzie-cinda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.400Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-frankel-mary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-frankel-mary] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.410Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-frankel-mary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-frankel-mary/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.416Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-rowland-josh] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-rowland-josh] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.425Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-rowland-josh/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-rowland-josh/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.432Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-pratley-maynard] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-pratley-maynard] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.440Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-pratley-maynard/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-pratley-maynard/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.446Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/publicacute-leasingham-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/publicacute-leasingham-public-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.453Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/publicacute-leasingham-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/publicacute-leasingham-public-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.460Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalmedical-milnes-bridge-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalmedical-milnes-bridge-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.470Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalmedical-milnes-bridge-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalmedical-milnes-bridge-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.476Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-shea-ingrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-shea-ingrid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.484Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-shea-ingrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-shea-ingrid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.491Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-moss-jaime] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-moss-jaime] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.500Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-moss-jaime/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-moss-jaime/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.507Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-kununurra-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-kununurra-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.516Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-kununurra-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-kununurra-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.523Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-khouri-stewart] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-khouri-stewart] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.533Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-khouri-stewart/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-khouri-stewart/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.540Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-thorpe-mia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-thorpe-mia] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.548Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-thorpe-mia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-thorpe-mia/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.555Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateprofit-rowsley-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateprofit-rowsley-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.562Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateprofit-rowsley-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateprofit-rowsley-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.571Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-ross-moses] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-ross-moses] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.578Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-ross-moses/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-ross-moses/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.586Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-goodwin-aida] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-goodwin-aida] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.596Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-goodwin-aida/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-goodwin-aida/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.602Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-cape-jaffa-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-cape-jaffa-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.611Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-cape-jaffa-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-cape-jaffa-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.619Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-parr-adelaide] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-parr-adelaide] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.628Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-parr-adelaide/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-parr-adelaide/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.635Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/atorvastatin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/atorvastatin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.644Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/atorvastatin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/atorvastatin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.650Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-covid-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-covid-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.663Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-covid-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-covid-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.670Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.678Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.685Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-missing-value] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-missing-value] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.697Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-missing-value/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-missing-value/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.706Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-missing-effective] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-missing-effective] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.717Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-missing-effective/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-missing-effective/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.723Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.731Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.739Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/pathresult-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/pathresult-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.749Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/pathresult-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/pathresult-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.755Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/cardio-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/cardio-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.764Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/cardio-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/cardio-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.772Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-kioma-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-kioma-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.780Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-kioma-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-kioma-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.785Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-herbert-aimee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-herbert-aimee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.797Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-herbert-aimee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-herbert-aimee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.802Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-burrows-ginger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-burrows-ginger] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.813Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-burrows-ginger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-burrows-ginger/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.819Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalpractice-bungabbee-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalpractice-bungabbee-medical-clinic] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.830Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalpractice-bungabbee-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalpractice-bungabbee-medical-clinic/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.838Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-patrick-fletcher] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-patrick-fletcher] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.849Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-patrick-fletcher/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-patrick-fletcher/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.857Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/specialistmedical-kippenduff-cardiologist] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/specialistmedical-kippenduff-cardiologist] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.864Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/specialistmedical-kippenduff-cardiologist/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/specialistmedical-kippenduff-cardiologist/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.871Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/pathologylaboratory-wingfield-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/pathologylaboratory-wingfield-pathology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.879Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/pathologylaboratory-wingfield-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/pathologylaboratory-wingfield-pathology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.886Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/pathologist-hickson-eldora] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/pathologist-hickson-eldora] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.895Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/pathologist-hickson-eldora/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/pathologist-hickson-eldora/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.902Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalmedical-lake-wells-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalmedical-lake-wells-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.910Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalmedical-lake-wells-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalmedical-lake-wells-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.917Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-harding-diana] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-harding-diana] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.926Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-harding-diana/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-harding-diana/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.932Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-lumb-lovie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-lumb-lovie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.944Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-lumb-lovie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-lumb-lovie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.951Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/audiologyservice-mitchells-hill-audiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/audiologyservice-mitchells-hill-audiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.964Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/audiologyservice-mitchells-hill-audiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/audiologyservice-mitchells-hill-audiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.972Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-munro-rose] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-munro-rose] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.980Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-munro-rose/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-munro-rose/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.987Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-guthrie-daine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-guthrie-daine] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:31.995Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-guthrie-daine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-guthrie-daine/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.003Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateacute-mount-mitchell-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateacute-mount-mitchell-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.012Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateacute-mount-mitchell-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateacute-mount-mitchell-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.019Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-milgate-leisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-milgate-leisa] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.028Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-milgate-leisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-milgate-leisa/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.035Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-mount-charlton-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-mount-charlton-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.044Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-mount-charlton-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-mount-charlton-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.049Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-mclaughlin-kimberlee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-mclaughlin-kimberlee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.057Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-mclaughlin-kimberlee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-mclaughlin-kimberlee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.064Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-kaltukatjara-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-kaltukatjara-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.071Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-kaltukatjara-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-kaltukatjara-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.079Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-gartshore-evelyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-gartshore-evelyn] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.088Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-gartshore-evelyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-gartshore-evelyn/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.094Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalmedical-alice-springs-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalmedical-alice-springs-medical-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.103Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalmedical-alice-springs-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalmedical-alice-springs-medical-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.109Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-guthrie-aaron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-guthrie-aaron] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.119Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-guthrie-aaron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-guthrie-aaron/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.125Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-martin-kirstie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-martin-kirstie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.136Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-martin-kirstie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-martin-kirstie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.144Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/diagnosticimaging-nicholls-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/diagnosticimaging-nicholls-radiology] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.153Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/diagnosticimaging-nicholls-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/diagnosticimaging-nicholls-radiology/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.160Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/diagnostic-hill-maryln] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/diagnostic-hill-maryln] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.168Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/diagnostic-hill-maryln/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/diagnostic-hill-maryln/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.175Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/retailpharmacist-coughlin-tonda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/retailpharmacist-coughlin-tonda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.187Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/retailpharmacist-coughlin-tonda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/retailpharmacist-coughlin-tonda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.195Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/communitypharmacy-launching-place-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/communitypharmacy-launching-place-pharmacy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.205Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/communitypharmacy-launching-place-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/communitypharmacy-launching-place-pharmacy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.213Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-marchant-ivy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-marchant-ivy] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.223Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-marchant-ivy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-marchant-ivy/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.229Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-patten-annie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-patten-annie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.239Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-patten-annie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-patten-annie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.244Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateacute-robigana-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateacute-robigana-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.255Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateacute-robigana-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateacute-robigana-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.261Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-mcguire-jesse] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-mcguire-jesse] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.273Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-mcguire-jesse/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-mcguire-jesse/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.284Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/aboriginal-coulter-oliver] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/aboriginal-coulter-oliver] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.295Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/aboriginal-coulter-oliver/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/aboriginal-coulter-oliver/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.302Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-lamerton-buck] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-lamerton-buck] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.311Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-lamerton-buck/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-lamerton-buck/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.319Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/communityhealth-southedge-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/communityhealth-southedge-practice] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.327Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/communityhealth-southedge-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/communityhealth-southedge-practice/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.333Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateacute-monash-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateacute-monash-private-hospital] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.345Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateacute-monash-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateacute-monash-private-hospital/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.351Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/surgeongeneral-pickford-aimee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/surgeongeneral-pickford-aimee] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.360Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/surgeongeneral-pickford-aimee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/surgeongeneral-pickford-aimee/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.366Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-grant-lindsay] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-grant-lindsay] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.376Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-grant-lindsay/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-grant-lindsay/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.383Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-donaldson-stephanie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-donaldson-stephanie] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.391Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-donaldson-stephanie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-donaldson-stephanie/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.399Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-berry-shay] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-berry-shay] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.407Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-berry-shay/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-berry-shay/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.413Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-mclean-lizzette] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-mclean-lizzette] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.422Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-mclean-lizzette/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-mclean-lizzette/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.430Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/nursepractitioner-mcleod-clinton] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/nursepractitioner-mcleod-clinton] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.439Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/nursepractitioner-mcleod-clinton/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/nursepractitioner-mcleod-clinton/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.445Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/privateprofit-hudson-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/privateprofit-hudson-aged-care] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.454Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/privateprofit-hudson-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/privateprofit-hudson-aged-care/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.460Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/registerednurses-roberts-benjamin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/registerednurses-roberts-benjamin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.468Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/registerednurses-roberts-benjamin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/registerednurses-roberts-benjamin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.475Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read PractitionerRole/generalpractitioner-lowe-abe] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read PractitionerRole/generalpractitioner-lowe-abe] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.484Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update PractitionerRole/generalpractitioner-lowe-abe/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update PractitionerRole/generalpractitioner-lowe-abe/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.491Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read HealthcareService/generalmedical-mossy-point-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read HealthcareService/generalmedical-mossy-point-medical-centre] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.499Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update HealthcareService/generalmedical-mossy-point-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update HealthcareService/generalmedical-mossy-point-medical-centre/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.507Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/air-covid-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/air-covid-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.518Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/air-covid-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/air-covid-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.526Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/fever] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/fever] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.537Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/fever/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/fever/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.547Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Procedure/obstetric-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Procedure/obstetric-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.560Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Procedure/obstetric-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Procedure/obstetric-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.565Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Procedure/obstetric-missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Procedure/obstetric-missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.578Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Procedure/obstetric-missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Procedure/obstetric-missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.585Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Procedure/obstetric] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Procedure/obstetric] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.597Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Procedure/obstetric/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Procedure/obstetric/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.603Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Procedure/obstetric-missing-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Procedure/obstetric-missing-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.613Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Procedure/obstetric-missing-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Procedure/obstetric-missing-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.622Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/klacid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/klacid] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.631Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/klacid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/klacid/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.639Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/home-meds-review] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/home-meds-review] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.651Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/home-meds-review/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/home-meds-review/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.658Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/renal-dialysis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/renal-dialysis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.667Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/renal-dialysis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/renal-dialysis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.677Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/heartrate-1-exercise] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/heartrate-1-exercise] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.690Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/heartrate-1-exercise/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/heartrate-1-exercise/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.696Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/annualvisit-missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/annualvisit-missing-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.707Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/annualvisit-missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/annualvisit-missing-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.713Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskgroup-path-scenario-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskgroup-path-scenario-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.721Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskgroup-path-scenario-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskgroup-path-scenario-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.729Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskgroup-pathology-rf-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskgroup-pathology-rf-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.740Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskgroup-pathology-rf-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskgroup-pathology-rf-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.748Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/gp-consultation] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/gp-consultation] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.758Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/gp-consultation/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/gp-consultation/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.766Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/heartrate-1-exercise-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/heartrate-1-exercise-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.776Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/heartrate-1-exercise-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/heartrate-1-exercise-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.783Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/annualvisit-missing-class] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/annualvisit-missing-class] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.792Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/annualvisit-missing-class/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/annualvisit-missing-class/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.800Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/annualvisit-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/annualvisit-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.812Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/annualvisit-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/annualvisit-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.821Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyheight-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyheight-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.833Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyheight-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyheight-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.841Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyweight-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyweight-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.856Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyweight-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyweight-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.864Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/nailwound] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/nailwound] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.874Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/nailwound/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/nailwound/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.880Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyweight-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyweight-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.892Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyweight-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyweight-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.900Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/waistcircum-1-position] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/waistcircum-1-position] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.913Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/waistcircum-1-position/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/waistcircum-1-position/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.918Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/uti] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/uti] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.930Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/uti/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/uti/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.938Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/annualvisit-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/annualvisit-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.946Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/annualvisit-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/annualvisit-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.954Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/telehealth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/telehealth] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.961Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/telehealth/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/telehealth/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.967Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/wasp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/wasp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.975Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/wasp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/wasp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.980Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/waistcircum-1-position-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/waistcircum-1-position-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:32.993Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/waistcircum-1-position-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/waistcircum-1-position-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.000Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/observation-pregnancy-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/observation-pregnancy-status] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.009Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/observation-pregnancy-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/observation-pregnancy-status/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.015Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/egg-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/egg-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.027Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/egg-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/egg-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.032Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/dust] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/dust] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.040Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/dust/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/dust/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.046Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/egg-entered-in-error] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/egg-entered-in-error] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.056Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/egg-entered-in-error/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/egg-entered-in-error/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.064Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyheight-1-device] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyheight-1-device] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.074Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyheight-1-device/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyheight-1-device/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.080Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bloodpressure-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bloodpressure-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.092Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bloodpressure-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bloodpressure-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.100Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/vkc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/vkc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.112Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/vkc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/vkc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.119Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/egg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/egg] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.129Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/egg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/egg/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.135Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/waistcircum-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/waistcircum-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.148Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/waistcircum-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/waistcircum-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.154Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/nkda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/nkda] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.163Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/nkda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/nkda/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.171Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/heartrate-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/heartrate-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.180Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/heartrate-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/heartrate-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.188Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyheight-1-device-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyheight-1-device-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.196Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyheight-1-device-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyheight-1-device-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.203Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/egg-missing-verificationStatus] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/egg-missing-verificationStatus] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.221Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/egg-missing-verificationStatus/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/egg-missing-verificationStatus/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.228Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/covid-admin-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/covid-admin-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.237Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/covid-admin-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/covid-admin-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.243Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/covid-admin-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/covid-admin-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.252Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/covid-admin-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/covid-admin-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.259Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/egg-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/egg-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.267Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/egg-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/egg-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.274Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/lactose] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/lactose] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.288Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/lactose/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/lactose/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.299Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskgroup-imaging-rf-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskgroup-imaging-rf-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.310Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskgroup-imaging-rf-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskgroup-imaging-rf-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.320Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/lymphoma] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/lymphoma] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.329Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/lymphoma/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/lymphoma/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.336Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/pollen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/pollen] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.344Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/pollen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/pollen/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.353Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/smokingstatus-current-smoker] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/smokingstatus-current-smoker] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.361Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/smokingstatus-current-smoker/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/smokingstatus-current-smoker/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.368Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/metformin-contained] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/metformin-contained] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.376Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/metformin-contained/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/metformin-contained/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.384Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/gpvisit-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/gpvisit-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.393Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/gpvisit-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/gpvisit-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.400Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/atorvastatin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/atorvastatin] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.411Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/atorvastatin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/atorvastatin/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.418Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/atorvastatin-instance] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/atorvastatin-instance] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.427Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/atorvastatin-instance/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/atorvastatin-instance/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.434Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/gram-stain] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/gram-stain] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.444Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/gram-stain/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/gram-stain/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.451Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bloodpressure-diastolic-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bloodpressure-diastolic-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.464Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bloodpressure-diastolic-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bloodpressure-diastolic-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.471Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bloodpressure-systolic-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bloodpressure-systolic-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.481Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bloodpressure-systolic-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bloodpressure-systolic-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.488Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bloodpressure-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bloodpressure-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.499Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bloodpressure-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bloodpressure-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.507Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/nkda2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/nkda2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.518Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/nkda2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/nkda2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.526Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/peanut] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/peanut] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.537Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/peanut/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/peanut/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.542Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/guineapigdander] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/guineapigdander] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.550Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/guineapigdander/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/guineapigdander/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.558Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/catdander] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/catdander] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.567Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/catdander/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/catdander/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.575Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/mmr] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/mmr] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.585Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/mmr/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/mmr/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.594Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read AllergyIntolerance/rabbitdander] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read AllergyIntolerance/rabbitdander] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.602Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update AllergyIntolerance/rabbitdander/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update AllergyIntolerance/rabbitdander/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.611Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/satO2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/satO2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.622Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/satO2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/satO2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.628Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read ServiceRequest/order-xray-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read ServiceRequest/order-xray-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.637Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update ServiceRequest/order-xray-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update ServiceRequest/order-xray-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.643Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read ServiceRequest/order-fbc-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read ServiceRequest/order-fbc-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.654Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update ServiceRequest/order-fbc-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update ServiceRequest/order-fbc-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.661Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/zinc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/zinc] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.672Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/zinc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/zinc/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.680Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyweight-3-clothing-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyweight-3-clothing-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.691Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyweight-3-clothing-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyweight-3-clothing-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.699Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyweight-3-clothing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyweight-3-clothing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.713Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyweight-3-clothing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyweight-3-clothing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.720Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodytemp-1-device-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodytemp-1-device-missing] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.735Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodytemp-1-device-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodytemp-1-device-missing/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.741Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read ServiceRequest/path-scenario-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read ServiceRequest/path-scenario-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.750Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update ServiceRequest/path-scenario-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update ServiceRequest/path-scenario-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.757Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodyweight-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodyweight-3] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.771Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodyweight-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodyweight-3/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.777Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/cellulitis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/cellulitis] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.786Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/cellulitis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/cellulitis/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.795Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodytemp-1-device] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodytemp-1-device] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.811Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodytemp-1-device/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodytemp-1-device/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.823Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read Observation/bodytemp-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Observation/bodytemp-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.837Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update Observation/bodytemp-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Observation/bodytemp-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.845Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/nailwound-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/nailwound-missing-code] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.854Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/nailwound-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/nailwound-missing-code/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.862Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/nailwound] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/nailwound] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.872Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/nailwound/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/nailwound/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.881Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/nailwound-missing-category] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/nailwound-missing-category] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.890Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/nailwound-missing-category/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/nailwound-missing-category/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.898Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[read Condition/nailwound-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Condition/nailwound-suppressed-subject] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.906Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[update Condition/nailwound-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Condition/nailwound-suppressed-subject/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.917Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationStatement/completed-bactrim] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationStatement/completed-bactrim] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.929Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationStatement/completed-bactrim/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationStatement/completed-bactrim/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.938Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read ServiceRequest/order-bg-abs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read ServiceRequest/order-bg-abs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.950Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update ServiceRequest/order-bg-abs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update ServiceRequest/order-bg-abs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.958Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read ServiceRequest/order-obsus-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read ServiceRequest/order-obsus-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.970Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update ServiceRequest/order-obsus-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update ServiceRequest/order-obsus-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.978Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read ServiceRequest/order-glu-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read ServiceRequest/order-glu-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.988Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update ServiceRequest/order-glu-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update ServiceRequest/order-glu-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:33.997Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read ServiceRequest/order-urinemcs-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read ServiceRequest/order-urinemcs-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.009Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update ServiceRequest/order-urinemcs-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update ServiceRequest/order-urinemcs-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.018Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read ServiceRequest/order-ironstudies] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read ServiceRequest/order-ironstudies] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.026Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update ServiceRequest/order-ironstudies/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update ServiceRequest/order-ironstudies/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.035Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/covid-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/covid-2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.046Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/covid-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/covid-2/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.055Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Immunization/covid-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Immunization/covid-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.066Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Immunization/covid-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Immunization/covid-1/_history/2] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.073Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Encounter/biopsy-inpatient] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Encounter/biopsy-inpatient] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.082Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Encounter/biopsy-inpatient/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Encounter/biopsy-inpatient/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.089Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Consent/mhr-consent-withdrawal-max] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Consent/mhr-consent-withdrawal-max] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.102Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Consent/mhr-consent-withdrawal-max/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Consent/mhr-consent-withdrawal-max/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.110Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskfulfilment-imaging-rf-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskfulfilment-imaging-rf-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.120Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskfulfilment-imaging-rf-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskfulfilment-imaging-rf-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.128Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskfulfilment-pathology-rf-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskfulfilment-pathology-rf-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.141Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskfulfilment-pathology-rf-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskfulfilment-pathology-rf-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.150Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskfulfilment-path-scenario-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskfulfilment-path-scenario-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.161Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskfulfilment-path-scenario-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskfulfilment-path-scenario-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.169Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read MedicationRequest/fluclox] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read MedicationRequest/fluclox] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.178Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update MedicationRequest/fluclox/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update MedicationRequest/fluclox/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.184Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskfulfilment-order-bg-abs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskfulfilment-order-bg-abs] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.194Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskfulfilment-order-bg-abs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskfulfilment-order-bg-abs/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.199Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskfulfilment-order-obsus-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskfulfilment-order-obsus-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.208Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskfulfilment-order-obsus-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskfulfilment-order-obsus-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.215Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read CommunicationRequest/communicationrequest-copyto-gp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read CommunicationRequest/communicationrequest-copyto-gp] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.223Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update CommunicationRequest/communicationrequest-copyto-gp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update CommunicationRequest/communicationrequest-copyto-gp/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.233Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskfulfilment-order-glu-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskfulfilment-order-glu-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.243Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskfulfilment-order-glu-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskfulfilment-order-glu-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.249Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskfulfilment-order-urinemcs-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskfulfilment-order-urinemcs-1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.259Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskfulfilment-order-urinemcs-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskfulfilment-order-urinemcs-1/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.264Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[read Task/taskfulfilment-order-ironstudies] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Task/taskfulfilment-order-ironstudies] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.273Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[update Task/taskfulfilment-order-ironstudies/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Task/taskfulfilment-order-ironstudies/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.278Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read Procedure/mri-brain] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Procedure/mri-brain] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.289Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[update Procedure/mri-brain/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Procedure/mri-brain/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.295Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read Procedure/biopsy-brain] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[read Procedure/biopsy-brain] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T13:28:34.305Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[update Procedure/biopsy-brain/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON] Operation[update Procedure/biopsy-brain/_history/1] UA[python-requests/2.31.0] Params[] ResponseEncoding[JSON]
2025-04-24T14:03:23.299Z INFO 8 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-04-24T14:03:23.468Z INFO 8 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Completed initialization in 163 ms
2025-04-24T14:03:23.876Z INFO 8 --- [nio-8080-exec-5] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T14:03:25.407Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:03:25.871Z INFO 8 --- [nio-8080-exec-5] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-24T14:03:55.609Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:03:57.881Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:03:58.276Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:04:00.583Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No mapping for GET /html/nhome.html
2025-04-24T14:04:00.597Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No endpoint GET /html/nhome.html.
2025-04-24T14:04:00.792Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /api/hpe-restapi.json
2025-04-24T14:04:00.793Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /api/hpe-restapi.json.
2025-04-24T14:05:27.763Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:29.414Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /favicon2.iso
2025-04-24T14:05:29.414Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /favicon2.iso.
2025-04-24T14:05:29.540Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.iso
2025-04-24T14:05:29.540Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /favicon.iso.
2025-04-24T14:05:35.258Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:37.500Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:38.270Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:40.568Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:41.176Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:42.155Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /properties/description.dhtml
2025-04-24T14:05:42.155Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /properties/description.dhtml.
2025-04-24T14:05:42.277Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /properties/configuration.php
2025-04-24T14:05:42.278Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint GET /properties/configuration.php.
2025-04-24T14:05:42.414Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /header.php
2025-04-24T14:05:42.414Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No endpoint GET /header.php.
2025-04-24T14:05:42.814Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /aboutprinter.html
2025-04-24T14:05:42.815Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /aboutprinter.html.
2025-04-24T14:05:42.936Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /properties/configuration.php
2025-04-24T14:05:42.937Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /properties/configuration.php.
2025-04-24T14:05:43.330Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:43.645Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:43.892Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:44.223Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:45.089Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:46.215Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:46.416Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /login.php
2025-04-24T14:05:46.416Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /login.php.
2025-04-24T14:05:46.532Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /this_server/all_settings.shtml
2025-04-24T14:05:46.532Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /this_server/all_settings.shtml.
2025-04-24T14:05:46.711Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /login.html
2025-04-24T14:05:46.712Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /login.html.
2025-04-24T14:05:46.724Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:47.543Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:47.940Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:48.175Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:48.504Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /authenticate/login
2025-04-24T14:05:48.504Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /authenticate/login.
2025-04-24T14:05:48.552Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:48.754Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /start.js
2025-04-24T14:05:48.754Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /start.js.
2025-04-24T14:05:48.993Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /tmui/
2025-04-24T14:05:48.994Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /tmui/.
2025-04-24T14:05:49.178Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /login
2025-04-24T14:05:49.178Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint GET /login.
2025-04-24T14:05:49.297Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:49.316Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /netmri/config/userAdmin/login.tdf
2025-04-24T14:05:49.316Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No endpoint GET /netmri/config/userAdmin/login.tdf.
2025-04-24T14:05:49.454Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /scgi-bin/platform.cgi
2025-04-24T14:05:49.454Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /scgi-bin/platform.cgi.
2025-04-24T14:05:49.576Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /admin/login.do
2025-04-24T14:05:49.576Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /admin/login.do.
2025-04-24T14:05:49.707Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /en/main.js
2025-04-24T14:05:49.707Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint GET /en/main.js.
2025-04-24T14:05:49.844Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /mgmt/login
2025-04-24T14:05:49.845Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /mgmt/login.
2025-04-24T14:05:50.128Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /login
2025-04-24T14:05:50.128Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /login.
2025-04-24T14:05:50.134Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /check_proxy.html
2025-04-24T14:05:50.134Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /check_proxy.html.
2025-04-24T14:05:50.285Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /home.htm
2025-04-24T14:05:50.285Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint GET /home.htm.
2025-04-24T14:05:50.414Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /sws/data/sws_data.js
2025-04-24T14:05:50.414Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /sws/data/sws_data.js.
2025-04-24T14:05:50.550Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /wcd/system.xml
2025-04-24T14:05:50.551Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /wcd/system.xml.
2025-04-24T14:05:50.749Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:50.804Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /Home.do
2025-04-24T14:05:50.804Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /Home.do.
2025-04-24T14:05:50.814Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /ptz.htm
2025-04-24T14:05:50.814Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No endpoint GET /ptz.htm.
2025-04-24T14:05:51.096Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /loginMsg.js
2025-04-24T14:05:51.097Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint GET /loginMsg.js.
2025-04-24T14:05:51.946Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /commoncgi/servlet/CCGIServlet
2025-04-24T14:05:51.947Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /commoncgi/servlet/CCGIServlet.
2025-04-24T14:05:52.085Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /admin_ui/mas/ent/login.html
2025-04-24T14:05:52.086Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /admin_ui/mas/ent/login.html.
2025-04-24T14:05:52.424Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:52.888Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:53.236Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET //
2025-04-24T14:05:53.236Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET //.
2025-04-24T14:05:54.110Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:54.458Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /MSWSMTP/Common/Authentication/Logon.aspx
2025-04-24T14:05:54.458Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /MSWSMTP/Common/Authentication/Logon.aspx.
2025-04-24T14:05:54.467Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /robots.txt
2025-04-24T14:05:54.467Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /robots.txt.
2025-04-24T14:05:54.605Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /sitemap.xml
2025-04-24T14:05:54.606Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /sitemap.xml.
2025-04-24T14:05:54.727Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /.cobalt
2025-04-24T14:05:54.728Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /.cobalt.
2025-04-24T14:05:54.868Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /xmldata
2025-04-24T14:05:54.868Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /xmldata.
2025-04-24T14:05:54.869Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /admin.back
2025-04-24T14:05:54.869Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /admin.back.
2025-04-24T14:05:54.984Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /file
2025-04-24T14:05:54.985Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /file.
2025-04-24T14:05:54.995Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /upnp/BasicDevice.xml
2025-04-24T14:05:54.995Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /upnp/BasicDevice.xml.
2025-04-24T14:05:55.108Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /wavemaster.internal
2025-04-24T14:05:55.109Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /wavemaster.internal.
2025-04-24T14:05:55.171Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:55.326Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:55.602Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:57.120Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:05:58.936Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:06:11.853Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /Wsusadmin/Errors/BrowserSettings.aspx
2025-04-24T14:06:11.853Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /Wsusadmin/Errors/BrowserSettings.aspx.
2025-04-24T14:06:21.843Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:06:25.450Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:06:27.328Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No mapping for GET /api/sonicos/is-sslvpn-enabled
2025-04-24T14:06:27.329Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No endpoint GET /api/sonicos/is-sslvpn-enabled.
2025-04-24T14:06:32.074Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /home.asp
2025-04-24T14:06:32.074Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /home.asp.
2025-04-24T14:06:34.017Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:06:34.095Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:06:35.442Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /sapmc/sapmc.html
2025-04-24T14:06:35.442Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /sapmc/sapmc.html.
2025-04-24T14:06:36.026Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /SAPHostControl/
2025-04-24T14:06:36.026Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /SAPHostControl/.
2025-04-24T14:06:38.077Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:06:39.327Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /cgi-bin/authLogin.cgi
2025-04-24T14:06:39.327Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No endpoint GET /cgi-bin/authLogin.cgi.
2025-04-24T14:06:53.012Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:06:54.198Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /qsoap.qap
2025-04-24T14:06:54.198Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /qsoap.qap.
2025-04-24T14:07:03.854Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:07:04.250Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:07:04.347Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:07:06.166Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /invoker/EJBInvokerServlet
2025-04-24T14:07:06.166Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /invoker/EJBInvokerServlet.
2025-04-24T14:07:06.232Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /invoker/JMXInvokerServlet
2025-04-24T14:07:06.232Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /invoker/JMXInvokerServlet.
2025-04-24T14:07:15.531Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:07:17.314Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:07:18.630Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /HNAP1/
2025-04-24T14:07:18.630Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /HNAP1/.
2025-04-24T14:07:18.827Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:07:20.231Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:07:27.038Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:07:28.721Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:08:08.437Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:08:08.539Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:08:09.977Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /login
2025-04-24T14:08:09.977Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No endpoint GET /login.
2025-04-24T14:08:10.483Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /login.html
2025-04-24T14:08:10.483Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /login.html.
2025-04-24T14:08:13.770Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:08:15.266Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /securecgi-bin/CSUserCGI.exe
2025-04-24T14:08:15.266Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /securecgi-bin/CSUserCGI.exe.
2025-04-24T14:08:15.395Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /securecgi-bin/CSUserCGI.exe
2025-04-24T14:08:15.395Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No endpoint GET /securecgi-bin/CSUserCGI.exe.
2025-04-24T14:08:16.567Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:08:17.852Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No mapping for GET /self_upgrade.html
2025-04-24T14:08:17.852Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No endpoint GET /self_upgrade.html.
2025-04-24T14:08:19.207Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:08:19.585Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:08:20.415Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /cgi-bin/kvm.cgi
2025-04-24T14:08:20.415Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /cgi-bin/kvm.cgi.
2025-04-24T14:08:22.391Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No mapping for GET /snmx-cgi/fxm.exe
2025-04-24T14:08:22.392Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No endpoint GET /snmx-cgi/fxm.exe.
2025-04-24T14:08:48.927Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /servlet/admin
2025-04-24T14:08:48.927Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /servlet/admin.
2025-04-24T14:08:49.825Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:08:51.604Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /qwe/qwe/index.html
2025-04-24T14:08:51.605Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /qwe/qwe/index.html.
2025-04-24T14:16:54.407Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No mapping for GET /SiteScope/cgi/go.exe/SiteScope
2025-04-24T14:16:54.407Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No endpoint GET /SiteScope/cgi/go.exe/SiteScope.
2025-04-24T14:16:54.481Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-24T14:26:43.046Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T15:26:43.046Z INFO 8 --- [ler-clustered-3] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T16:26:43.040Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T17:26:43.042Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T18:26:43.042Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T19:26:43.043Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T20:26:43.053Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T21:26:43.046Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T22:26:43.039Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-24T23:26:43.059Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T00:26:43.071Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T01:26:43.047Z INFO 8 --- [ler-clustered-3] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T02:26:43.038Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T03:26:43.039Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T04:26:43.053Z INFO 8 --- [ler-clustered-3] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T05:26:43.042Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T06:26:43.045Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T07:26:43.043Z INFO 8 --- [ler-clustered-3] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T08:26:43.040Z INFO 8 --- [ler-clustered-3] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T09:26:43.040Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T10:26:43.045Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T10:59:54.811Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T10:59:54.814Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T10:59:56.935Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T10:59:57.340Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 391 ms. Found 52 JPA repository interfaces.
2025-04-25T11:00:03.688Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:00:04.064Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9211 ms
2025-04-25T11:00:04.633Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:00:04.659Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:00:04.761Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:00:04.761Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:00:04.761Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:00:04.761Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:00:04.762Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:00:04.762Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:00:04.763Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:00:04.763Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:00:04.763Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:00:04.764Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:00:04.764Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:00:04.764Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:00:04.764Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:00:04.764Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:00:04.874Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:00:04.874Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:00:04.875Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:00:05.169Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:00:05.438Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:00:05.478Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:00:05.589Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:00:05.975Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:00:06.686Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:00:06.806Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:00:08.148Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:00:08.156Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:00:08.307Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:00:10.420Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:00:10.718Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:00:15.666Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:00:18.690Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:00:21.022Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:00:21.070Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:00:22.643Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:00:22.785Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:00:23.173Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:00:24.888Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:00:31.076Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:00:31.212Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:00:31.271Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:00:31.272Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:00:31.274Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:00:31.276Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:00:31.276Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:00:31.277Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:00:31.277Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6bf86996
2025-04-25T11:00:31.277Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:00:31.278Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:00:31.279Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:00:31.292Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:00:31.292Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:00:31.292Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:00:31.292Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:00:31.292Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:00:31.292Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:00:31.292Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6bf86996
2025-04-25T11:00:31.293Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:00:32.242Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78
2025-04-25T11:00:32.243Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78 succeeded in 1ms
2025-04-25T11:00:32.255Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78
2025-04-25T11:00:32.256Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78 succeeded in 1ms
2025-04-25T11:00:32.257Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78
2025-04-25T11:00:32.257Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78 succeeded in 0ms
2025-04-25T11:00:32.258Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78
2025-04-25T11:00:32.258Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78 succeeded in 0ms
2025-04-25T11:00:32.258Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78
2025-04-25T11:00:32.259Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78 succeeded in 1ms
2025-04-25T11:00:32.260Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78
2025-04-25T11:00:32.261Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@23a5ec78 succeeded in 1ms
2025-04-25T11:00:32.385Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:00:32.781Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:00:32.783Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:00:32.847Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:00:40.390Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:00:42.670Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:00:43.871Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:00:45.308Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:00:45.335Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:00:45.335Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:00:45.336Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:00:45.336Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:00:45.336Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:00:45.336Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:00:45.336Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@50ddcc45
2025-04-25T11:00:45.428Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:00:45.816Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:00:45.817Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:00:45.821Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:00:45.821Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:00:45.822Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:00:45.822Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:00:45.822Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:00:45.822Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:00:45.822Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:00:45.822Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:00:45.822Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:00:45.825Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:00:47.277Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:00:47.410Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:00:47.416Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:00:47.436Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:00:47.440Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:00:47.443Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:00:47.449Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:00:47.452Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:00:47.455Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:00:47.458Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:00:47.460Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:00:47.464Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:00:47.470Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:00:47.475Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:00:47.477Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:00:47.478Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:00:47.480Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:00:47.482Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:00:47.483Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:00:47.484Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:00:47.485Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:00:47.487Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:00:47.489Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:00:47.498Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 53.604 seconds (process running for 74.866)
2025-04-25T11:00:47.750Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:00:47.812Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:00:47.814Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:00:48.742Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:00:48.752Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:00:48.754Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@571727cd was removed
2025-04-25T11:00:48.754Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@286c3e69 was removed
2025-04-25T11:00:48.793Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:17:16.785Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:17:16.792Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:17:19.703Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:17:20.330Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 605 ms. Found 52 JPA repository interfaces.
2025-04-25T11:17:24.776Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:17:25.255Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8403 ms
2025-04-25T11:17:25.697Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:17:25.725Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:17:25.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:17:25.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:17:25.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:17:25.824Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:17:25.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:17:25.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:17:25.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:17:25.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:17:25.825Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:17:25.826Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:17:25.826Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:17:25.826Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:17:25.826Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:17:25.827Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:17:25.885Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:17:25.886Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:17:25.887Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:17:26.178Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:17:26.458Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:17:26.485Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:17:26.602Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:17:26.963Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:17:27.894Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:17:28.007Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:17:29.802Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:17:29.806Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:17:29.969Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:17:32.646Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:17:32.880Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:17:37.585Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:17:40.312Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:17:42.142Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:17:42.180Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:17:44.492Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:17:44.784Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:17:45.377Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:17:47.210Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:17:55.459Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:17:55.557Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:17:55.588Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:17:55.590Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:17:55.594Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:17:55.597Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:17:55.597Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:17:55.598Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:17:55.598Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6755ffbe
2025-04-25T11:17:55.598Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:17:55.599Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:17:55.601Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:17:55.606Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:17:55.607Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:17:55.607Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:17:55.607Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:17:55.608Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:17:55.608Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:17:55.608Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6755ffbe
2025-04-25T11:17:55.609Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:17:56.456Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00
2025-04-25T11:17:56.461Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00 succeeded in 5ms
2025-04-25T11:17:56.486Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00
2025-04-25T11:17:56.488Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00 succeeded in 2ms
2025-04-25T11:17:56.489Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00
2025-04-25T11:17:56.492Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00 succeeded in 3ms
2025-04-25T11:17:56.493Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00
2025-04-25T11:17:56.495Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00 succeeded in 2ms
2025-04-25T11:17:56.496Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00
2025-04-25T11:17:56.497Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00 succeeded in 1ms
2025-04-25T11:17:56.499Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00
2025-04-25T11:17:56.500Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7dc61a00 succeeded in 1ms
2025-04-25T11:17:56.669Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:17:57.146Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:17:57.152Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:17:57.217Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:18:05.188Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:18:06.561Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:18:07.323Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:18:08.437Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:18:08.445Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:18:08.445Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:18:08.445Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:18:08.445Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:18:08.445Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:18:08.446Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:18:08.446Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@16f93148
2025-04-25T11:18:08.511Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:18:08.833Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:18:08.834Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:18:08.840Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:18:08.842Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:18:08.842Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:18:08.842Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:18:08.843Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:18:08.843Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:18:08.843Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:18:08.843Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:18:08.843Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:18:08.845Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:18:10.124Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:18:10.192Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:18:10.194Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:18:10.204Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:18:10.206Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:18:10.208Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:18:10.209Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:18:10.211Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:18:10.212Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:18:10.214Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:18:10.216Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:18:10.218Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:18:10.220Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:18:10.222Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:18:10.223Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:18:10.223Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:18:10.223Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:18:10.224Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:18:10.224Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:18:10.224Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:18:10.224Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:18:10.224Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:18:10.224Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:18:10.227Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 54.764 seconds (process running for 73.414)
2025-04-25T11:18:10.264Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:18:10.312Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:18:10.313Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:18:10.977Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:18:10.986Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:18:10.987Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@57906af0 was removed
2025-04-25T11:18:10.987Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@7c8f37a4 was removed
2025-04-25T11:18:11.029Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:23:24.596Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:23:24.602Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:23:26.838Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:23:27.148Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 295 ms. Found 52 JPA repository interfaces.
2025-04-25T11:23:30.283Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:23:30.526Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5859 ms
2025-04-25T11:23:30.830Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:23:30.840Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:23:30.923Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:23:30.923Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:23:30.923Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:23:30.923Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:23:30.923Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:23:30.923Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:23:30.923Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:23:30.924Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:23:30.924Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:23:30.924Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:23:30.925Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:23:30.925Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:23:30.925Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:23:30.925Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:23:30.968Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:23:30.968Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:23:30.969Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:23:31.196Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:23:31.521Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:23:31.551Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:23:31.666Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:23:31.981Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:23:32.496Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:23:32.558Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:23:33.615Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:23:33.618Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:23:33.713Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:23:35.082Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:23:35.268Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:23:38.568Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:23:40.578Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:23:41.672Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:23:41.691Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:23:42.663Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:23:42.754Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:23:42.981Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:23:43.995Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:23:48.219Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:23:48.277Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:23:48.302Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:23:48.303Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:23:48.304Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:23:48.306Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:23:48.307Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:23:48.307Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:23:48.307Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@2da714ee
2025-04-25T11:23:48.307Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:23:48.307Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:23:48.308Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:23:48.316Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:23:48.316Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:23:48.316Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:23:48.316Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:23:48.316Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:23:48.316Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:23:48.316Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@2da714ee
2025-04-25T11:23:48.316Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:23:49.086Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf
2025-04-25T11:23:49.088Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf succeeded in 2ms
2025-04-25T11:23:49.198Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf
2025-04-25T11:23:49.208Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf succeeded in 10ms
2025-04-25T11:23:49.209Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf
2025-04-25T11:23:49.210Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf succeeded in 1ms
2025-04-25T11:23:49.211Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf
2025-04-25T11:23:49.211Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf succeeded in 0ms
2025-04-25T11:23:49.212Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf
2025-04-25T11:23:49.213Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf succeeded in 1ms
2025-04-25T11:23:49.214Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf
2025-04-25T11:23:49.215Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5e803caf succeeded in 1ms
2025-04-25T11:23:49.320Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:23:49.904Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:23:49.908Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:23:49.980Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:23:55.764Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:23:56.819Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:23:57.349Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:23:58.108Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:23:58.122Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:23:58.123Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:23:58.123Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:23:58.123Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:23:58.123Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:23:58.123Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:23:58.123Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7aabf4e4
2025-04-25T11:23:58.171Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:23:58.412Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:23:58.413Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:23:58.418Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:23:58.419Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:23:58.419Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:23:58.419Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:23:58.419Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:23:58.419Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:23:58.419Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:23:58.419Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:23:58.419Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:23:58.421Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:23:59.405Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:23:59.462Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:23:59.464Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:23:59.470Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:23:59.471Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:23:59.472Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:23:59.472Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:23:59.473Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:23:59.474Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:23:59.475Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:23:59.476Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:23:59.478Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:23:59.479Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:23:59.481Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:23:59.482Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:23:59.482Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:23:59.483Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:23:59.484Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:23:59.484Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:23:59.484Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:23:59.484Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:23:59.484Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:23:59.485Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:23:59.488Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 36.357 seconds (process running for 51.777)
2025-04-25T11:23:59.517Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:23:59.560Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:23:59.562Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:24:00.003Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:24:00.010Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:24:00.011Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@40f3e21e was removed
2025-04-25T11:24:00.012Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@405eae6 was removed
2025-04-25T11:24:00.058Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:27:49.005Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:27:49.009Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:27:50.754Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:27:51.074Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 305 ms. Found 52 JPA repository interfaces.
2025-04-25T11:27:53.984Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:27:54.196Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5146 ms
2025-04-25T11:27:54.406Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:27:54.416Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:27:54.502Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:27:54.502Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:27:54.502Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:27:54.503Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:27:54.503Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:27:54.503Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:27:54.503Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:27:54.503Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:27:54.504Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:27:54.504Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:27:54.504Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:27:54.504Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:27:54.504Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:27:54.504Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:27:54.556Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:27:54.556Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:27:54.557Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:27:54.701Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:27:54.867Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:27:54.888Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:27:54.965Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:27:55.191Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:27:55.691Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:27:55.775Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:28:00.212Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:28:00.215Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:28:00.276Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:28:01.135Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:28:01.259Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:28:04.363Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:28:07.047Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:28:08.588Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:28:08.628Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:28:09.887Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:28:10.007Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:28:10.218Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:28:11.435Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:28:15.916Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:28:15.975Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:28:15.999Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:28:16.000Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:28:16.002Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:28:16.003Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:28:16.004Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:28:16.004Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:28:16.004Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@55073126
2025-04-25T11:28:16.004Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:28:16.004Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:28:16.005Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:28:16.014Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:28:16.014Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:28:16.014Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:28:16.014Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:28:16.014Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:28:16.014Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:28:16.014Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@55073126
2025-04-25T11:28:16.014Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:28:16.653Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1
2025-04-25T11:28:16.654Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1 succeeded in 1ms
2025-04-25T11:28:16.667Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1
2025-04-25T11:28:16.668Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1 succeeded in 1ms
2025-04-25T11:28:16.669Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1
2025-04-25T11:28:16.670Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1 succeeded in 1ms
2025-04-25T11:28:16.671Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1
2025-04-25T11:28:16.671Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1 succeeded in 0ms
2025-04-25T11:28:16.671Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1
2025-04-25T11:28:16.672Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1 succeeded in 1ms
2025-04-25T11:28:16.673Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1
2025-04-25T11:28:16.674Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5261d5d1 succeeded in 1ms
2025-04-25T11:28:16.792Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:28:17.214Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:28:17.218Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:28:17.271Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:28:23.857Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:28:25.392Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:28:26.261Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:28:27.332Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:28:27.350Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:28:27.350Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:28:27.350Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:28:27.350Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:28:27.350Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:28:27.350Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:28:27.350Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@45d94d19
2025-04-25T11:28:27.416Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:28:27.685Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:28:27.685Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:28:27.692Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:28:27.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:28:27.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:28:27.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:28:27.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:28:27.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:28:27.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:28:27.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:28:27.693Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:28:27.695Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:28:28.755Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:28:28.829Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:28:28.831Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:28:28.839Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:28:28.841Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:28:28.843Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:28:28.845Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:28:28.847Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:28:28.848Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:28:28.849Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:28:28.850Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:28:28.851Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:28:28.852Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:28:28.853Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:28:28.854Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:28:28.854Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:28:28.854Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:28:28.854Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:28:28.854Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:28:28.854Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:28:28.855Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:28:28.855Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:28:28.855Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:28:28.860Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 40.541 seconds (process running for 51.872)
2025-04-25T11:28:28.919Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:28:28.967Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:28:28.968Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:28:29.506Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:28:29.516Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:28:29.518Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@3b0da7cf was removed
2025-04-25T11:28:29.518Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@2767bebe was removed
2025-04-25T11:28:29.561Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:39:18.942Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:39:18.945Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:39:20.579Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:39:20.852Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 262 ms. Found 52 JPA repository interfaces.
2025-04-25T11:39:24.019Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:39:24.228Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5237 ms
2025-04-25T11:39:24.443Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:39:24.461Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:39:24.535Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:39:24.535Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:39:24.535Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:39:24.536Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:39:24.536Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:39:24.536Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:39:24.536Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:39:24.536Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:39:24.536Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:39:24.537Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:39:24.537Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:39:24.537Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:39:24.537Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:39:24.537Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:39:24.577Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:39:24.578Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:39:24.579Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:39:24.723Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:39:24.884Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:39:24.903Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:39:24.986Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:39:25.222Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:39:25.698Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:39:25.758Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:39:26.667Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:39:26.670Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:39:26.758Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:39:27.999Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:39:28.182Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:39:31.753Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:39:33.798Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:39:35.607Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:39:35.636Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:39:36.973Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:39:37.078Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:39:37.383Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:39:38.513Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:39:44.834Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:39:44.951Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:39:45.014Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:39:45.014Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:39:45.022Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:39:45.024Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:39:45.024Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:39:45.024Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:39:45.025Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@348b1c93
2025-04-25T11:39:45.025Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:39:45.026Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:39:45.033Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:39:45.554Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:39:45.555Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:39:45.555Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:39:45.555Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:39:45.555Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:39:45.555Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:39:45.555Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@348b1c93
2025-04-25T11:39:45.555Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:39:46.727Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-25T11:39:46.728Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 1ms
2025-04-25T11:39:46.738Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-25T11:39:46.739Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 1ms
2025-04-25T11:39:46.742Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-25T11:39:46.743Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 1ms
2025-04-25T11:39:46.744Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-25T11:39:46.745Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 1ms
2025-04-25T11:39:46.746Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-25T11:39:46.747Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 1ms
2025-04-25T11:39:46.748Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-25T11:39:46.749Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 1ms
2025-04-25T11:39:46.878Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:39:47.301Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:39:47.307Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:39:47.354Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:39:53.677Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:39:55.354Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:39:56.344Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:39:57.530Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:39:57.560Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:39:57.560Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:39:57.560Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:39:57.560Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:39:57.561Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:39:57.561Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:39:57.561Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@f099c33
2025-04-25T11:39:57.637Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:39:58.007Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:39:58.007Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:39:58.015Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:39:58.016Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:39:58.016Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:39:58.016Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:39:58.016Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:39:58.016Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:39:58.016Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:39:58.016Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:39:58.017Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:39:58.019Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:39:59.204Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:39:59.287Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:39:59.289Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:39:59.312Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:39:59.314Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:39:59.315Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:39:59.316Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:39:59.317Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:39:59.318Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:39:59.319Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:39:59.336Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:39:59.337Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:39:59.338Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:39:59.339Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:39:59.340Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:39:59.340Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:39:59.340Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:39:59.341Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:39:59.341Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:39:59.341Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:39:59.341Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:39:59.341Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:39:59.342Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:39:59.346Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 41.108 seconds (process running for 54.71)
2025-04-25T11:39:59.375Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:39:59.416Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:39:59.417Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:39:59.990Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:39:59.999Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:40:00.000Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@64a22e28 was removed
2025-04-25T11:40:00.000Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@69545efe was removed
2025-04-25T11:40:00.041Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:42:14.559Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:42:14.564Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:42:17.200Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:42:17.663Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 442 ms. Found 52 JPA repository interfaces.
2025-04-25T11:42:20.716Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:42:20.915Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6307 ms
2025-04-25T11:42:21.139Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:42:21.151Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:42:21.230Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:42:21.231Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:42:21.232Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:42:21.232Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:42:21.232Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:42:21.232Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:42:21.285Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:42:21.285Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:42:21.286Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:42:21.485Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:42:21.671Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:42:21.695Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:42:21.780Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:42:22.027Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:42:22.511Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:42:22.576Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:42:23.618Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:42:23.623Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:42:23.715Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:42:25.138Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:42:25.318Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:42:29.265Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:42:31.593Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:42:33.218Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:42:33.250Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:42:34.469Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:42:34.632Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:42:35.061Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:42:36.475Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:42:42.466Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:42:42.628Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:42:42.669Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:42:42.670Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:42:42.673Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:42:42.675Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:42:42.676Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:42:42.676Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:42:42.676Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@5d7b7a79
2025-04-25T11:42:42.676Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:42:42.677Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:42:42.679Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:42:42.684Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:42:42.684Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:42:42.684Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:42:42.684Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:42:42.684Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:42:42.684Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:42:42.684Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@5d7b7a79
2025-04-25T11:42:42.684Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:42:44.125Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e
2025-04-25T11:42:44.127Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e succeeded in 3ms
2025-04-25T11:42:44.148Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e
2025-04-25T11:42:44.150Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e succeeded in 2ms
2025-04-25T11:42:44.155Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e
2025-04-25T11:42:44.157Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e succeeded in 2ms
2025-04-25T11:42:44.159Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e
2025-04-25T11:42:44.160Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e succeeded in 1ms
2025-04-25T11:42:44.162Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e
2025-04-25T11:42:44.164Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e succeeded in 2ms
2025-04-25T11:42:44.166Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e
2025-04-25T11:42:44.167Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2d57d90e succeeded in 1ms
2025-04-25T11:42:44.385Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:42:45.055Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:42:45.061Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:42:45.137Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:42:52.718Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:42:54.167Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:42:54.873Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:42:55.986Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:42:55.994Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:42:55.995Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:42:55.995Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:42:55.995Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:42:55.995Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:42:55.995Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:42:55.996Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@19c7b386
2025-04-25T11:42:56.061Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:42:56.344Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:42:56.344Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:42:56.348Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:42:56.349Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:42:56.349Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:42:56.349Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:42:56.349Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:42:56.349Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:42:56.349Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:42:56.349Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:42:56.349Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:42:56.352Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:42:57.506Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:42:57.587Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:42:57.589Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:42:57.602Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:42:57.604Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:42:57.607Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:42:57.609Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:42:57.611Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:42:57.612Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:42:57.613Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:42:57.615Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:42:57.617Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:42:57.618Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:42:57.619Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:42:57.620Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:42:57.621Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:42:57.621Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:42:57.622Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:42:57.622Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:42:57.622Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:42:57.622Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:42:57.623Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:42:57.623Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:42:57.629Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 43.99 seconds (process running for 53.444)
2025-04-25T11:42:57.669Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:42:57.728Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:42:57.729Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:42:58.402Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:42:58.412Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:42:58.413Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@311e91d8 was removed
2025-04-25T11:42:58.414Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@7d7a3c91 was removed
2025-04-25T11:42:58.457Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:44:54.966Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:44:54.969Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:44:56.469Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:44:56.747Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 266 ms. Found 52 JPA repository interfaces.
2025-04-25T11:44:59.372Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:44:59.545Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4538 ms
2025-04-25T11:44:59.751Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:44:59.761Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:44:59.820Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:44:59.821Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:44:59.821Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:44:59.821Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:44:59.821Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:44:59.821Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:44:59.821Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:44:59.821Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:44:59.821Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:44:59.822Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:44:59.822Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:44:59.822Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:44:59.822Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:44:59.822Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:44:59.858Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:44:59.859Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:44:59.859Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:45:00.026Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:45:00.199Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:45:00.231Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:45:00.321Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:45:00.578Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:45:01.247Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:45:01.333Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:45:02.279Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:45:02.283Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:45:02.387Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:45:03.669Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:45:03.862Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:45:08.511Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:45:10.293Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:45:11.858Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:45:11.893Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:45:13.550Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:45:13.733Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:45:14.173Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:45:16.075Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:45:22.059Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:45:22.115Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:45:22.135Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:45:22.136Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:45:22.137Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:45:22.139Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:45:22.139Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:45:22.139Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:45:22.139Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@779a2b80
2025-04-25T11:45:22.140Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:45:22.140Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:45:22.141Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:45:22.145Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:45:22.145Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:45:22.145Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:45:22.145Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:45:22.145Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:45:22.145Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:45:22.145Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@779a2b80
2025-04-25T11:45:22.146Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:45:22.928Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d
2025-04-25T11:45:22.929Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d succeeded in 2ms
2025-04-25T11:45:22.943Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d
2025-04-25T11:45:22.944Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d succeeded in 1ms
2025-04-25T11:45:22.945Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d
2025-04-25T11:45:22.945Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d succeeded in 0ms
2025-04-25T11:45:22.946Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d
2025-04-25T11:45:22.946Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d succeeded in 0ms
2025-04-25T11:45:22.947Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d
2025-04-25T11:45:22.947Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d succeeded in 0ms
2025-04-25T11:45:22.948Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d
2025-04-25T11:45:22.949Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2a09470d succeeded in 1ms
2025-04-25T11:45:23.064Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:45:23.442Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:45:23.446Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:45:23.498Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:45:30.569Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:45:32.065Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:45:32.871Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:45:33.860Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:45:33.868Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:45:33.868Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:45:33.869Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:45:33.869Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:45:33.869Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:45:33.869Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:45:33.869Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@72eaec2e
2025-04-25T11:45:33.929Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:45:34.214Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:45:34.215Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:45:34.223Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:45:34.225Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:45:34.225Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:45:34.225Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:45:34.225Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:45:34.225Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:45:34.225Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:45:34.225Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:45:34.225Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:45:34.228Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:45:35.370Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:45:35.441Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:45:35.443Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:45:35.454Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:45:35.455Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:45:35.457Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:45:35.459Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:45:35.461Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:45:35.462Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:45:35.464Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:45:35.466Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:45:35.467Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:45:35.468Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:45:35.469Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:45:35.469Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:45:35.470Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:45:35.470Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:45:35.470Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:45:35.470Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:45:35.470Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:45:35.470Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:45:35.470Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:45:35.471Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:45:35.474Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 41.134 seconds (process running for 53.635)
2025-04-25T11:45:35.511Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:45:35.559Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:45:35.560Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:45:36.216Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:45:36.223Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:45:36.223Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@777e5633 was removed
2025-04-25T11:45:36.224Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@45ce07ba was removed
2025-04-25T11:45:36.260Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:48:32.163Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:48:32.168Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:48:33.972Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:48:34.291Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 304 ms. Found 52 JPA repository interfaces.
2025-04-25T11:48:36.955Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:48:37.137Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4924 ms
2025-04-25T11:48:37.350Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:48:37.361Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:48:37.426Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:48:37.427Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:48:37.427Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:48:37.427Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:48:37.427Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:48:37.427Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:48:37.428Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:48:37.428Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:48:37.428Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:48:37.428Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:48:37.428Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:48:37.428Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:48:37.428Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:48:37.429Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:48:37.482Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:48:37.482Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:48:37.483Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:48:37.623Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:48:37.787Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:48:37.819Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:48:37.917Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:48:38.193Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:48:38.664Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:48:38.751Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:48:39.834Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:48:39.840Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:48:39.942Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:48:41.340Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:48:41.512Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:48:45.993Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:48:47.895Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:48:48.984Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:48:49.004Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:48:50.038Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:48:50.162Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:48:50.363Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:48:51.570Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:48:57.264Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:48:57.337Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:48:57.364Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:48:57.364Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:48:57.366Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:48:57.367Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:48:57.368Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:48:57.368Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:48:57.368Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@72a14209
2025-04-25T11:48:57.369Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:48:57.369Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:48:57.370Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:48:57.374Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:48:57.375Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:48:57.375Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:48:57.375Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:48:57.375Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:48:57.375Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:48:57.375Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@72a14209
2025-04-25T11:48:57.376Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:48:58.161Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3
2025-04-25T11:48:58.162Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3 succeeded in 1ms
2025-04-25T11:48:58.172Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3
2025-04-25T11:48:58.174Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3 succeeded in 2ms
2025-04-25T11:48:58.175Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3
2025-04-25T11:48:58.175Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3 succeeded in 0ms
2025-04-25T11:48:58.176Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3
2025-04-25T11:48:58.177Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3 succeeded in 1ms
2025-04-25T11:48:58.177Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3
2025-04-25T11:48:58.178Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3 succeeded in 1ms
2025-04-25T11:48:58.179Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3
2025-04-25T11:48:58.180Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@3054bba3 succeeded in 1ms
2025-04-25T11:48:58.294Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:48:58.749Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:48:58.756Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:48:58.810Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:49:05.345Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:49:06.459Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:49:07.061Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:49:07.864Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:49:07.869Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:49:07.870Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:49:07.870Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:49:07.870Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:49:07.870Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:49:07.870Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:49:07.870Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@40a81b98
2025-04-25T11:49:07.923Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:49:08.137Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:49:08.137Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:49:08.140Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:49:08.141Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:49:08.141Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:49:08.141Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:49:08.141Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:49:08.141Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:49:08.142Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:49:08.142Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:49:08.142Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:49:08.144Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:49:09.046Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:49:09.102Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:49:09.105Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:49:09.113Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:49:09.115Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:49:09.118Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:49:09.120Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:49:09.123Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:49:09.125Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:49:09.127Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:49:09.129Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:49:09.131Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:49:09.133Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:49:09.135Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:49:09.136Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:49:09.137Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:49:09.138Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:49:09.138Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:49:09.138Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:49:09.138Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:49:09.138Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:49:09.139Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:49:09.139Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:49:09.143Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 37.857 seconds (process running for 48.332)
2025-04-25T11:49:09.181Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:49:09.227Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:49:09.228Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:49:09.730Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:49:09.740Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:49:09.741Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@18217458 was removed
2025-04-25T11:49:09.742Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@4f2ccef9 was removed
2025-04-25T11:49:09.896Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:54:04.075Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:54:04.077Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:54:05.730Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:54:06.071Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 328 ms. Found 52 JPA repository interfaces.
2025-04-25T11:54:09.143Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:54:09.325Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5213 ms
2025-04-25T11:54:09.568Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:54:09.582Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:54:09.671Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:54:09.672Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:54:09.672Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:54:09.672Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:54:09.673Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:54:09.673Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:54:09.673Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:54:09.673Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:54:09.673Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:54:09.673Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:54:09.674Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:54:09.674Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:54:09.674Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:54:09.674Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:54:09.724Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:54:09.725Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:54:09.725Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:54:09.907Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:54:10.049Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:54:10.068Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:54:10.142Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:54:10.365Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:54:10.850Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:54:10.921Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:54:11.939Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:54:11.941Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:54:12.014Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:54:13.167Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:54:13.308Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:54:16.227Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:54:18.267Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:54:19.358Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:54:19.394Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:54:20.504Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:54:20.618Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:54:20.863Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:54:21.773Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:54:26.649Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:54:26.707Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:54:26.723Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:54:26.723Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:54:26.724Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:54:26.725Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:54:26.726Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:54:26.726Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:54:26.726Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@40edd2db
2025-04-25T11:54:26.726Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:54:26.727Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:54:26.728Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:54:26.731Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:54:26.731Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:54:26.731Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:54:26.731Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:54:26.731Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:54:26.731Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:54:26.731Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@40edd2db
2025-04-25T11:54:26.732Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:54:27.271Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121
2025-04-25T11:54:27.271Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121 succeeded in 0ms
2025-04-25T11:54:27.279Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121
2025-04-25T11:54:27.279Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121 succeeded in 0ms
2025-04-25T11:54:27.280Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121
2025-04-25T11:54:27.281Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121 succeeded in 1ms
2025-04-25T11:54:27.281Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121
2025-04-25T11:54:27.282Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121 succeeded in 1ms
2025-04-25T11:54:27.282Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121
2025-04-25T11:54:27.283Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121 succeeded in 1ms
2025-04-25T11:54:27.283Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121
2025-04-25T11:54:27.284Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@727e121 succeeded in 1ms
2025-04-25T11:54:27.371Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:54:27.688Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:54:27.691Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:54:27.733Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:54:33.524Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:54:34.762Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:54:35.320Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:54:36.135Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:54:36.145Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:54:36.145Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:54:36.145Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:54:36.145Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:54:36.145Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:54:36.145Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:54:36.146Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4c249642
2025-04-25T11:54:36.203Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:54:36.468Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:54:36.469Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:54:36.477Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:54:36.478Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:54:36.479Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:54:36.479Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:54:36.479Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:54:36.479Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:54:36.480Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:54:36.480Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:54:36.480Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:54:36.483Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:54:37.601Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:54:37.669Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:54:37.672Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:54:37.679Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:54:37.681Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:54:37.683Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:54:37.684Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:54:37.686Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:54:37.687Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:54:37.688Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:54:37.690Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:54:37.691Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:54:37.692Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:54:37.693Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:54:37.693Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:54:37.694Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:54:37.694Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:54:37.694Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:54:37.694Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:54:37.694Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:54:37.694Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:54:37.695Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:54:37.695Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:54:37.698Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 34.231 seconds (process running for 47.054)
2025-04-25T11:54:37.732Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:54:37.764Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:54:37.765Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:54:38.340Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:54:38.346Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:54:38.347Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@7d70df54 was removed
2025-04-25T11:54:38.347Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@4973411c was removed
2025-04-25T11:54:38.378Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T11:56:18.207Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T11:56:18.215Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T11:56:20.483Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T11:56:20.994Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 496 ms. Found 52 JPA repository interfaces.
2025-04-25T11:56:24.246Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T11:56:24.421Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6133 ms
2025-04-25T11:56:24.616Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T11:56:24.631Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:56:24.708Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T11:56:24.708Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T11:56:24.708Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T11:56:24.709Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T11:56:24.709Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T11:56:24.709Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T11:56:24.709Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T11:56:24.709Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T11:56:24.710Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T11:56:24.710Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T11:56:24.710Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T11:56:24.710Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T11:56:24.710Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T11:56:24.710Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T11:56:24.752Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T11:56:24.752Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T11:56:24.752Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T11:56:24.902Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T11:56:25.053Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T11:56:25.078Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T11:56:25.146Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T11:56:25.376Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T11:56:26.324Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T11:56:26.514Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T11:56:27.586Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T11:56:27.591Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T11:56:27.681Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T11:56:28.886Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T11:56:29.064Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T11:56:32.146Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T11:56:33.906Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T11:56:34.964Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T11:56:34.987Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T11:56:35.995Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T11:56:36.122Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T11:56:36.396Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T11:56:37.617Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T11:56:41.605Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T11:56:41.670Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:56:41.696Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:56:41.696Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:56:41.698Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:56:41.700Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:56:41.700Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:56:41.700Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:56:41.700Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@1d06eb55
2025-04-25T11:56:41.701Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:56:41.701Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T11:56:41.702Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:56:41.705Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:56:41.705Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:56:41.705Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:56:41.705Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:56:41.705Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T11:56:41.706Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:56:41.706Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@1d06eb55
2025-04-25T11:56:41.706Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T11:56:42.334Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f
2025-04-25T11:56:42.335Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f succeeded in 1ms
2025-04-25T11:56:42.342Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f
2025-04-25T11:56:42.343Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f succeeded in 1ms
2025-04-25T11:56:42.344Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f
2025-04-25T11:56:42.344Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f succeeded in 0ms
2025-04-25T11:56:42.344Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f
2025-04-25T11:56:42.344Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f succeeded in 1ms
2025-04-25T11:56:42.345Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f
2025-04-25T11:56:42.345Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f succeeded in 0ms
2025-04-25T11:56:42.346Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f
2025-04-25T11:56:42.346Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@73991c6f succeeded in 0ms
2025-04-25T11:56:42.440Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:56:42.798Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T11:56:42.801Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T11:56:42.845Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T11:56:48.384Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T11:56:49.539Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T11:56:50.095Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T11:56:50.757Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T11:56:50.767Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T11:56:50.768Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T11:56:50.768Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T11:56:50.768Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T11:56:50.768Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T11:56:50.768Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T11:56:50.768Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@31115b60
2025-04-25T11:56:50.816Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T11:56:51.058Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T11:56:51.059Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T11:56:51.063Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T11:56:51.065Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T11:56:51.065Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T11:56:51.065Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T11:56:51.065Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T11:56:51.065Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T11:56:51.065Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T11:56:51.066Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T11:56:51.066Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T11:56:51.070Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T11:56:51.955Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T11:56:52.017Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T11:56:52.019Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T11:56:52.027Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T11:56:52.028Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T11:56:52.029Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T11:56:52.031Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T11:56:52.032Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T11:56:52.032Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T11:56:52.033Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T11:56:52.034Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T11:56:52.035Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T11:56:52.036Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T11:56:52.037Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T11:56:52.037Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T11:56:52.038Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T11:56:52.038Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T11:56:52.038Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T11:56:52.038Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T11:56:52.039Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:56:52.039Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T11:56:52.039Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T11:56:52.039Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T11:56:52.042Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 35.061 seconds (process running for 45.065)
2025-04-25T11:56:52.064Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T11:56:52.101Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T11:56:52.101Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T11:56:52.532Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T11:56:52.538Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T11:56:52.539Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@5120a555 was removed
2025-04-25T11:56:52.539Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@49e16985 was removed
2025-04-25T11:56:52.571Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T12:00:39.210Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 9 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T12:00:39.213Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T12:00:40.772Z INFO 9 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T12:00:41.070Z INFO 9 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 288 ms. Found 52 JPA repository interfaces.
2025-04-25T12:00:44.029Z WARN 9 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T12:00:44.235Z INFO 9 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4983 ms
2025-04-25T12:00:44.493Z INFO 9 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T12:00:44.511Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:00:44.649Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T12:00:44.649Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T12:00:44.649Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T12:00:44.649Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T12:00:44.650Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T12:00:44.651Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T12:00:44.651Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T12:00:44.652Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T12:00:44.652Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T12:00:44.653Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T12:00:44.653Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T12:00:44.653Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T12:00:44.653Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T12:00:44.653Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T12:00:44.757Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T12:00:44.758Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T12:00:44.758Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T12:00:44.935Z INFO 9 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T12:00:45.117Z INFO 9 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T12:00:45.135Z INFO 9 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T12:00:45.214Z INFO 9 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T12:00:45.507Z INFO 9 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T12:00:46.203Z INFO 9 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T12:00:46.274Z INFO 9 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T12:00:50.115Z INFO 9 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T12:00:50.117Z INFO 9 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T12:00:50.170Z INFO 9 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T12:00:51.044Z INFO 9 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T12:00:51.165Z INFO 9 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T12:00:54.535Z INFO 9 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T12:00:57.570Z INFO 9 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T12:00:59.134Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T12:00:59.193Z INFO 9 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T12:01:00.725Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T12:01:00.846Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T12:01:01.212Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T12:01:02.656Z INFO 9 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T12:01:07.999Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T12:01:08.075Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:01:08.095Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:01:08.095Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:01:08.098Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:01:08.100Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:01:08.101Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:01:08.101Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:01:08.101Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@13a344e5
2025-04-25T12:01:08.102Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:01:08.103Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T12:01:08.104Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:01:08.108Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:01:08.109Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:01:08.109Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:01:08.109Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:01:08.109Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:01:08.109Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:01:08.109Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@13a344e5
2025-04-25T12:01:08.110Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:01:08.826Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc
2025-04-25T12:01:08.827Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc succeeded in 1ms
2025-04-25T12:01:08.835Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc
2025-04-25T12:01:08.836Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc succeeded in 1ms
2025-04-25T12:01:08.837Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc
2025-04-25T12:01:08.838Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc succeeded in 1ms
2025-04-25T12:01:08.839Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc
2025-04-25T12:01:08.839Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc succeeded in 0ms
2025-04-25T12:01:08.840Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc
2025-04-25T12:01:08.841Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc succeeded in 1ms
2025-04-25T12:01:08.842Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc
2025-04-25T12:01:08.842Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@62cbf3cc succeeded in 0ms
2025-04-25T12:01:08.946Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:01:09.331Z INFO 9 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T12:01:09.335Z INFO 9 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T12:01:09.383Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T12:01:16.890Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:01:19.244Z WARN 9 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T12:01:20.159Z INFO 9 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T12:01:21.238Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:01:21.245Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:01:21.246Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:01:21.246Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:01:21.246Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:01:21.246Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T12:01:21.246Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:01:21.247Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1c7e5757
2025-04-25T12:01:21.313Z INFO 9 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T12:01:21.590Z INFO 9 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T12:01:21.590Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T12:01:21.596Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T12:01:21.597Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T12:01:21.598Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T12:01:21.598Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T12:01:21.598Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T12:01:21.598Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T12:01:21.599Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T12:01:21.599Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T12:01:21.599Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T12:01:21.602Z INFO 9 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T12:01:22.996Z INFO 9 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T12:01:23.104Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T12:01:23.107Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T12:01:23.120Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T12:01:23.123Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T12:01:23.125Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T12:01:23.127Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T12:01:23.129Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T12:01:23.131Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T12:01:23.134Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T12:01:23.136Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T12:01:23.139Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T12:01:23.142Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T12:01:23.144Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T12:01:23.145Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T12:01:23.146Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T12:01:23.147Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T12:01:23.148Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T12:01:23.148Z INFO 9 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T12:01:23.148Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:01:23.148Z INFO 9 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T12:01:23.149Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:01:23.149Z WARN 9 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T12:01:23.153Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 44.575 seconds (process running for 56.229)
2025-04-25T12:01:23.195Z INFO 9 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T12:01:23.251Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T12:01:23.253Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T12:01:24.184Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T12:01:24.192Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T12:01:24.192Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@26373ff1 was removed
2025-04-25T12:01:24.193Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@526555cb was removed
2025-04-25T12:01:24.275Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T12:13:29.977Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T12:13:29.983Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T12:13:33.320Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T12:13:34.278Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 927 ms. Found 52 JPA repository interfaces.
2025-04-25T12:13:40.645Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T12:13:41.012Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 10978 ms
2025-04-25T12:13:41.496Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T12:13:41.518Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:13:41.718Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T12:13:41.719Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T12:13:41.719Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T12:13:41.720Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T12:13:41.721Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T12:13:41.722Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T12:13:41.723Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T12:13:41.724Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T12:13:41.725Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T12:13:41.725Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T12:13:41.726Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T12:13:41.726Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T12:13:41.726Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T12:13:41.726Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T12:13:41.906Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T12:13:41.906Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T12:13:41.907Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T12:13:42.186Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T12:13:42.433Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T12:13:42.460Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T12:13:42.533Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T12:13:42.918Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T12:13:43.540Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T12:13:43.610Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T12:13:44.832Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T12:13:44.837Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T12:13:44.924Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T12:13:46.475Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T12:13:46.661Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T12:13:51.327Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T12:13:55.793Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T12:13:57.748Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T12:13:57.775Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T12:13:59.374Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T12:13:59.528Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T12:13:59.894Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T12:14:01.084Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T12:14:06.591Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T12:14:06.681Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:14:06.724Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:14:06.724Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:14:06.727Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:14:06.730Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:14:06.730Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:14:06.731Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:14:06.731Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@49edc2a1
2025-04-25T12:14:06.731Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:14:06.732Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T12:14:06.734Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:14:06.743Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:14:06.744Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:14:06.744Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:14:06.744Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:14:06.744Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:14:06.744Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:14:06.744Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@49edc2a1
2025-04-25T12:14:06.744Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:14:07.770Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4
2025-04-25T12:14:07.772Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4 succeeded in 2ms
2025-04-25T12:14:07.795Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4
2025-04-25T12:14:07.797Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4 succeeded in 2ms
2025-04-25T12:14:07.798Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4
2025-04-25T12:14:07.799Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4 succeeded in 1ms
2025-04-25T12:14:07.799Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4
2025-04-25T12:14:07.800Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4 succeeded in 1ms
2025-04-25T12:14:07.801Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4
2025-04-25T12:14:07.801Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4 succeeded in 0ms
2025-04-25T12:14:07.802Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4
2025-04-25T12:14:07.803Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@5fdd52d4 succeeded in 1ms
2025-04-25T12:14:07.930Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:14:08.432Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T12:14:08.438Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T12:14:08.486Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T12:14:18.156Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:14:20.075Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T12:14:20.908Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T12:14:21.976Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:14:22.009Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:14:22.010Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:14:22.010Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:14:22.010Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:14:22.010Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T12:14:22.010Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:14:22.011Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3f8c78bd
2025-04-25T12:14:22.098Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T12:14:22.455Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T12:14:22.455Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T12:14:22.465Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T12:14:22.466Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T12:14:22.467Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T12:14:22.467Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T12:14:22.467Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T12:14:22.467Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T12:14:22.468Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T12:14:22.468Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T12:14:22.468Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T12:14:22.471Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T12:14:24.020Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T12:14:24.114Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T12:14:24.117Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T12:14:24.132Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T12:14:24.134Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T12:14:24.137Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T12:14:24.140Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T12:14:24.143Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T12:14:24.145Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T12:14:24.147Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T12:14:24.149Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T12:14:24.151Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T12:14:24.153Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T12:14:24.155Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T12:14:24.156Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T12:14:24.157Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T12:14:24.157Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T12:14:24.157Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T12:14:24.157Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T12:14:24.157Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:14:24.157Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T12:14:24.158Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:14:24.158Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T12:14:24.163Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 55.227 seconds (process running for 69.431)
2025-04-25T12:14:24.213Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T12:14:24.270Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T12:14:24.272Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T12:14:25.017Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T12:14:25.029Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T12:14:25.030Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@35da00db was removed
2025-04-25T12:14:25.031Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@266f16b7 was removed
2025-04-25T12:14:25.091Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T12:24:54.220Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T12:24:54.223Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T12:24:56.151Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T12:24:56.705Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 534 ms. Found 52 JPA repository interfaces.
2025-04-25T12:25:00.324Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T12:25:00.549Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6287 ms
2025-04-25T12:25:00.764Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T12:25:00.776Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:25:01.038Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T12:25:01.039Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T12:25:01.040Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T12:25:01.040Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T12:25:01.040Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T12:25:01.040Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T12:25:01.040Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T12:25:01.040Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T12:25:01.041Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T12:25:01.041Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T12:25:01.041Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T12:25:01.041Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T12:25:01.042Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T12:25:01.042Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T12:25:01.182Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T12:25:01.183Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T12:25:01.183Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T12:25:01.380Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T12:25:01.690Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T12:25:01.739Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T12:25:02.021Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T12:25:03.298Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T12:25:05.427Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T12:25:05.700Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T12:25:11.866Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T12:25:11.870Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T12:25:11.982Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T12:25:13.580Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T12:25:13.712Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T12:25:16.823Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T12:25:19.451Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T12:25:20.783Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T12:25:20.821Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T12:25:22.019Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T12:25:22.202Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T12:25:22.656Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T12:25:23.943Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T12:25:29.520Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T12:25:29.586Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:25:29.608Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:25:29.609Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:25:29.611Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:25:29.613Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:25:29.613Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:25:29.613Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:25:29.613Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6318ebc5
2025-04-25T12:25:29.614Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:25:29.614Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T12:25:29.615Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:25:29.618Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:25:29.619Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:25:29.619Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:25:29.619Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:25:29.619Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:25:29.619Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:25:29.619Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6318ebc5
2025-04-25T12:25:29.619Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:25:30.357Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab
2025-04-25T12:25:30.358Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab succeeded in 2ms
2025-04-25T12:25:30.371Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab
2025-04-25T12:25:30.373Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab succeeded in 2ms
2025-04-25T12:25:30.374Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab
2025-04-25T12:25:30.374Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab succeeded in 0ms
2025-04-25T12:25:30.375Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab
2025-04-25T12:25:30.376Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab succeeded in 1ms
2025-04-25T12:25:30.377Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab
2025-04-25T12:25:30.377Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab succeeded in 0ms
2025-04-25T12:25:30.378Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab
2025-04-25T12:25:30.380Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@25cd0fab succeeded in 2ms
2025-04-25T12:25:30.505Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:25:30.882Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T12:25:30.887Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T12:25:30.940Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T12:25:37.497Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:25:38.776Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T12:25:39.333Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T12:25:40.090Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:25:40.109Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:25:40.110Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:25:40.110Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:25:40.110Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:25:40.110Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T12:25:40.110Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:25:40.110Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2c2dd148
2025-04-25T12:25:40.156Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T12:25:40.381Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T12:25:40.382Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T12:25:40.387Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T12:25:40.388Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T12:25:40.389Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T12:25:40.389Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T12:25:40.389Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T12:25:40.389Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T12:25:40.389Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T12:25:40.389Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T12:25:40.389Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T12:25:40.392Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T12:25:41.606Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T12:25:41.710Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T12:25:41.712Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T12:25:41.725Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T12:25:41.727Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T12:25:41.729Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T12:25:41.730Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T12:25:41.731Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T12:25:41.733Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T12:25:41.735Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T12:25:41.737Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T12:25:41.738Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T12:25:41.739Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T12:25:41.741Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T12:25:41.742Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T12:25:41.742Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T12:25:41.743Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T12:25:41.743Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T12:25:41.743Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T12:25:41.743Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:25:41.743Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T12:25:41.743Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:25:41.744Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T12:25:41.749Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 48.411 seconds (process running for 68.252)
2025-04-25T12:25:41.781Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T12:25:41.874Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T12:25:41.875Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T12:25:42.556Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T12:25:42.565Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T12:25:42.566Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@7d8187f3 was removed
2025-04-25T12:25:42.567Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@1c44e6a6 was removed
2025-04-25T12:25:42.602Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T12:32:15.142Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T12:32:15.147Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T12:32:17.793Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T12:32:18.140Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 334 ms. Found 52 JPA repository interfaces.
2025-04-25T12:32:21.232Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T12:32:21.425Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6231 ms
2025-04-25T12:32:21.646Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T12:32:21.658Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:32:21.742Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T12:32:21.743Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T12:32:21.743Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T12:32:21.743Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T12:32:21.743Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T12:32:21.743Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T12:32:21.744Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T12:32:21.744Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T12:32:21.744Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T12:32:21.744Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T12:32:21.744Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T12:32:21.744Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T12:32:21.744Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T12:32:21.744Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T12:32:21.804Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T12:32:21.804Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T12:32:21.804Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T12:32:21.970Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T12:32:22.133Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T12:32:22.159Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T12:32:22.236Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T12:32:22.472Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T12:32:22.995Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T12:32:23.068Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T12:32:23.963Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T12:32:23.966Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T12:32:24.055Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T12:32:25.585Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T12:32:25.896Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T12:32:29.858Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T12:32:32.188Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T12:32:33.549Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T12:32:33.573Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T12:32:35.429Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T12:32:35.635Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T12:32:35.963Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T12:32:37.204Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T12:32:42.207Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T12:32:42.256Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:32:42.288Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:32:42.289Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:32:42.290Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:32:42.291Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:32:42.291Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:32:42.291Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:32:42.291Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@da1600e
2025-04-25T12:32:42.291Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:32:42.292Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T12:32:42.293Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:32:42.313Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:32:42.313Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:32:42.313Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:32:42.313Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:32:42.313Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:32:42.314Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:32:42.314Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@da1600e
2025-04-25T12:32:42.314Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:32:42.870Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188
2025-04-25T12:32:42.871Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188 succeeded in 1ms
2025-04-25T12:32:42.879Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188
2025-04-25T12:32:42.880Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188 succeeded in 1ms
2025-04-25T12:32:42.880Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188
2025-04-25T12:32:42.881Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188 succeeded in 1ms
2025-04-25T12:32:42.881Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188
2025-04-25T12:32:42.882Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188 succeeded in 1ms
2025-04-25T12:32:42.882Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188
2025-04-25T12:32:42.883Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188 succeeded in 1ms
2025-04-25T12:32:42.884Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188
2025-04-25T12:32:42.884Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@d7aa188 succeeded in 0ms
2025-04-25T12:32:42.983Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:32:43.255Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T12:32:43.257Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T12:32:43.286Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T12:32:49.286Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:32:50.638Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T12:32:51.370Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T12:32:52.335Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:32:52.365Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:32:52.365Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:32:52.365Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:32:52.365Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:32:52.365Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T12:32:52.365Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:32:52.365Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@102d721f
2025-04-25T12:32:52.438Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T12:32:52.674Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T12:32:52.675Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T12:32:52.680Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T12:32:52.681Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T12:32:52.681Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T12:32:52.681Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T12:32:52.681Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T12:32:52.681Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T12:32:52.681Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T12:32:52.681Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T12:32:52.681Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T12:32:52.683Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T12:32:53.713Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T12:32:53.782Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T12:32:53.785Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T12:32:53.792Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T12:32:53.793Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T12:32:53.794Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T12:32:53.795Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T12:32:53.796Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T12:32:53.797Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T12:32:53.798Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T12:32:53.799Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T12:32:53.800Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T12:32:53.801Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T12:32:53.803Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T12:32:53.804Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T12:32:53.805Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T12:32:53.805Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T12:32:53.806Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T12:32:53.806Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T12:32:53.806Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:32:53.806Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T12:32:53.806Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:32:53.807Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T12:32:53.811Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 39.64 seconds (process running for 63.237)
2025-04-25T12:32:53.842Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T12:32:53.893Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T12:32:53.894Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T12:32:54.467Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T12:32:54.476Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T12:32:54.478Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@484bb6b7 was removed
2025-04-25T12:32:54.478Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@f43317d was removed
2025-04-25T12:32:54.511Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T12:52:46.032Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T12:52:46.036Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T12:52:47.745Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T12:52:48.047Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 288 ms. Found 52 JPA repository interfaces.
2025-04-25T12:52:50.947Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T12:52:51.166Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5095 ms
2025-04-25T12:52:51.402Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T12:52:51.415Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:52:51.507Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T12:52:51.507Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T12:52:51.507Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T12:52:51.508Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T12:52:51.508Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T12:52:51.508Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T12:52:51.508Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T12:52:51.508Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T12:52:51.508Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T12:52:51.508Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T12:52:51.509Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T12:52:51.509Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T12:52:51.509Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T12:52:51.509Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T12:52:51.557Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T12:52:51.557Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T12:52:51.557Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T12:52:51.747Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T12:52:51.929Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T12:52:51.952Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T12:52:52.038Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T12:52:52.299Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T12:52:53.008Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T12:52:53.075Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T12:52:54.521Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T12:52:54.526Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T12:52:54.653Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T12:52:56.004Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T12:52:56.214Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T12:53:00.873Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T12:53:03.523Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T12:53:04.768Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T12:53:04.800Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T12:53:06.007Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T12:53:06.116Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T12:53:06.451Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T12:53:07.782Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T12:53:18.101Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T12:53:18.227Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:53:18.277Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:53:18.278Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:53:18.281Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:53:18.285Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:53:18.286Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:53:18.287Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:53:18.287Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@109df4c7
2025-04-25T12:53:18.288Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:53:18.289Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T12:53:18.290Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:53:18.296Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:53:18.297Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:53:18.298Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:53:18.298Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:53:18.298Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:53:18.298Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:53:18.299Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@109df4c7
2025-04-25T12:53:18.299Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:53:19.644Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060
2025-04-25T12:53:19.646Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060 succeeded in 2ms
2025-04-25T12:53:19.665Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060
2025-04-25T12:53:19.666Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060 succeeded in 1ms
2025-04-25T12:53:19.667Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060
2025-04-25T12:53:19.668Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060 succeeded in 1ms
2025-04-25T12:53:19.669Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060
2025-04-25T12:53:19.670Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060 succeeded in 1ms
2025-04-25T12:53:19.672Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060
2025-04-25T12:53:19.673Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060 succeeded in 2ms
2025-04-25T12:53:19.677Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060
2025-04-25T12:53:19.678Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@c90b060 succeeded in 2ms
2025-04-25T12:53:19.828Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:53:20.510Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T12:53:20.514Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T12:53:20.589Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T12:53:30.191Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:53:32.208Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T12:53:33.171Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T12:53:34.611Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:53:34.622Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:53:34.622Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:53:34.622Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:53:34.622Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:53:34.623Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T12:53:34.623Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:53:34.623Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@12b7a11a
2025-04-25T12:53:34.709Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T12:53:35.172Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T12:53:35.172Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T12:53:35.182Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T12:53:35.185Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T12:53:35.187Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T12:53:35.187Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T12:53:35.187Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T12:53:35.188Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T12:53:35.188Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T12:53:35.188Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T12:53:35.188Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T12:53:35.192Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T12:53:37.681Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T12:53:37.891Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T12:53:37.902Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T12:53:37.926Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T12:53:37.935Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T12:53:37.938Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T12:53:37.941Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T12:53:37.947Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T12:53:37.954Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T12:53:37.959Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T12:53:37.970Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T12:53:37.973Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T12:53:37.976Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T12:53:37.978Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T12:53:37.988Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T12:53:37.989Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T12:53:37.990Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T12:53:37.990Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T12:53:37.990Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T12:53:37.990Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:53:37.990Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T12:53:37.991Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:53:37.991Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T12:53:37.997Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 52.806 seconds (process running for 72.129)
2025-04-25T12:53:38.094Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T12:53:38.187Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T12:53:38.191Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T12:53:39.089Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T12:53:39.103Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T12:53:39.105Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@6a339c9 was removed
2025-04-25T12:53:39.105Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@70f490fa was removed
2025-04-25T12:53:39.164Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-25T12:53:46.803Z INFO 8 --- [nio-8080-exec-2] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@4413b444
2025-04-25T12:53:47.442Z INFO 8 --- [nio-8080-exec-2] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@4413b444 succeeded in 640ms
2025-04-25T12:53:50.253Z INFO 8 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-04-25T12:53:50.259Z INFO 8 --- [nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
2025-04-25T12:53:50.285Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico
2025-04-25T12:53:50.298Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /favicon.ico.
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T12:57:08.640Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T12:57:08.647Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T12:57:11.365Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T12:57:11.784Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 406 ms. Found 52 JPA repository interfaces.
2025-04-25T12:57:16.248Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T12:57:16.523Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7803 ms
2025-04-25T12:57:16.774Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T12:57:16.786Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:57:16.890Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T12:57:16.890Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T12:57:16.890Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T12:57:16.890Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T12:57:16.891Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T12:57:16.892Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T12:57:16.974Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T12:57:16.975Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T12:57:16.976Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T12:57:17.249Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T12:57:17.452Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T12:57:17.482Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T12:57:17.581Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T12:57:17.905Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T12:57:18.481Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T12:57:18.560Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T12:57:19.852Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T12:57:19.857Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T12:57:19.978Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T12:57:21.539Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T12:57:21.705Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T12:57:25.326Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T12:57:27.997Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T12:57:29.398Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T12:57:29.434Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T12:57:30.743Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T12:57:30.877Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T12:57:31.146Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T12:57:32.274Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T12:57:40.694Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T12:57:40.773Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:57:40.815Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:57:40.816Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:57:40.818Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:57:40.820Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:57:40.820Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:57:40.820Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:57:40.821Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@b1c33f4
2025-04-25T12:57:40.821Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:57:40.822Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T12:57:40.823Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:57:40.837Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:57:40.838Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:57:40.838Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:57:40.838Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:57:40.838Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T12:57:40.838Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:57:40.838Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@b1c33f4
2025-04-25T12:57:40.838Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T12:57:41.639Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3
2025-04-25T12:57:41.640Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3 succeeded in 1ms
2025-04-25T12:57:41.651Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3
2025-04-25T12:57:41.652Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3 succeeded in 1ms
2025-04-25T12:57:41.652Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3
2025-04-25T12:57:41.653Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3 succeeded in 1ms
2025-04-25T12:57:41.654Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3
2025-04-25T12:57:41.655Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3 succeeded in 1ms
2025-04-25T12:57:41.656Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3
2025-04-25T12:57:41.656Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3 succeeded in 0ms
2025-04-25T12:57:41.657Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3
2025-04-25T12:57:41.658Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@53784fa3 succeeded in 1ms
2025-04-25T12:57:41.785Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:57:42.221Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T12:57:42.226Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T12:57:42.275Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T12:57:50.492Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T12:57:51.897Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T12:57:52.655Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T12:57:53.691Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T12:57:53.732Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T12:57:53.732Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T12:57:53.732Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T12:57:53.732Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T12:57:53.732Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T12:57:53.732Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T12:57:53.733Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2084a3a8
2025-04-25T12:57:53.796Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T12:57:54.136Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T12:57:54.136Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T12:57:54.146Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T12:57:54.147Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T12:57:54.147Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T12:57:54.147Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T12:57:54.147Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T12:57:54.147Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T12:57:54.147Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T12:57:54.147Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T12:57:54.147Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T12:57:54.150Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T12:57:55.437Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T12:57:55.526Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T12:57:55.530Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T12:57:55.544Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T12:57:55.546Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T12:57:55.548Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T12:57:55.550Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T12:57:55.552Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T12:57:55.554Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T12:57:55.556Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T12:57:55.559Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T12:57:55.561Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T12:57:55.563Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T12:57:55.565Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T12:57:55.565Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T12:57:55.566Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T12:57:55.566Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T12:57:55.567Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T12:57:55.567Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T12:57:55.567Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:57:55.568Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T12:57:55.568Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T12:57:55.568Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T12:57:55.575Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 49.057 seconds (process running for 66.457)
2025-04-25T12:57:55.611Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T12:57:55.671Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T12:57:55.673Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T12:57:56.663Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T12:57:56.680Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T12:57:56.682Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@2dccf1a7 was removed
2025-04-25T12:57:56.683Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@232525e5 was removed
2025-04-25T12:57:56.748Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-25T12:57:57.364Z INFO 8 --- [nio-8080-exec-1] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@61b40935
2025-04-25T12:57:58.261Z INFO 8 --- [nio-8080-exec-1] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@61b40935 succeeded in 897ms
2025-04-25T12:58:00.759Z ERROR 8 --- [nio-8080-exec-2] c.u.f.r.s.i.ExceptionHandlingInterceptor : Failure during REST processing: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-25T12:58:00.759Z ERROR 8 --- [nio-8080-exec-4] c.u.f.r.s.i.ExceptionHandlingInterceptor : Failure during REST processing: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-25T12:58:00.761Z ERROR 8 --- [nio-8080-exec-1] c.u.f.r.s.i.ExceptionHandlingInterceptor : Failure during REST processing: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-25T12:58:00.795Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : ERROR - GET http://localhost:8080/fhir/metadata
2025-04-25T12:58:00.795Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : ERROR - GET http://localhost:8080/fhir/metadata
2025-04-25T12:58:00.795Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : ERROR - GET http://localhost:8080/fhir/metadata
2025-04-25T12:58:00.801Z ERROR 8 --- [nio-8080-exec-1] c.u.f.r.s.i.ExceptionHandlingInterceptor : HAPI-FHIR was unable to reset the output stream during exception handling. The root causes follows:
java.lang.IllegalStateException: Cannot call reset() after response has been committed
at org.apache.catalina.connector.ResponseFacade.checkCommitted(ResponseFacade.java:517)
at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:276)
at jakarta.servlet.ServletResponseWrapper.reset(ServletResponseWrapper.java:184)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.resetOutputStreamIfPossible(ExceptionHandlingInterceptor.java:149)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:114)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-25T12:58:00.801Z ERROR 8 --- [nio-8080-exec-2] c.u.f.r.s.i.ExceptionHandlingInterceptor : HAPI-FHIR was unable to reset the output stream during exception handling. The root causes follows:
java.lang.IllegalStateException: Cannot call reset() after response has been committed
at org.apache.catalina.connector.ResponseFacade.checkCommitted(ResponseFacade.java:517)
at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:276)
at jakarta.servlet.ServletResponseWrapper.reset(ServletResponseWrapper.java:184)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.resetOutputStreamIfPossible(ExceptionHandlingInterceptor.java:149)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:114)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-25T12:58:00.801Z ERROR 8 --- [nio-8080-exec-4] c.u.f.r.s.i.ExceptionHandlingInterceptor : HAPI-FHIR was unable to reset the output stream during exception handling. The root causes follows:
java.lang.IllegalStateException: Cannot call reset() after response has been committed
at org.apache.catalina.connector.ResponseFacade.checkCommitted(ResponseFacade.java:517)
at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:276)
at jakarta.servlet.ServletResponseWrapper.reset(ServletResponseWrapper.java:184)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.resetOutputStreamIfPossible(ExceptionHandlingInterceptor.java:149)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:114)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-25T12:58:00.803Z ERROR 8 --- [nio-8080-exec-1] ca.uhn.fhir.rest.server.RestfulServer : HAPI-2544: Exception handling threw an exception. Initial exception was: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-25T12:58:00.805Z ERROR 8 --- [nio-8080-exec-4] ca.uhn.fhir.rest.server.RestfulServer : HAPI-2544: Exception handling threw an exception. Initial exception was: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-25T12:58:00.804Z ERROR 8 --- [nio-8080-exec-2] ca.uhn.fhir.rest.server.RestfulServer : HAPI-2544: Exception handling threw an exception. Initial exception was: java.io.IOException: Broken pipe
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:304)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:266)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:133)
at java.base/java.util.zip.DeflaterOutputStream.flush(DeflaterOutputStream.java:320)
at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:320)
at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160)
at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248)
at com.fasterxml.jackson.core.json.WriterBasedJsonGenerator.flush(WriterBasedJsonGenerator.java:988)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3366)
at com.fasterxml.jackson.core.base.GeneratorBase.writeObject(GeneratorBase.java:422)
at com.fasterxml.jackson.core.JsonGenerator.writeObjectField(JsonGenerator.java:2430)
at ca.uhn.fhir.parser.json.jackson.JacksonWriter.write(JacksonWriter.java:142)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:317)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:683)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:697)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeChildElementToStreamWriter(JsonParser.java:377)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementChildrenToStreamWriter(JsonParser.java:671)
at ca.uhn.fhir.parser.JsonParser.encodeCompositeElementToStreamWriter(JsonParser.java:822)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:946)
at ca.uhn.fhir.parser.JsonParser.encodeResourceToJsonStreamWriter(JsonParser.java:877)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToJsonLikeWriter(JsonParser.java:216)
at ca.uhn.fhir.parser.JsonParser.doEncodeResourceToWriter(JsonParser.java:224)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:314)
at ca.uhn.fhir.parser.BaseParser.encodeResourceToWriter(BaseParser.java:270)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1061)
at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:305)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1201)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:97)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:122)
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1380)
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:764)
at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:728)
at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:712)
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.flush(Http11OutputBuffer.java:574)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.flush(ChunkedOutputFilter.java:156)
at org.apache.coyote.http11.Http11OutputBuffer.flush(Http11OutputBuffer.java:216)
at org.apache.coyote.http11.Http11Processor.flush(Http11Processor.java:1271)
at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:408)
at org.apache.coyote.Response.action(Response.java:208)
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:300)
... 71 common frames omitted
2025-04-25T12:58:00.814Z ERROR 8 --- [nio-8080-exec-2] o.s.b.w.servlet.support.ErrorPageFilter : Cannot forward to error page for request [/fhir/metadata] as the response has already been committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.catalina.connector.Response.getWriter(Response.java:526)
at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:188)
at jakarta.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$ErrorWrapperResponse.getWriter(ErrorPageFilter.java:369)
at ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse.getResponseWriter(ServletRestfulResponse.java:90)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1029)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:121)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-25T12:58:00.814Z ERROR 8 --- [nio-8080-exec-4] o.s.b.w.servlet.support.ErrorPageFilter : Cannot forward to error page for request [/fhir/metadata] as the response has already been committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.catalina.connector.Response.getWriter(Response.java:526)
at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:188)
at jakarta.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$ErrorWrapperResponse.getWriter(ErrorPageFilter.java:369)
at ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse.getResponseWriter(ServletRestfulResponse.java:90)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1029)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:121)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-25T12:58:00.814Z ERROR 8 --- [nio-8080-exec-1] o.s.b.w.servlet.support.ErrorPageFilter : Cannot forward to error page for request [/fhir/metadata] as the response has already been committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.catalina.connector.Response.getWriter(Response.java:526)
at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:188)
at jakarta.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:108)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$ErrorWrapperResponse.getWriter(ErrorPageFilter.java:369)
at ca.uhn.fhir.rest.server.servlet.ServletRestfulResponse.getResponseWriter(ServletRestfulResponse.java:90)
at ca.uhn.fhir.rest.server.RestfulServerUtils.streamResponseAsResource(RestfulServerUtils.java:1029)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:121)
at ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor.handleException(ExceptionHandlingInterceptor.java:74)
at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1295)
at ca.uhn.fhir.rest.server.RestfulServer.doGet(RestfulServer.java:424)
at ca.uhn.fhir.rest.server.RestfulServer.service(RestfulServer.java:1955)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:666)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1740)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:840)
2025-04-25T12:58:02.332Z INFO 8 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-04-25T12:58:02.345Z INFO 8 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
2025-04-25T12:58:02.382Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico
2025-04-25T12:58:02.396Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint GET /favicon.ico.
2025-04-25T12:58:07.275Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.452Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Global-is-diff] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Global-is-diff] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.453Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-reindex] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-reindex] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.476Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-perform-reindexing-pass] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-perform-reindexing-pass] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.476Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Multi-its-meta] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Multi-its-meta] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.500Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-mark-all-resources-for-reindexing] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-mark-all-resources-for-reindexing] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.548Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Multi-its-expunge] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Multi-its-expunge] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.555Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-get-resource-counts] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-get-resource-counts] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.578Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/Global-s-hapi.fhir.replace-references] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/Global-s-hapi.fhir.replace-references] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:07.581Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[read OperationDefinition/-s-reindex-terminology] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[read OperationDefinition/-s-reindex-terminology] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:29.591Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[search-type Patient] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[search-type Patient] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
2025-04-25T12:58:58.758Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[search-type Patient] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON] Operation[search-type Patient] UA[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0] Params[] ResponseEncoding[JSON]
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T13:39:07.907Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T13:39:07.913Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T13:39:10.250Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T13:39:10.726Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 454 ms. Found 52 JPA repository interfaces.
2025-04-25T13:39:14.929Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T13:39:15.466Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7508 ms
2025-04-25T13:39:15.945Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T13:39:15.960Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T13:39:16.130Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T13:39:16.131Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T13:39:16.131Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T13:39:16.131Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T13:39:16.131Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T13:39:16.131Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T13:39:16.131Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T13:39:16.131Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T13:39:16.132Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T13:39:16.132Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T13:39:16.132Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T13:39:16.132Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T13:39:16.132Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T13:39:16.132Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T13:39:16.277Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T13:39:16.278Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T13:39:16.279Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T13:39:16.740Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T13:39:17.056Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T13:39:17.134Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T13:39:17.338Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T13:39:17.875Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T13:39:18.458Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T13:39:18.531Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T13:39:19.749Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T13:39:19.756Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T13:39:19.877Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T13:39:21.539Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T13:39:21.747Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T13:39:26.664Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T13:39:29.714Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T13:39:32.312Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T13:39:32.355Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T13:39:33.845Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T13:39:34.011Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T13:39:34.351Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T13:39:36.028Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T13:39:41.880Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T13:39:42.014Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T13:39:42.061Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T13:39:42.062Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T13:39:42.065Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T13:39:42.067Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T13:39:42.068Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T13:39:42.068Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T13:39:42.068Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@54f88fda
2025-04-25T13:39:42.068Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T13:39:42.069Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T13:39:42.071Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T13:39:42.082Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T13:39:42.082Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T13:39:42.083Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T13:39:42.083Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T13:39:42.083Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T13:39:42.083Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T13:39:42.083Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@54f88fda
2025-04-25T13:39:42.083Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T13:39:43.077Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256
2025-04-25T13:39:43.078Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256 succeeded in 1ms
2025-04-25T13:39:43.099Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256
2025-04-25T13:39:43.100Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256 succeeded in 1ms
2025-04-25T13:39:43.101Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256
2025-04-25T13:39:43.101Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256 succeeded in 0ms
2025-04-25T13:39:43.101Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256
2025-04-25T13:39:43.102Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256 succeeded in 1ms
2025-04-25T13:39:43.103Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256
2025-04-25T13:39:43.103Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256 succeeded in 0ms
2025-04-25T13:39:43.105Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256
2025-04-25T13:39:43.105Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@55022256 succeeded in 0ms
2025-04-25T13:39:43.225Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T13:39:43.712Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T13:39:43.716Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T13:39:43.767Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T13:39:52.623Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T13:39:55.047Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T13:39:56.192Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T13:39:57.444Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T13:39:57.470Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T13:39:57.471Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T13:39:57.471Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T13:39:57.471Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T13:39:57.471Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T13:39:57.471Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T13:39:57.471Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7830e3e2
2025-04-25T13:39:57.529Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T13:39:57.867Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T13:39:57.867Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T13:39:57.872Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T13:39:57.873Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T13:39:57.873Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T13:39:57.874Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T13:39:57.874Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T13:39:57.874Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T13:39:57.874Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T13:39:57.874Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T13:39:57.874Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T13:39:57.883Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T13:39:59.590Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T13:39:59.671Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T13:39:59.675Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T13:39:59.690Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T13:39:59.692Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T13:39:59.694Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T13:39:59.697Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T13:39:59.698Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T13:39:59.701Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T13:39:59.703Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T13:39:59.704Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T13:39:59.706Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T13:39:59.707Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T13:39:59.709Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T13:39:59.710Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T13:39:59.711Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T13:39:59.712Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T13:39:59.712Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T13:39:59.712Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T13:39:59.713Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T13:39:59.713Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T13:39:59.713Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T13:39:59.714Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T13:39:59.721Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 53.014 seconds (process running for 87.206)
2025-04-25T13:39:59.757Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T13:39:59.837Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T13:39:59.838Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T13:40:00.849Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T13:40:00.944Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T13:40:00.948Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@2c0ed5b1 was removed
2025-04-25T13:40:00.952Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@1aac6833 was removed
2025-04-25T13:40:01.144Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-25T13:40:04.053Z INFO 8 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-04-25T13:40:04.070Z INFO 8 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms
2025-04-25T13:40:04.960Z INFO 8 --- [nio-8080-exec-3] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T13:40:08.762Z INFO 8 --- [nio-8080-exec-9] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@4e90e219
2025-04-25T13:40:10.647Z INFO 8 --- [nio-8080-exec-9] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@4e90e219 succeeded in 1886ms
2025-04-25T13:40:17.650Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:40:17.650Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:40:17.650Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:40:17.650Z INFO 8 --- [nio-8080-exec-9] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:40:17.651Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:40:17.704Z INFO 8 --- [io-8080-exec-12] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:40:18.690Z INFO 8 --- [nio-8080-exec-3] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T13:40:23.226Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /login.php
2025-04-25T13:40:23.311Z WARN 8 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound : No endpoint GET /login.php.
2025-04-25T13:41:06.346Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:41:28.679Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:41:30.529Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:41:31.393Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:41:46.278Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:41:47.935Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for POST /flex2gateway/http
2025-04-25T13:41:47.936Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint POST /flex2gateway/http.
2025-04-25T13:41:48.040Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for POST /messagebroker/http
2025-04-25T13:41:48.041Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint POST /messagebroker/http.
2025-04-25T13:41:48.157Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for POST /blazeds/messagebroker/http
2025-04-25T13:41:48.157Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint POST /blazeds/messagebroker/http.
2025-04-25T13:41:48.267Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for POST /lcds/messagebroker/http
2025-04-25T13:41:48.268Z WARN 8 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No endpoint POST /lcds/messagebroker/http.
2025-04-25T13:41:48.383Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for POST /flex2gateway/http
2025-04-25T13:41:48.383Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint POST /flex2gateway/http.
2025-04-25T13:41:48.496Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for POST /messagebroker/http
2025-04-25T13:41:48.496Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint POST /messagebroker/http.
2025-04-25T13:41:48.604Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for POST /blazeds/messagebroker/http
2025-04-25T13:41:48.605Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint POST /blazeds/messagebroker/http.
2025-04-25T13:41:48.716Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for POST /lcds/messagebroker/http
2025-04-25T13:41:48.717Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint POST /lcds/messagebroker/http.
2025-04-25T13:41:49.533Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:41:50.387Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:41:51.421Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /internalServerReporting.php
2025-04-25T13:41:51.422Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /internalServerReporting.php.
2025-04-25T13:41:51.944Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:41:54.485Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /webhost
2025-04-25T13:41:54.486Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /webhost.
2025-04-25T13:42:05.120Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:42:16.690Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:42:18.579Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:42:59.831Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:43:02.300Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /LoginPage.do
2025-04-25T13:43:02.301Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /LoginPage.do.
2025-04-25T13:43:24.979Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:43:26.229Z WARN 8 --- [io-8080-exec-11] o.s.web.servlet.PageNotFound : No mapping for GET /index.aspx
2025-04-25T13:43:26.230Z WARN 8 --- [io-8080-exec-11] o.s.web.servlet.PageNotFound : No endpoint GET /index.aspx.
2025-04-25T13:43:26.357Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /Default.aspx
2025-04-25T13:43:26.358Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /Default.aspx.
2025-04-25T13:43:30.027Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:43:40.217Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:43:42.042Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /admin/statistics/ConfigureStatistics
2025-04-25T13:43:42.042Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /admin/statistics/ConfigureStatistics.
2025-04-25T13:43:50.386Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No mapping for GET /status
2025-04-25T13:43:50.387Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No endpoint GET /status.
2025-04-25T13:43:50.939Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:43:53.293Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:43:54.057Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:43:54.207Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:10.751Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:43.224Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:44.875Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:46.301Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for PUT /no_such_dir_deadbeef/session
2025-04-25T13:44:46.302Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint PUT /no_such_dir_deadbeef/session.
2025-04-25T13:44:46.422Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for PUT /no_such_dir_deadbeef/session
2025-04-25T13:44:46.423Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint PUT /no_such_dir_deadbeef/session.
2025-04-25T13:44:46.990Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:49.107Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:50.825Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /web.config
2025-04-25T13:44:50.826Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /web.config.
2025-04-25T13:44:51.251Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /scripts/w3who.dll
2025-04-25T13:44:51.252Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /scripts/w3who.dll.
2025-04-25T13:44:51.825Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:52.471Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:53.675Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /enter.php
2025-04-25T13:44:53.676Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /enter.php.
2025-04-25T13:44:53.870Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:54.127Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /cgi-bin/filescan
2025-04-25T13:44:54.127Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /cgi-bin/filescan.
2025-04-25T13:44:54.853Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:55.439Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /Reporting/login/change_password.php
2025-04-25T13:44:55.440Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /Reporting/login/change_password.php.
2025-04-25T13:44:55.909Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:57.057Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:58.874Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:44:59.117Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:01.285Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET //struts/webconsole.html
2025-04-25T13:45:01.285Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET //struts/webconsole.html.
2025-04-25T13:45:01.791Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:02.821Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:03.945Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /sc3/console.php
2025-04-25T13:45:03.945Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /sc3/console.php.
2025-04-25T13:45:04.233Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /.anydomain.test
2025-04-25T13:45:04.233Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /.anydomain.test.
2025-04-25T13:45:04.901Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:05.254Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:08.096Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:08.924Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:10.671Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /dagent/checkprofile.asp
2025-04-25T13:45:10.671Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /dagent/checkprofile.asp.
2025-04-25T13:45:12.489Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:14.036Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:15.313Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:17.431Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:40.477Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:40.850Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:41.336Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:41.933Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /version
2025-04-25T13:45:41.934Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /version.
2025-04-25T13:45:42.713Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /1745588740-mongoose_trailing_slash_disclosure.nasl
2025-04-25T13:45:42.714Z WARN 8 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No endpoint GET /1745588740-mongoose_trailing_slash_disclosure.nasl.
2025-04-25T13:45:43.115Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:44.671Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:45.103Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:46.043Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /status.xsl.
2025-04-25T13:45:46.043Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /status.xsl..
2025-04-25T13:45:46.314Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /I1o6G3ijuoIj
2025-04-25T13:45:46.314Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /I1o6G3ijuoIj.
2025-04-25T13:45:46.430Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for PUT /I1o6G3ijuoIj
2025-04-25T13:45:46.430Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint PUT /I1o6G3ijuoIj.
2025-04-25T13:45:46.549Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /I1o6G3ijuoIj
2025-04-25T13:45:46.549Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /I1o6G3ijuoIj.
2025-04-25T13:45:46.761Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:47.415Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:48.465Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:48.844Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:50.890Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No mapping for POST /FormHandler.cgi
2025-04-25T13:45:50.890Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No endpoint POST /FormHandler.cgi.
2025-04-25T13:45:51.522Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:53.226Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:54.259Z WARN 8 --- [io-8080-exec-11] o.s.web.servlet.PageNotFound : No mapping for GET /DB4Web/qld-nessus04:23/foo
2025-04-25T13:45:54.259Z WARN 8 --- [io-8080-exec-11] o.s.web.servlet.PageNotFound : No endpoint GET /DB4Web/qld-nessus04:23/foo.
2025-04-25T13:45:54.913Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:55.931Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /WebInterface/
2025-04-25T13:45:55.932Z WARN 8 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No endpoint GET /WebInterface/.
2025-04-25T13:45:56.358Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:56.589Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:45:57.965Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /WebInterface
2025-04-25T13:45:57.965Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /WebInterface.
2025-04-25T13:45:58.389Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /CFIDE/administrator/index.cfm
2025-04-25T13:45:58.389Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /CFIDE/administrator/index.cfm.
2025-04-25T13:45:58.967Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:00.382Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /backend/settings/oauth_adfs
2025-04-25T13:46:00.382Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /backend/settings/oauth_adfs.
2025-04-25T13:46:01.003Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:03.068Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:04.345Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /dev/
2025-04-25T13:46:04.345Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /dev/.
2025-04-25T13:46:05.090Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:06.493Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /gui/
2025-04-25T13:46:06.494Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /gui/.
2025-04-25T13:46:07.166Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:08.308Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /gui/
2025-04-25T13:46:08.309Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /gui/.
2025-04-25T13:46:08.989Z INFO 8 --- [nio-8080-exec-5] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:10.803Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:11.631Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:13.732Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:16.234Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:46:17.406Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for POST /cgi-bin/file_transfer.cgi
2025-04-25T13:46:17.407Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint POST /cgi-bin/file_transfer.cgi.
2025-04-25T13:46:48.053Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:10.170Z INFO 8 --- [nio-8080-exec-1] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:12.127Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /error_page.htm
2025-04-25T13:47:12.127Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /error_page.htm.
2025-04-25T13:47:12.519Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:13.497Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /default.asp%20
2025-04-25T13:47:13.498Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /default.asp%20.
2025-04-25T13:47:13.679Z INFO 8 --- [nio-8080-exec-6] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:14.627Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /default.asp%2e
2025-04-25T13:47:14.627Z WARN 8 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No endpoint GET /default.asp%2e.
2025-04-25T13:47:14.813Z INFO 8 --- [nio-8080-exec-8] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:16.937Z INFO 8 --- [io-8080-exec-10] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:18.123Z INFO 8 --- [nio-8080-exec-3] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:32.467Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /SiteScope/cgi/go.exe/SiteScope
2025-04-25T13:47:32.468Z WARN 8 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No endpoint GET /SiteScope/cgi/go.exe/SiteScope.
2025-04-25T13:47:33.132Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No mapping for GET /trace.axd
2025-04-25T13:47:33.133Z WARN 8 --- [io-8080-exec-10] o.s.web.servlet.PageNotFound : No endpoint GET /trace.axd.
2025-04-25T13:47:33.472Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /global.asa
2025-04-25T13:47:33.472Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /global.asa.
2025-04-25T13:47:34.056Z INFO 8 --- [nio-8080-exec-2] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:36.463Z INFO 8 --- [io-8080-exec-11] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:47:37.895Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /user_settings.cfg
2025-04-25T13:47:37.895Z WARN 8 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No endpoint GET /user_settings.cfg.
2025-04-25T13:48:21.291Z INFO 8 --- [nio-8080-exec-7] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:48:22.431Z INFO 8 --- [nio-8080-exec-4] fhirtest.access : Path[/fhir] Source[] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON] Operation[metadata ] UA[HAPI-FHIR/8.0.0 (FHIR Client; FHIR 4.0.1/R4; apache)] Params[] ResponseEncoding[JSON]
2025-04-25T13:48:23.775Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No mapping for GET /rails_info/properties
2025-04-25T13:48:23.776Z WARN 8 --- [nio-8080-exec-6] o.s.web.servlet.PageNotFound : No endpoint GET /rails_info/properties.
2025-04-25T13:48:24.517Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /index.html
2025-04-25T13:48:24.518Z WARN 8 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No endpoint GET /index.html.
2025-04-25T14:39:59.707Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T15:39:59.695Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T16:39:59.696Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T17:39:59.694Z INFO 8 --- [ler-clustered-3] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T18:39:59.694Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T19:39:59.727Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T20:39:59.696Z INFO 8 --- [ler-clustered-3] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T21:38:22.089Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T21:38:22.093Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T21:38:24.774Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T21:38:25.259Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 470 ms. Found 52 JPA repository interfaces.
2025-04-25T21:38:30.609Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T21:38:30.947Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8801 ms
2025-04-25T21:38:31.305Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T21:38:31.319Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:38:31.421Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T21:38:31.422Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T21:38:31.422Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T21:38:31.423Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T21:38:31.423Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T21:38:31.423Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T21:38:31.423Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T21:38:31.424Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T21:38:31.424Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T21:38:31.424Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T21:38:31.425Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T21:38:31.425Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T21:38:31.425Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T21:38:31.425Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T21:38:31.481Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T21:38:31.482Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T21:38:31.483Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T21:38:31.702Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T21:38:31.868Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T21:38:31.887Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T21:38:32.000Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T21:38:32.271Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T21:38:32.895Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T21:38:32.984Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T21:38:38.514Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T21:38:38.518Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T21:38:38.611Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T21:38:40.428Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T21:38:40.718Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T21:38:46.598Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T21:38:49.869Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T21:38:51.523Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T21:38:51.550Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T21:38:52.613Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T21:38:52.735Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T21:38:53.148Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T21:38:54.414Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T21:38:59.335Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T21:38:59.434Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:38:59.472Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:38:59.473Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:38:59.474Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:38:59.475Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:38:59.475Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T21:38:59.475Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:38:59.475Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@5aeae224
2025-04-25T21:38:59.476Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T21:38:59.477Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T21:38:59.479Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:38:59.494Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:38:59.495Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:38:59.495Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:38:59.495Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:38:59.495Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T21:38:59.496Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:38:59.496Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@5aeae224
2025-04-25T21:38:59.496Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T21:39:00.590Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073
2025-04-25T21:39:00.591Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073 succeeded in 1ms
2025-04-25T21:39:00.600Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073
2025-04-25T21:39:00.601Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073 succeeded in 1ms
2025-04-25T21:39:00.603Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073
2025-04-25T21:39:00.603Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073 succeeded in 0ms
2025-04-25T21:39:00.604Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073
2025-04-25T21:39:00.605Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073 succeeded in 1ms
2025-04-25T21:39:00.606Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073
2025-04-25T21:39:00.607Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073 succeeded in 1ms
2025-04-25T21:39:00.608Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073
2025-04-25T21:39:00.609Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@215ce073 succeeded in 1ms
2025-04-25T21:39:00.730Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:39:01.269Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T21:39:01.279Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T21:39:01.339Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T21:39:10.171Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:39:11.526Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T21:39:12.111Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T21:39:12.865Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:39:12.883Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:39:12.884Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:39:12.884Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:39:12.884Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:39:12.884Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T21:39:12.884Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:39:12.884Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6695b2ad
2025-04-25T21:39:12.935Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T21:39:13.208Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T21:39:13.209Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T21:39:13.214Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T21:39:13.215Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T21:39:13.215Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T21:39:13.215Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T21:39:13.215Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T21:39:13.215Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T21:39:13.215Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T21:39:13.215Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T21:39:13.215Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T21:39:13.217Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T21:39:14.316Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T21:39:14.388Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T21:39:14.390Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T21:39:14.400Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T21:39:14.402Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T21:39:14.403Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T21:39:14.405Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T21:39:14.406Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T21:39:14.408Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T21:39:14.409Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T21:39:14.410Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T21:39:14.411Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T21:39:14.413Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T21:39:14.414Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T21:39:14.415Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T21:39:14.415Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T21:39:14.416Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T21:39:14.416Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T21:39:14.416Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T21:39:14.416Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T21:39:14.416Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T21:39:14.417Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T21:39:14.417Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T21:39:14.428Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 53.566 seconds (process running for 76.186)
2025-04-25T21:39:14.451Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T21:39:14.500Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T21:39:14.501Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T21:39:15.011Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T21:39:15.017Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T21:39:15.018Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@11351a0d was removed
2025-04-25T21:39:15.018Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@eb0b1fd was removed
2025-04-25T21:39:15.063Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T21:45:45.121Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T21:45:45.125Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T21:45:47.027Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T21:45:47.493Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 430 ms. Found 52 JPA repository interfaces.
2025-04-25T21:45:51.510Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T21:45:51.743Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6570 ms
2025-04-25T21:45:52.005Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T21:45:52.020Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:45:52.132Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T21:45:52.133Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T21:45:52.133Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T21:45:52.133Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T21:45:52.133Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T21:45:52.134Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T21:45:52.189Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T21:45:52.190Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T21:45:52.191Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T21:45:52.335Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T21:45:52.510Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T21:45:52.538Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T21:45:52.623Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T21:45:52.892Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T21:45:53.423Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T21:45:53.483Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T21:45:54.336Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T21:45:54.340Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T21:45:54.428Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T21:45:56.122Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T21:45:56.321Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T21:46:01.206Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T21:46:03.972Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T21:46:05.410Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T21:46:05.434Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T21:46:06.676Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T21:46:06.783Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T21:46:07.096Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T21:46:08.303Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T21:46:13.153Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T21:46:13.234Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:46:13.269Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:46:13.270Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:46:13.271Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:46:13.273Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:46:13.273Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T21:46:13.273Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:46:13.273Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@754ced98
2025-04-25T21:46:13.273Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T21:46:13.274Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T21:46:13.275Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:46:13.295Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:46:13.296Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:46:13.296Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:46:13.296Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:46:13.296Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T21:46:13.296Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:46:13.296Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@754ced98
2025-04-25T21:46:13.296Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T21:46:13.870Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c
2025-04-25T21:46:13.871Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c succeeded in 1ms
2025-04-25T21:46:13.881Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c
2025-04-25T21:46:13.882Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c succeeded in 2ms
2025-04-25T21:46:13.883Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c
2025-04-25T21:46:13.884Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c succeeded in 1ms
2025-04-25T21:46:13.885Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c
2025-04-25T21:46:13.885Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c succeeded in 0ms
2025-04-25T21:46:13.886Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c
2025-04-25T21:46:13.887Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c succeeded in 1ms
2025-04-25T21:46:13.888Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c
2025-04-25T21:46:13.889Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2f59a1c succeeded in 1ms
2025-04-25T21:46:13.991Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:46:14.366Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T21:46:14.369Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T21:46:14.407Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T21:46:21.144Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:46:22.644Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T21:46:23.317Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T21:46:24.330Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:46:24.344Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:46:24.345Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:46:24.345Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:46:24.345Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:46:24.345Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T21:46:24.345Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:46:24.345Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@131794aa
2025-04-25T21:46:24.409Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T21:46:24.715Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T21:46:24.715Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T21:46:24.722Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T21:46:24.723Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T21:46:24.724Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T21:46:24.724Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T21:46:24.724Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T21:46:24.724Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T21:46:24.724Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T21:46:24.724Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T21:46:24.724Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T21:46:24.727Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T21:46:25.921Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T21:46:26.007Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T21:46:26.010Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T21:46:26.020Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T21:46:26.022Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T21:46:26.025Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T21:46:26.027Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T21:46:26.029Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T21:46:26.031Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T21:46:26.033Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T21:46:26.036Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T21:46:26.038Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T21:46:26.041Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T21:46:26.043Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T21:46:26.045Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T21:46:26.046Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T21:46:26.046Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T21:46:26.047Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T21:46:26.047Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T21:46:26.047Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T21:46:26.047Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T21:46:26.047Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T21:46:26.047Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T21:46:26.052Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 41.934 seconds (process running for 61.643)
2025-04-25T21:46:26.096Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T21:46:26.224Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T21:46:26.236Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T21:46:26.933Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T21:46:26.950Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T21:46:26.953Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@7282f781 was removed
2025-04-25T21:46:26.954Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@667149f4 was removed
2025-04-25T21:46:27.043Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T21:47:29.087Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 9 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T21:47:29.092Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T21:47:31.754Z INFO 9 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T21:47:32.359Z INFO 9 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 579 ms. Found 52 JPA repository interfaces.
2025-04-25T21:47:38.028Z WARN 9 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T21:47:38.380Z INFO 9 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9239 ms
2025-04-25T21:47:38.753Z INFO 9 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T21:47:38.784Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:47:38.956Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T21:47:38.957Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T21:47:38.958Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T21:47:38.958Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T21:47:38.959Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T21:47:38.959Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T21:47:38.959Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T21:47:38.960Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T21:47:38.960Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T21:47:38.960Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T21:47:38.961Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T21:47:38.961Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T21:47:38.961Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T21:47:38.961Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T21:47:39.035Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T21:47:39.036Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T21:47:39.036Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T21:47:39.283Z INFO 9 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T21:47:39.513Z INFO 9 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T21:47:39.539Z INFO 9 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T21:47:39.652Z INFO 9 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T21:47:40.036Z INFO 9 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T21:47:40.867Z INFO 9 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T21:47:41.027Z INFO 9 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T21:47:42.359Z INFO 9 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T21:47:42.364Z INFO 9 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T21:47:42.490Z INFO 9 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T21:47:43.927Z INFO 9 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T21:47:44.131Z INFO 9 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T21:47:49.047Z INFO 9 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T21:47:51.988Z INFO 9 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T21:47:53.799Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T21:47:53.832Z INFO 9 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T21:47:55.098Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T21:47:55.250Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T21:47:55.583Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T21:47:57.895Z INFO 9 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T21:48:04.974Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T21:48:05.115Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:48:05.148Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:48:05.151Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:48:05.154Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:48:05.156Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:48:05.157Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T21:48:05.157Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:48:05.157Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@cac15a7
2025-04-25T21:48:05.157Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T21:48:05.158Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T21:48:05.159Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:48:05.169Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:48:05.169Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:48:05.169Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:48:05.169Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:48:05.169Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T21:48:05.169Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:48:05.169Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@cac15a7
2025-04-25T21:48:05.170Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T21:48:06.187Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54
2025-04-25T21:48:06.188Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54 succeeded in 1ms
2025-04-25T21:48:06.199Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54
2025-04-25T21:48:06.200Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54 succeeded in 1ms
2025-04-25T21:48:06.202Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54
2025-04-25T21:48:06.203Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54 succeeded in 1ms
2025-04-25T21:48:06.204Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54
2025-04-25T21:48:06.204Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54 succeeded in 0ms
2025-04-25T21:48:06.205Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54
2025-04-25T21:48:06.205Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54 succeeded in 0ms
2025-04-25T21:48:06.206Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54
2025-04-25T21:48:06.207Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1a958a54 succeeded in 1ms
2025-04-25T21:48:06.340Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:48:06.855Z INFO 9 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T21:48:06.861Z INFO 9 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T21:48:06.918Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T21:48:14.677Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T21:48:16.611Z WARN 9 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T21:48:17.530Z INFO 9 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T21:48:18.557Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T21:48:18.568Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T21:48:18.568Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T21:48:18.568Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T21:48:18.568Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T21:48:18.569Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T21:48:18.569Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T21:48:18.569Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@19e93615
2025-04-25T21:48:18.651Z INFO 9 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T21:48:18.970Z INFO 9 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T21:48:18.971Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T21:48:18.976Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T21:48:18.977Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T21:48:18.977Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T21:48:18.977Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T21:48:18.977Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T21:48:18.977Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T21:48:18.977Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T21:48:18.977Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T21:48:18.977Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T21:48:18.979Z INFO 9 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T21:48:20.246Z INFO 9 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T21:48:20.337Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T21:48:20.340Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T21:48:20.353Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T21:48:20.355Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T21:48:20.356Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T21:48:20.359Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T21:48:20.362Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T21:48:20.365Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T21:48:20.367Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T21:48:20.369Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T21:48:20.370Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T21:48:20.372Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T21:48:20.373Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T21:48:20.375Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T21:48:20.376Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T21:48:20.376Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T21:48:20.377Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T21:48:20.377Z INFO 9 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T21:48:20.377Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T21:48:20.378Z INFO 9 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T21:48:20.378Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T21:48:20.379Z WARN 9 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T21:48:20.385Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 52.185 seconds (process running for 68.544)
2025-04-25T21:48:20.440Z INFO 9 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T21:48:20.525Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T21:48:20.526Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T21:48:21.596Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T21:48:21.615Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T21:48:21.617Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@2847d829 was removed
2025-04-25T21:48:21.617Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@53b6380a was removed
2025-04-25T21:48:21.690Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T22:44:50.893Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T22:44:50.897Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T22:44:52.523Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T22:44:52.816Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 280 ms. Found 52 JPA repository interfaces.
2025-04-25T22:44:55.104Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T22:44:55.289Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4351 ms
2025-04-25T22:44:55.530Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T22:44:55.543Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T22:44:55.622Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T22:44:55.623Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T22:44:55.673Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T22:44:55.674Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T22:44:55.674Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T22:44:55.811Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T22:44:55.963Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T22:44:55.984Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T22:44:56.051Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T22:44:56.274Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T22:44:56.740Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T22:44:56.809Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T22:45:03.357Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T22:45:03.359Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T22:45:03.432Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T22:45:04.551Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T22:45:04.698Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T22:45:07.616Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T22:45:09.414Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T22:45:10.562Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T22:45:10.582Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T22:45:11.515Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T22:45:11.698Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T22:45:12.018Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T22:45:13.079Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T22:45:18.029Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T22:45:18.095Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T22:45:18.127Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T22:45:18.128Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T22:45:18.131Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T22:45:18.133Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T22:45:18.133Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T22:45:18.133Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T22:45:18.134Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@7d978a2f
2025-04-25T22:45:18.134Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T22:45:18.135Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T22:45:18.137Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T22:45:18.144Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T22:45:18.144Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T22:45:18.144Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T22:45:18.144Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T22:45:18.145Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T22:45:18.145Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T22:45:18.145Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@7d978a2f
2025-04-25T22:45:18.145Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T22:45:18.676Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8
2025-04-25T22:45:18.678Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8 succeeded in 2ms
2025-04-25T22:45:18.686Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8
2025-04-25T22:45:18.687Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8 succeeded in 1ms
2025-04-25T22:45:18.688Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8
2025-04-25T22:45:18.688Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8 succeeded in 0ms
2025-04-25T22:45:18.689Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8
2025-04-25T22:45:18.689Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8 succeeded in 0ms
2025-04-25T22:45:18.689Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8
2025-04-25T22:45:18.690Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8 succeeded in 1ms
2025-04-25T22:45:18.690Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8
2025-04-25T22:45:18.690Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@2b0c75a8 succeeded in 0ms
2025-04-25T22:45:18.777Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T22:45:19.050Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T22:45:19.053Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T22:45:19.088Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T22:45:24.466Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T22:45:25.718Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T22:45:26.288Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T22:45:27.058Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T22:45:27.066Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T22:45:27.066Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T22:45:27.066Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T22:45:27.066Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T22:45:27.066Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T22:45:27.066Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T22:45:27.067Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@602a0a80
2025-04-25T22:45:27.108Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T22:45:27.319Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T22:45:27.319Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T22:45:27.325Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T22:45:27.326Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T22:45:27.326Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T22:45:27.326Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T22:45:27.326Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T22:45:27.326Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T22:45:27.326Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T22:45:27.326Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T22:45:27.326Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T22:45:27.328Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T22:45:28.108Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T22:45:28.175Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T22:45:28.177Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T22:45:28.182Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T22:45:28.183Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T22:45:28.184Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T22:45:28.185Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T22:45:28.186Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T22:45:28.187Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T22:45:28.189Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T22:45:28.189Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T22:45:28.190Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T22:45:28.191Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T22:45:28.192Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T22:45:28.192Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T22:45:28.192Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T22:45:28.193Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T22:45:28.193Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T22:45:28.193Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T22:45:28.193Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T22:45:28.193Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T22:45:28.193Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T22:45:28.193Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T22:45:28.196Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 38.102 seconds (process running for 53.212)
2025-04-25T22:45:28.227Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T22:45:28.261Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T22:45:28.262Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T22:45:28.782Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T22:45:28.791Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T22:45:28.792Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@718ec0b7 was removed
2025-04-25T22:45:28.793Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@7a100566 was removed
2025-04-25T22:45:28.829Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-25T22:49:07.098Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 9 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-25T22:49:07.103Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-25T22:49:09.145Z INFO 9 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-25T22:49:09.530Z INFO 9 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 369 ms. Found 52 JPA repository interfaces.
2025-04-25T22:49:13.475Z WARN 9 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-25T22:49:13.727Z INFO 9 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6579 ms
2025-04-25T22:49:14.009Z INFO 9 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-25T22:49:14.024Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T22:49:14.125Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-25T22:49:14.126Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-25T22:49:14.127Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-25T22:49:14.127Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-25T22:49:14.127Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-25T22:49:14.128Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-25T22:49:14.128Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-25T22:49:14.128Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-25T22:49:14.128Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-25T22:49:14.129Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-25T22:49:14.129Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-25T22:49:14.129Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-25T22:49:14.129Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-25T22:49:14.130Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-25T22:49:14.176Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-25T22:49:14.177Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-25T22:49:14.177Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-25T22:49:14.355Z INFO 9 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-25T22:49:14.523Z INFO 9 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-25T22:49:14.547Z INFO 9 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-25T22:49:14.622Z INFO 9 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-25T22:49:14.872Z INFO 9 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-25T22:49:15.424Z INFO 9 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-25T22:49:15.497Z INFO 9 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-25T22:49:20.811Z INFO 9 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-25T22:49:20.814Z INFO 9 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-25T22:49:20.900Z INFO 9 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-25T22:49:22.165Z INFO 9 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-25T22:49:22.321Z INFO 9 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-25T22:49:26.214Z INFO 9 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-25T22:49:28.861Z INFO 9 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-25T22:49:30.377Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-25T22:49:30.402Z INFO 9 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-25T22:49:31.739Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-25T22:49:31.865Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-25T22:49:32.219Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-25T22:49:33.446Z INFO 9 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-25T22:49:38.159Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-25T22:49:38.228Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T22:49:38.253Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T22:49:38.254Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T22:49:38.256Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T22:49:38.258Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T22:49:38.259Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T22:49:38.259Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T22:49:38.259Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@52bfcf4a
2025-04-25T22:49:38.260Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T22:49:38.262Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-25T22:49:38.263Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T22:49:38.267Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T22:49:38.267Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T22:49:38.267Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T22:49:38.267Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T22:49:38.267Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-25T22:49:38.268Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T22:49:38.268Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@52bfcf4a
2025-04-25T22:49:38.268Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-25T22:49:39.035Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d
2025-04-25T22:49:39.036Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d succeeded in 1ms
2025-04-25T22:49:39.047Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d
2025-04-25T22:49:39.049Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d succeeded in 2ms
2025-04-25T22:49:39.050Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d
2025-04-25T22:49:39.051Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d succeeded in 1ms
2025-04-25T22:49:39.052Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d
2025-04-25T22:49:39.053Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d succeeded in 1ms
2025-04-25T22:49:39.054Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d
2025-04-25T22:49:39.054Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d succeeded in 0ms
2025-04-25T22:49:39.055Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d
2025-04-25T22:49:39.056Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@685fd67d succeeded in 1ms
2025-04-25T22:49:39.172Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T22:49:39.566Z INFO 9 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-25T22:49:39.570Z INFO 9 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-25T22:49:39.609Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-25T22:49:47.178Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-25T22:49:49.087Z WARN 9 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-25T22:49:49.899Z INFO 9 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-25T22:49:51.042Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-25T22:49:51.051Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-25T22:49:51.052Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-25T22:49:51.052Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-25T22:49:51.052Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-25T22:49:51.052Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-25T22:49:51.052Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-25T22:49:51.052Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@22cee0b9
2025-04-25T22:49:51.112Z INFO 9 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-25T22:49:51.441Z INFO 9 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-25T22:49:51.442Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-25T22:49:51.453Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-25T22:49:51.454Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-25T22:49:51.455Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-25T22:49:51.455Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-25T22:49:51.455Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-25T22:49:51.455Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-25T22:49:51.455Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-25T22:49:51.455Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-25T22:49:51.456Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-25T22:49:51.459Z INFO 9 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-25T22:49:52.898Z INFO 9 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-25T22:49:52.979Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-25T22:49:52.982Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-25T22:49:52.991Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-25T22:49:52.993Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-25T22:49:52.995Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-25T22:49:52.998Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-25T22:49:53.000Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-25T22:49:53.002Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-25T22:49:53.004Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-25T22:49:53.005Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-25T22:49:53.006Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-25T22:49:53.007Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-25T22:49:53.008Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-25T22:49:53.009Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-25T22:49:53.010Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-25T22:49:53.011Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-25T22:49:53.011Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-25T22:49:53.012Z INFO 9 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-25T22:49:53.012Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T22:49:53.012Z INFO 9 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-25T22:49:53.012Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-25T22:49:53.013Z WARN 9 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-25T22:49:53.017Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 46.876 seconds (process running for 65.744)
2025-04-25T22:49:53.057Z INFO 9 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-25T22:49:53.128Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-25T22:49:53.131Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-25T22:49:53.856Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-25T22:49:53.866Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-25T22:49:53.867Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@6568141c was removed
2025-04-25T22:49:53.867Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@3b0da7cf was removed
2025-04-25T22:49:53.920Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-25T23:49:53.000Z INFO 9 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T00:49:52.996Z INFO 9 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T01:49:52.996Z INFO 9 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-26T02:43:23.332Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-26T02:43:23.335Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-26T02:43:24.464Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-26T02:43:24.654Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 178 ms. Found 52 JPA repository interfaces.
2025-04-26T02:43:26.598Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-26T02:43:26.707Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3350 ms
2025-04-26T02:43:26.852Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-26T02:43:26.858Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T02:43:26.897Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-26T02:43:26.897Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-26T02:43:26.897Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-26T02:43:26.897Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-26T02:43:26.897Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-26T02:43:26.897Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-26T02:43:26.897Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-26T02:43:26.897Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-26T02:43:26.898Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-26T02:43:26.898Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-26T02:43:26.898Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-26T02:43:26.898Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-26T02:43:26.898Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-26T02:43:26.898Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-26T02:43:26.929Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-26T02:43:26.929Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-26T02:43:26.929Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-26T02:43:27.035Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-26T02:43:27.142Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-26T02:43:27.154Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-26T02:43:27.210Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-26T02:43:27.346Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-26T02:43:27.665Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-26T02:43:27.705Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-26T02:43:28.240Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-26T02:43:28.242Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-26T02:43:28.292Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-26T02:43:29.037Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-26T02:43:29.155Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-26T02:43:31.414Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-26T02:43:32.752Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-26T02:43:33.587Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-26T02:43:33.604Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-26T02:43:34.225Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-26T02:43:34.309Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-26T02:43:34.481Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-26T02:43:35.191Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-26T02:43:38.115Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-26T02:43:38.161Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T02:43:38.179Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T02:43:38.179Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T02:43:38.180Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T02:43:38.180Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T02:43:38.180Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T02:43:38.181Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T02:43:38.181Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6e863b59
2025-04-26T02:43:38.181Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T02:43:38.181Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-26T02:43:38.182Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T02:43:38.183Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T02:43:38.183Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T02:43:38.183Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T02:43:38.184Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T02:43:38.184Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T02:43:38.184Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T02:43:38.184Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6e863b59
2025-04-26T02:43:38.184Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T02:43:38.614Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719
2025-04-26T02:43:38.616Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719 succeeded in 2ms
2025-04-26T02:43:38.625Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719
2025-04-26T02:43:38.625Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719 succeeded in 0ms
2025-04-26T02:43:38.626Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719
2025-04-26T02:43:38.626Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719 succeeded in 0ms
2025-04-26T02:43:38.627Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719
2025-04-26T02:43:38.627Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719 succeeded in 0ms
2025-04-26T02:43:38.627Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719
2025-04-26T02:43:38.628Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719 succeeded in 1ms
2025-04-26T02:43:38.628Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719
2025-04-26T02:43:38.628Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@1ec19719 succeeded in 0ms
2025-04-26T02:43:38.695Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T02:43:38.954Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-26T02:43:38.956Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-26T02:43:38.979Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-26T02:43:43.163Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T02:43:44.045Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-26T02:43:44.486Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-26T02:43:45.140Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T02:43:45.145Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T02:43:45.146Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T02:43:45.146Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T02:43:45.146Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T02:43:45.146Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-26T02:43:45.146Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T02:43:45.146Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@8d26d0f
2025-04-26T02:43:45.186Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-26T02:43:45.355Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-26T02:43:45.355Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-26T02:43:45.360Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-26T02:43:45.361Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-26T02:43:45.361Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-26T02:43:45.361Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-26T02:43:45.361Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-26T02:43:45.361Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-26T02:43:45.361Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-26T02:43:45.361Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-26T02:43:45.361Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-26T02:43:45.363Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-26T02:43:46.019Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-26T02:43:46.064Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-26T02:43:46.065Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-26T02:43:46.070Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-26T02:43:46.071Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-26T02:43:46.072Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-26T02:43:46.072Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-26T02:43:46.073Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-26T02:43:46.073Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-26T02:43:46.074Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-26T02:43:46.075Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-26T02:43:46.076Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-26T02:43:46.077Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-26T02:43:46.078Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-26T02:43:46.079Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-26T02:43:46.080Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-26T02:43:46.080Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-26T02:43:46.081Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-26T02:43:46.081Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-26T02:43:46.081Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T02:43:46.081Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-26T02:43:46.081Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T02:43:46.081Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-26T02:43:46.083Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 23.25 seconds (process running for 32.464)
2025-04-26T02:43:46.106Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T02:43:46.133Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-26T02:43:46.134Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-26T02:43:46.497Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-26T02:43:46.502Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-26T02:43:46.503Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@243878ea was removed
2025-04-26T02:43:46.503Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@7b8164a1 was removed
2025-04-26T02:43:46.523Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-26T02:48:42.287Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-26T02:48:42.289Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-26T02:48:43.513Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-26T02:48:43.701Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 181 ms. Found 52 JPA repository interfaces.
2025-04-26T02:48:45.487Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-26T02:48:45.604Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3284 ms
2025-04-26T02:48:45.735Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-26T02:48:45.744Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T02:48:45.795Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-26T02:48:45.795Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-26T02:48:45.795Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-26T02:48:45.795Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-26T02:48:45.795Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-26T02:48:45.796Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-26T02:48:45.829Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-26T02:48:45.830Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-26T02:48:45.830Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-26T02:48:45.930Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-26T02:48:46.037Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-26T02:48:46.051Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-26T02:48:46.098Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-26T02:48:46.242Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-26T02:48:46.531Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-26T02:48:46.572Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-26T02:48:47.114Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-26T02:48:47.116Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-26T02:48:47.173Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-26T02:48:47.913Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-26T02:48:48.029Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-26T02:48:50.605Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-26T02:48:52.066Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-26T02:48:53.295Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-26T02:48:53.318Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-26T02:48:54.330Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-26T02:48:54.415Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-26T02:48:54.598Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-26T02:48:55.404Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-26T02:48:59.102Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-26T02:48:59.158Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T02:48:59.179Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T02:48:59.180Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T02:48:59.181Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T02:48:59.183Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T02:48:59.183Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T02:48:59.183Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T02:48:59.183Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6635a129
2025-04-26T02:48:59.183Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T02:48:59.184Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-26T02:48:59.185Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T02:48:59.191Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T02:48:59.192Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T02:48:59.192Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T02:48:59.192Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T02:48:59.192Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T02:48:59.192Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T02:48:59.192Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@6635a129
2025-04-26T02:48:59.192Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T02:48:59.783Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048
2025-04-26T02:48:59.785Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048 succeeded in 3ms
2025-04-26T02:48:59.796Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048
2025-04-26T02:48:59.797Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048 succeeded in 1ms
2025-04-26T02:48:59.798Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048
2025-04-26T02:48:59.798Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048 succeeded in 0ms
2025-04-26T02:48:59.799Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048
2025-04-26T02:48:59.800Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048 succeeded in 1ms
2025-04-26T02:48:59.801Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048
2025-04-26T02:48:59.802Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048 succeeded in 1ms
2025-04-26T02:48:59.803Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048
2025-04-26T02:48:59.803Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@45276048 succeeded in 0ms
2025-04-26T02:48:59.881Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T02:49:00.141Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-26T02:49:00.143Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-26T02:49:00.171Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-26T02:49:04.547Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T02:49:05.707Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-26T02:49:06.270Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-26T02:49:06.951Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T02:49:06.970Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T02:49:06.971Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T02:49:06.971Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T02:49:06.971Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T02:49:06.971Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-26T02:49:06.971Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T02:49:06.971Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@62784ac8
2025-04-26T02:49:07.010Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-26T02:49:07.204Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-26T02:49:07.204Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-26T02:49:07.210Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-26T02:49:07.211Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-26T02:49:07.211Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-26T02:49:07.211Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-26T02:49:07.211Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-26T02:49:07.211Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-26T02:49:07.211Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-26T02:49:07.211Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-26T02:49:07.212Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-26T02:49:07.214Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-26T02:49:08.101Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-26T02:49:08.158Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-26T02:49:08.160Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-26T02:49:08.168Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-26T02:49:08.169Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-26T02:49:08.169Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-26T02:49:08.170Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-26T02:49:08.171Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-26T02:49:08.172Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-26T02:49:08.172Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-26T02:49:08.173Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-26T02:49:08.174Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-26T02:49:08.175Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-26T02:49:08.175Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-26T02:49:08.176Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-26T02:49:08.177Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-26T02:49:08.177Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-26T02:49:08.177Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-26T02:49:08.177Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-26T02:49:08.177Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T02:49:08.178Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-26T02:49:08.178Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T02:49:08.178Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-26T02:49:08.182Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 26.59 seconds (process running for 35.476)
2025-04-26T02:49:08.205Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T02:49:08.242Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-26T02:49:08.244Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-26T02:49:08.616Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-26T02:49:08.622Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-26T02:49:08.623Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@2651d63a was removed
2025-04-26T02:49:08.624Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@65805710 was removed
2025-04-26T02:49:08.656Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-26T03:11:45.690Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 9 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-26T03:11:45.692Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-26T03:11:47.168Z INFO 9 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-26T03:11:47.465Z INFO 9 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 281 ms. Found 52 JPA repository interfaces.
2025-04-26T03:11:49.916Z WARN 9 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-26T03:11:50.106Z INFO 9 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4381 ms
2025-04-26T03:11:50.286Z INFO 9 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-26T03:11:50.296Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T03:11:50.345Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-26T03:11:50.345Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-26T03:11:50.345Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-26T03:11:50.345Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-26T03:11:50.345Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-26T03:11:50.345Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-26T03:11:50.345Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-26T03:11:50.345Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-26T03:11:50.346Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-26T03:11:50.346Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-26T03:11:50.346Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-26T03:11:50.346Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-26T03:11:50.346Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-26T03:11:50.346Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-26T03:11:50.380Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-26T03:11:50.380Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-26T03:11:50.381Z INFO 9 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-26T03:11:50.526Z INFO 9 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-26T03:11:50.680Z INFO 9 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-26T03:11:50.702Z INFO 9 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-26T03:11:50.791Z INFO 9 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-26T03:11:51.021Z INFO 9 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-26T03:11:51.522Z INFO 9 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-26T03:11:51.582Z INFO 9 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-26T03:11:52.469Z INFO 9 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-26T03:11:52.473Z INFO 9 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-26T03:11:52.579Z INFO 9 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-26T03:11:54.069Z INFO 9 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-26T03:11:54.224Z INFO 9 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-26T03:11:57.307Z INFO 9 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-26T03:11:59.063Z INFO 9 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-26T03:12:00.272Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-26T03:12:00.293Z INFO 9 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-26T03:12:01.380Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-26T03:12:01.476Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-26T03:12:01.798Z INFO 9 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-26T03:12:02.718Z INFO 9 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-26T03:12:06.779Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-26T03:12:06.848Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T03:12:06.874Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T03:12:06.875Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T03:12:06.876Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T03:12:06.877Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T03:12:06.877Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T03:12:06.877Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T03:12:06.878Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@348b1c93
2025-04-26T03:12:06.878Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T03:12:06.879Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-26T03:12:06.880Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T03:12:06.884Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T03:12:06.884Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T03:12:06.884Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T03:12:06.884Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T03:12:06.885Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T03:12:06.885Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T03:12:06.885Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@348b1c93
2025-04-26T03:12:06.885Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T03:12:07.462Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-26T03:12:07.463Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 1ms
2025-04-26T03:12:07.471Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-26T03:12:07.471Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 0ms
2025-04-26T03:12:07.472Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-26T03:12:07.472Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 0ms
2025-04-26T03:12:07.472Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-26T03:12:07.473Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 1ms
2025-04-26T03:12:07.473Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-26T03:12:07.473Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 0ms
2025-04-26T03:12:07.474Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237
2025-04-26T03:12:07.474Z INFO 9 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@129e5237 succeeded in 0ms
2025-04-26T03:12:07.562Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T03:12:07.902Z INFO 9 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-26T03:12:07.905Z INFO 9 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-26T03:12:07.953Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-26T03:12:13.871Z INFO 9 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T03:12:15.263Z WARN 9 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-26T03:12:15.884Z INFO 9 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-26T03:12:16.799Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T03:12:16.805Z INFO 9 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T03:12:16.806Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T03:12:16.806Z INFO 9 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T03:12:16.806Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T03:12:16.806Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-26T03:12:16.806Z INFO 9 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T03:12:16.807Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@45a4d93e
2025-04-26T03:12:16.863Z INFO 9 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-26T03:12:17.103Z INFO 9 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-26T03:12:17.103Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-26T03:12:17.107Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-26T03:12:17.107Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-26T03:12:17.108Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-26T03:12:17.108Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-26T03:12:17.108Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-26T03:12:17.108Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-26T03:12:17.108Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-26T03:12:17.108Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-26T03:12:17.108Z INFO 9 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-26T03:12:17.110Z INFO 9 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-26T03:12:18.060Z INFO 9 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-26T03:12:18.150Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-26T03:12:18.152Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-26T03:12:18.161Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-26T03:12:18.163Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-26T03:12:18.165Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-26T03:12:18.167Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-26T03:12:18.168Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-26T03:12:18.170Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-26T03:12:18.172Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-26T03:12:18.174Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-26T03:12:18.175Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-26T03:12:18.177Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-26T03:12:18.178Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-26T03:12:18.178Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-26T03:12:18.179Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-26T03:12:18.179Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-26T03:12:18.180Z INFO 9 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-26T03:12:18.180Z INFO 9 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-26T03:12:18.180Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T03:12:18.180Z INFO 9 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-26T03:12:18.180Z INFO 9 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T03:12:18.181Z WARN 9 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-26T03:12:18.185Z INFO 9 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 33.084 seconds (process running for 44.089)
2025-04-26T03:12:18.246Z INFO 9 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T03:12:18.296Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-26T03:12:18.300Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-26T03:12:18.877Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-26T03:12:18.887Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-26T03:12:18.888Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@332dad38 was removed
2025-04-26T03:12:18.888Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@4ab9a69e was removed
2025-04-26T03:12:18.933Z INFO 9 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-26T03:15:08.176Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-26T03:15:08.181Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-26T03:15:09.713Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-26T03:15:10.009Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 281 ms. Found 52 JPA repository interfaces.
2025-04-26T03:15:13.246Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-26T03:15:13.454Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5231 ms
2025-04-26T03:15:13.690Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-26T03:15:13.706Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T03:15:13.793Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-26T03:15:13.793Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-26T03:15:13.793Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-26T03:15:13.793Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-26T03:15:13.793Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-26T03:15:13.794Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-26T03:15:13.844Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-26T03:15:13.844Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-26T03:15:13.844Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-26T03:15:14.027Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-26T03:15:14.185Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-26T03:15:14.207Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-26T03:15:14.286Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-26T03:15:14.544Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-26T03:15:15.253Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-26T03:15:15.326Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-26T03:15:16.683Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-26T03:15:16.688Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-26T03:15:16.797Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-26T03:15:18.131Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-26T03:15:18.303Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-26T03:15:21.576Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-26T03:15:23.141Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-26T03:15:24.299Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-26T03:15:24.319Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-26T03:15:25.593Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-26T03:15:25.712Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-26T03:15:26.014Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-26T03:15:27.027Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-26T03:15:31.449Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-26T03:15:31.502Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T03:15:31.524Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T03:15:31.525Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T03:15:31.526Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T03:15:31.528Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T03:15:31.528Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T03:15:31.528Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T03:15:31.529Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@1db3d028
2025-04-26T03:15:31.529Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T03:15:31.530Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-26T03:15:31.531Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T03:15:31.534Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T03:15:31.534Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T03:15:31.535Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T03:15:31.535Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T03:15:31.535Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T03:15:31.535Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T03:15:31.535Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@1db3d028
2025-04-26T03:15:31.535Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T03:15:32.122Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc
2025-04-26T03:15:32.123Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc succeeded in 1ms
2025-04-26T03:15:32.132Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc
2025-04-26T03:15:32.133Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc succeeded in 1ms
2025-04-26T03:15:32.134Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc
2025-04-26T03:15:32.135Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc succeeded in 1ms
2025-04-26T03:15:32.136Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc
2025-04-26T03:15:32.137Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc succeeded in 1ms
2025-04-26T03:15:32.138Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc
2025-04-26T03:15:32.139Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc succeeded in 1ms
2025-04-26T03:15:32.140Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc
2025-04-26T03:15:32.141Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@7b1b57fc succeeded in 1ms
2025-04-26T03:15:32.267Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T03:15:32.600Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-26T03:15:32.603Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-26T03:15:32.636Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-26T03:15:37.868Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T03:15:38.854Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-26T03:15:39.376Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-26T03:15:40.078Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T03:15:40.082Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T03:15:40.083Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T03:15:40.083Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T03:15:40.083Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T03:15:40.083Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-26T03:15:40.083Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T03:15:40.083Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@24f28b10
2025-04-26T03:15:40.133Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-26T03:15:40.382Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-26T03:15:40.383Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-26T03:15:40.386Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-26T03:15:40.386Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-26T03:15:40.387Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-26T03:15:40.387Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-26T03:15:40.387Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-26T03:15:40.387Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-26T03:15:40.387Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-26T03:15:40.387Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-26T03:15:40.387Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-26T03:15:40.389Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-26T03:15:41.351Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-26T03:15:41.413Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-26T03:15:41.415Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-26T03:15:41.420Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-26T03:15:41.421Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-26T03:15:41.422Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-26T03:15:41.424Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-26T03:15:41.425Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-26T03:15:41.426Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-26T03:15:41.427Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-26T03:15:41.429Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-26T03:15:41.430Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-26T03:15:41.431Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-26T03:15:41.433Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-26T03:15:41.433Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-26T03:15:41.434Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-26T03:15:41.434Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-26T03:15:41.435Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-26T03:15:41.435Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-26T03:15:41.435Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T03:15:41.435Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-26T03:15:41.435Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T03:15:41.436Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-26T03:15:41.439Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 33.985 seconds (process running for 45.785)
2025-04-26T03:15:41.465Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T03:15:41.498Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-26T03:15:41.499Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-26T03:15:41.944Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-26T03:15:41.950Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-26T03:15:41.950Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@6dde1b89 was removed
2025-04-26T03:15:41.950Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@5d41d2ae was removed
2025-04-26T03:15:41.977Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-26T04:15:41.423Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-26T04:25:34.587Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-26T04:25:34.589Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-26T04:25:35.953Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-26T04:25:36.186Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 224 ms. Found 52 JPA repository interfaces.
2025-04-26T04:25:38.262Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-26T04:25:38.421Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3805 ms
2025-04-26T04:25:38.573Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-26T04:25:38.581Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T04:25:38.634Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-26T04:25:38.635Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-26T04:25:38.635Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-26T04:25:38.635Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-26T04:25:38.635Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-26T04:25:38.635Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-26T04:25:38.635Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-26T04:25:38.635Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-26T04:25:38.636Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-26T04:25:38.636Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-26T04:25:38.636Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-26T04:25:38.636Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-26T04:25:38.636Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-26T04:25:38.636Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-26T04:25:38.678Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-26T04:25:38.678Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-26T04:25:38.678Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-26T04:25:38.797Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-26T04:25:38.914Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-26T04:25:38.928Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-26T04:25:38.983Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-26T04:25:39.138Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-26T04:25:39.492Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-26T04:25:39.532Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-26T04:25:40.150Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-26T04:25:40.153Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-26T04:25:40.212Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-26T04:25:41.103Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-26T04:25:41.211Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-26T04:25:43.401Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-26T04:25:44.944Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-26T04:25:46.009Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-26T04:25:46.035Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-26T04:25:47.011Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-26T04:25:47.090Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-26T04:25:47.312Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-26T04:25:48.103Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-26T04:25:51.370Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-26T04:25:51.422Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T04:25:51.437Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T04:25:51.437Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T04:25:51.438Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T04:25:51.439Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T04:25:51.439Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T04:25:51.439Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T04:25:51.439Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@7fb1db5f
2025-04-26T04:25:51.439Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T04:25:51.440Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-26T04:25:51.441Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T04:25:51.442Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T04:25:51.442Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T04:25:51.442Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T04:25:51.442Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T04:25:51.443Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T04:25:51.443Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T04:25:51.443Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@7fb1db5f
2025-04-26T04:25:51.443Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T04:25:51.848Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc
2025-04-26T04:25:51.849Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc succeeded in 1ms
2025-04-26T04:25:51.854Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc
2025-04-26T04:25:51.855Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc succeeded in 1ms
2025-04-26T04:25:51.855Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc
2025-04-26T04:25:51.855Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc succeeded in 0ms
2025-04-26T04:25:51.855Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc
2025-04-26T04:25:51.855Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc succeeded in 0ms
2025-04-26T04:25:51.856Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc
2025-04-26T04:25:51.856Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc succeeded in 0ms
2025-04-26T04:25:51.857Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc
2025-04-26T04:25:51.857Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@77f06ecc succeeded in 0ms
2025-04-26T04:25:51.926Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T04:25:52.246Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-26T04:25:52.248Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-26T04:25:52.278Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-26T04:25:55.989Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T04:25:56.927Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-26T04:25:57.579Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-26T04:25:58.289Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T04:25:58.293Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T04:25:58.293Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T04:25:58.293Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T04:25:58.293Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T04:25:58.293Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-26T04:25:58.293Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T04:25:58.293Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@49a87797
2025-04-26T04:25:58.332Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-26T04:25:58.537Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-26T04:25:58.537Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-26T04:25:58.541Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-26T04:25:58.542Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-26T04:25:58.542Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-26T04:25:58.542Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-26T04:25:58.542Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-26T04:25:58.542Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-26T04:25:58.542Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-26T04:25:58.542Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-26T04:25:58.542Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-26T04:25:58.545Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-26T04:25:59.299Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-26T04:25:59.354Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-26T04:25:59.356Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-26T04:25:59.363Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-26T04:25:59.363Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-26T04:25:59.364Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-26T04:25:59.365Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-26T04:25:59.365Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-26T04:25:59.366Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-26T04:25:59.367Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-26T04:25:59.368Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-26T04:25:59.369Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-26T04:25:59.370Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-26T04:25:59.371Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-26T04:25:59.371Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-26T04:25:59.371Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-26T04:25:59.372Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-26T04:25:59.372Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-26T04:25:59.372Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-26T04:25:59.372Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T04:25:59.372Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-26T04:25:59.373Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T04:25:59.373Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-26T04:25:59.376Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 25.322 seconds (process running for 34.749)
2025-04-26T04:25:59.399Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T04:25:59.451Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-26T04:25:59.452Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-26T04:25:59.845Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-26T04:25:59.849Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-26T04:25:59.850Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@30151dd3 was removed
2025-04-26T04:25:59.850Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@3719f81e was removed
2025-04-26T04:25:59.871Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-26T04:28:35.040Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-26T04:28:35.044Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-26T04:28:36.262Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-26T04:28:36.469Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 198 ms. Found 52 JPA repository interfaces.
2025-04-26T04:28:38.633Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-26T04:28:38.785Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3715 ms
2025-04-26T04:28:38.932Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-26T04:28:38.940Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-26T04:28:38.990Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-26T04:28:38.991Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-26T04:28:38.991Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-26T04:28:38.991Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-26T04:28:39.016Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-26T04:28:39.016Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-26T04:28:39.016Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-26T04:28:39.145Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-26T04:28:39.263Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-26T04:28:39.279Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-26T04:28:39.340Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-26T04:28:39.507Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-26T04:28:39.802Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-26T04:28:39.853Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-26T04:28:43.577Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-26T04:28:43.579Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-26T04:28:43.625Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-26T04:28:44.620Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-26T04:28:44.728Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-26T04:28:47.017Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-26T04:28:48.243Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-26T04:28:49.257Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-26T04:28:49.272Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-26T04:28:49.967Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-26T04:28:50.035Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-26T04:28:50.222Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-26T04:28:51.337Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-26T04:28:54.093Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-26T04:28:54.130Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T04:28:54.150Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T04:28:54.150Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T04:28:54.151Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T04:28:54.152Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T04:28:54.152Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T04:28:54.152Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T04:28:54.152Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@d735254
2025-04-26T04:28:54.152Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T04:28:54.153Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-26T04:28:54.153Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T04:28:54.155Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T04:28:54.155Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T04:28:54.155Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T04:28:54.155Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T04:28:54.155Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T04:28:54.155Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T04:28:54.155Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@d735254
2025-04-26T04:28:54.155Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T04:28:54.602Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6
2025-04-26T04:28:54.604Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6 succeeded in 2ms
2025-04-26T04:28:54.610Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6
2025-04-26T04:28:54.611Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6 succeeded in 1ms
2025-04-26T04:28:54.611Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6
2025-04-26T04:28:54.612Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6 succeeded in 1ms
2025-04-26T04:28:54.612Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6
2025-04-26T04:28:54.612Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6 succeeded in 0ms
2025-04-26T04:28:54.613Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6
2025-04-26T04:28:54.613Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6 succeeded in 0ms
2025-04-26T04:28:54.613Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6
2025-04-26T04:28:54.614Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@38807a6 succeeded in 1ms
2025-04-26T04:28:54.692Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T04:28:54.954Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-26T04:28:54.957Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-26T04:28:54.990Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-26T04:28:59.236Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T04:29:00.254Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-26T04:29:00.752Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-26T04:29:01.317Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T04:29:01.320Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T04:29:01.321Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T04:29:01.321Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T04:29:01.321Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T04:29:01.321Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-26T04:29:01.321Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T04:29:01.321Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6a799e21
2025-04-26T04:29:01.359Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-26T04:29:01.563Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-26T04:29:01.563Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-26T04:29:01.569Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-26T04:29:01.570Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-26T04:29:01.571Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-26T04:29:01.571Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-26T04:29:01.571Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-26T04:29:01.571Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-26T04:29:01.571Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-26T04:29:01.571Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-26T04:29:01.571Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-26T04:29:01.574Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-26T04:29:02.301Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-26T04:29:02.344Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-26T04:29:02.345Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-26T04:29:02.353Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-26T04:29:02.354Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-26T04:29:02.355Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-26T04:29:02.356Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-26T04:29:02.357Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-26T04:29:02.359Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-26T04:29:02.360Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-26T04:29:02.361Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-26T04:29:02.362Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-26T04:29:02.362Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-26T04:29:02.363Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-26T04:29:02.363Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-26T04:29:02.364Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-26T04:29:02.364Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-26T04:29:02.365Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-26T04:29:02.365Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-26T04:29:02.365Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T04:29:02.365Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-26T04:29:02.366Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T04:29:02.366Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-26T04:29:02.369Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 27.934 seconds (process running for 37.274)
2025-04-26T04:29:02.394Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T04:29:02.417Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-26T04:29:02.418Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-26T04:29:02.806Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-26T04:29:02.814Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-26T04:29:02.815Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@1c44e6a6 was removed
2025-04-26T04:29:02.816Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@718ec0b7 was removed
2025-04-26T04:29:02.847Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-26T05:29:02.358Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T06:29:02.357Z INFO 8 --- [ler-clustered-4] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T07:29:02.356Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T08:29:02.367Z INFO 8 --- [ler-clustered-1] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T09:29:02.359Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
2025-04-26T12:19:16.978Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Starting Application using Java 17.0.15 with PID 8 (/usr/local/tomcat/webapps/ROOT/WEB-INF/classes started by root in /usr/local/tomcat)
2025-04-26T12:19:16.981Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : No active profile set, falling back to 1 default profile: "default"
2025-04-26T12:19:18.607Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-04-26T12:19:18.953Z INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 333 ms. Found 52 JPA repository interfaces.
2025-04-26T12:19:23.523Z WARN 8 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ca.uhn.fhir.jpa.config.BeanPostProcessorConfig' of type [ca.uhn.fhir.jpa.config.BeanPostProcessorConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [persistenceExceptionTranslationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2025-04-26T12:19:23.994Z INFO 8 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6977 ms
2025-04-26T12:19:24.443Z INFO 8 --- [ main] ca.uhn.fhir.util.VersionUtil : HAPI FHIR version 8.0.0 - Rev 091beb6d18
2025-04-26T12:19:24.472Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T12:19:24.724Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow contains searches
2025-04-26T12:19:24.724Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny multiple deletes
2025-04-26T12:19:24.725Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to deny external references
2025-04-26T12:19:24.725Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable DAO scheduling
2025-04-26T12:19:24.725Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable delete expunges
2025-04-26T12:19:24.726Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable expunges
2025-04-26T12:19:24.726Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to allow overriding default search params
2025-04-26T12:19:24.726Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to disable auto-creating placeholder references
2025-04-26T12:19:24.726Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to auto-version references at paths []
2025-04-26T12:19:24.727Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion
2025-04-26T12:19:24.727Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to enable value set pre-expansion task
2025-04-26T12:19:24.727Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set default count of 1000
2025-04-26T12:19:24.727Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for pre-expand value set max count of 1000
2025-04-26T12:19:24.727Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured for maximum expansion size of 1000
2025-04-26T12:19:24.848Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to have a maximum fetch size of 'unlimited'
2025-04-26T12:19:24.848Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to cache search results for 60000 milliseconds
2025-04-26T12:19:24.849Z INFO 8 --- [ main] c.u.f.j.s.common.FhirServerConfigCommon : Server configured to use 'ALPHANUMERIC' Client ID Strategy
2025-04-26T12:19:25.219Z INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: HAPI_PU]
2025-04-26T12:19:25.343Z INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.4.Final
2025-04-26T12:19:25.394Z INFO 8 --- [ main] .f.j.l.FilteringSqlLoggerImplContributor : Adding service: SqlStatementFilteringLogger
2025-04-26T12:19:25.458Z INFO 8 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-04-26T12:19:25.662Z INFO 8 --- [ main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-04-26T12:19:26.139Z INFO 8 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-04-26T12:19:26.187Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-04-26T12:19:31.740Z INFO 8 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:/app/h2-data/fhir user=SA
2025-04-26T12:19:31.742Z INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-04-26T12:19:31.791Z INFO 8 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2025-04-26T12:19:32.522Z INFO 8 --- [ main] b.i.HibernateSearchPreIntegrationService : HSEARCH000034: Hibernate Search version 7.2.1.Final
2025-04-26T12:19:32.611Z INFO 8 --- [ main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: ca.uhn.fhir.jpa.entity.MdmLink
2025-04-26T12:19:35.231Z INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-04-26T12:19:37.226Z INFO 8 --- [ main] irLocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'HAPI_PU'
2025-04-26T12:19:38.471Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-resources.xml
2025-04-26T12:19:38.505Z INFO 8 --- [ main] ca.uhn.fhir.util.XmlUtil : FHIR XML procesing will use StAX implementation 'Woodstox' version '6.4.0'
2025-04-26T12:19:40.012Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-types.xml
2025-04-26T12:19:40.117Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/profile/profiles-others.xml
2025-04-26T12:19:40.470Z INFO 8 --- [ main] .u.f.c.s.DefaultProfileValidationSupport : Loading structure definitions from classpath: /org/hl7/fhir/r4/model/extension/extension-definitions.xml
2025-04-26T12:19:42.236Z INFO 8 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-04-26T12:19:49.393Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Local Scheduler
2025-04-26T12:19:49.463Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T12:19:49.486Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T12:19:49.487Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T12:19:49.488Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T12:19:49.490Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T12:19:49.490Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T12:19:49.490Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T12:19:49.490Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@76e8aa4
2025-04-26T12:19:49.490Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T12:19:49.491Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Creating Clustered Scheduler
2025-04-26T12:19:49.492Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T12:19:49.500Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T12:19:49.501Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T12:19:49.501Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T12:19:49.501Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'hapi-fhir-jpa-scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T12:19:49.501Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'hapi-fhir-jpa-scheduler' initialized from an externally provided properties instance.
2025-04-26T12:19:49.501Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T12:19:49.501Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: ca.uhn.fhir.jpa.sched.AutowiringSpringBeanJobFactory@76e8aa4
2025-04-26T12:19:49.501Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED paused.
2025-04-26T12:19:50.092Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0
2025-04-26T12:19:50.093Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0 succeeded in 1ms
2025-04-26T12:19:50.104Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0
2025-04-26T12:19:50.105Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0 succeeded in 1ms
2025-04-26T12:19:50.106Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0
2025-04-26T12:19:50.106Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0 succeeded in 0ms
2025-04-26T12:19:50.106Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0
2025-04-26T12:19:50.107Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0 succeeded in 1ms
2025-04-26T12:19:50.107Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0
2025-04-26T12:19:50.107Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0 succeeded in 0ms
2025-04-26T12:19:50.108Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Performing initial retrieval for non-expiring cache: org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0
2025-04-26T12:19:50.108Z INFO 8 --- [ main] c.u.f.log.terminology_troubleshooting : Initial retrieval for non-expiring cache org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain$FetchAllKey@771d1dd0 succeeded in 0ms
2025-04-26T12:19:50.202Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T12:19:50.565Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS is enabled on this server
2025-04-26T12:19:50.568Z INFO 8 --- [ main] c.u.f.j.starter.common.StarterJpaConfig : CORS allows the following origins: *
2025-04-26T12:19:50.612Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R5]
2025-04-26T12:19:57.443Z INFO 8 --- [ main] ca.uhn.fhir.context.FhirContext : Creating new FHIR context for FHIR version [R4]
2025-04-26T12:19:58.721Z WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-04-26T12:19:59.249Z INFO 8 --- [ main] .s.i.SubscriptionSubmitInterceptorLoader : Subscriptions are disabled on this server. Subscriptions will not be activated and incoming resources will not be matched against subscriptions.
2025-04-26T12:19:59.899Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2025-04-26T12:19:59.907Z INFO 8 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-04-26T12:19:59.908Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2025-04-26T12:19:59.908Z INFO 8 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2025-04-26T12:19:59.908Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2025-04-26T12:19:59.908Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-04-26T12:19:59.908Z INFO 8 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2025-04-26T12:19:59.908Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6da9458
2025-04-26T12:19:59.952Z INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2025-04-26T12:20:00.146Z INFO 8 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2025-04-26T12:20:00.146Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-04-26T12:20:00.151Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_IMPORT_PULL / 1
2025-04-26T12:20:00.152Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 1
2025-04-26T12:20:00.152Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: REINDEX / 2
2025-04-26T12:20:00.152Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: DELETE_EXPUNGE / 1
2025-04-26T12:20:00.152Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 1
2025-04-26T12:20:00.152Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: BULK_EXPORT / 2
2025-04-26T12:20:00.152Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemVersionDeleteJob / 1
2025-04-26T12:20:00.152Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: termCodeSystemDeleteJob / 1
2025-04-26T12:20:00.152Z INFO 8 --- [ main] ca.uhn.fhir.log.batch_troubleshooting : Registering Batch2 Job Definition: bulkImportJob / 1
2025-04-26T12:20:00.154Z INFO 8 --- [ main] .j.s.m.m.s.MatchingQueueSubscriberLoader : Subscription Matching Subscriber subscribed to Matching Channel ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper with name subscription-matching
2025-04-26T12:20:01.120Z INFO 8 --- [ main] c.u.f.j.s.registry.JpaSearchParamCache : Have 0 unique search params
2025-04-26T12:20:01.176Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling 15 jobs in application
2025-04-26T12:20:01.179Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermDeferredStorageSvcImpl$Job with interval 5000ms
2025-04-26T12:20:01.187Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.cache.ResourceChangeListenerCacheRefresherImpl with interval 00:00:10.000
2025-04-26T12:20:01.188Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.reindex.ResourceReindexingSvcImpl with interval 00:00:10.000
2025-04-26T12:20:01.189Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.bulk.export.svc.BulkDataExportJobSchedulingHelperImpl$PurgeExpiredFilesJob with interval 01:00:00
2025-04-26T12:20:01.190Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.bulk.imprt.svc.BulkDataImportSvcImpl$ActivationJob with interval 00:00:10.000
2025-04-26T12:20:01.192Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.warm.CacheWarmingSvcImpl with interval 00:00:10.000
2025-04-26T12:20:01.193Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.term.TermReadSvcImpl with interval 00:10:00
2025-04-26T12:20:01.194Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.term.TermReindexingSvcImpl with interval 00:01:00.000
2025-04-26T12:20:01.195Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.SearchUrlJobMaintenanceSvcImpl$SearchUrlMaintenanceJob with interval 00:10:00
2025-04-26T12:20:01.196Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl with interval 00:01:00.000
2025-04-26T12:20:01.196Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.util.ResourceCountCache with interval 00:10:00
2025-04-26T12:20:01.198Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling local job ca.uhn.fhir.jpa.subscription.triggering.SubscriptionTriggeringSvcImpl with interval 5000ms
2025-04-26T12:20:01.199Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc with interval 5000ms
2025-04-26T12:20:01.199Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.coordinator.ReductionStepExecutorServiceImpl$ReductionStepExecutorScheduledJob with interval 00:00:10.000
2025-04-26T12:20:01.200Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Scheduling clustered job ca.uhn.fhir.batch2.maintenance.JobMaintenanceServiceImpl$JobMaintenanceScheduledJob with interval 00:01:00.000
2025-04-26T12:20:01.200Z INFO 8 --- [ main] c.u.f.j.sched.BaseSchedulerServiceImpl : Starting task schedulers for context application
2025-04-26T12:20:01.200Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-local
2025-04-26T12:20:01.200Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T12:20:01.200Z INFO 8 --- [ main] c.uhn.fhir.jpa.sched.BaseHapiScheduler : Starting scheduler hapi-fhir-jpa-scheduler-clustered
2025-04-26T12:20:01.200Z INFO 8 --- [ main] org.quartz.core.QuartzScheduler : Scheduler hapi-fhir-jpa-scheduler_$_NON_CLUSTERED started.
2025-04-26T12:20:01.201Z WARN 8 --- [ main] u.f.j.u.PartitionedIdModeVerificationSvc : Dialect is not a HAPI FHIR dialect: org.hibernate.dialect.H2Dialect, version: 2.3.232
2025-04-26T12:20:01.206Z INFO 8 --- [ main] ca.uhn.fhir.jpa.starter.Application : Started Application in 45.125 seconds (process running for 69.79)
2025-04-26T12:20:01.237Z INFO 8 --- [ler-clustered-2] .s.BulkDataExportJobSchedulingHelperImpl : Finished bulk export job deletion with nothing to do
2025-04-26T12:20:01.273Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Initializing HAPI FHIR restful server running in R4 mode
2025-04-26T12:20:01.275Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 147 resource provider(s). Total 147
2025-04-26T12:20:01.861Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Added 5 plain provider(s). Total 5
2025-04-26T12:20:01.866Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : Removing RESTful methods for: class ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
2025-04-26T12:20:01.867Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@b646dac was removed
2025-04-26T12:20:01.867Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : OperationDefinition binding of ca.uhn.fhir.rest.server.method.ReadMethodBinding@5a1d3766 was removed
2025-04-26T12:20:01.900Z INFO 8 --- [ main] ca.uhn.fhir.rest.server.RestfulServer : A FHIR has been lit on this server
2025-04-26T12:38:01.255Z INFO 8 --- [ler-clustered-4] ca.uhn.fhir.log.batch_troubleshooting : Deleting old job instance 90c5b1f3-c344-4fc1-a1f5-c4de577a1d33
2025-04-26T12:38:01.279Z INFO 8 --- [ler-clustered-4] ca.uhn.fhir.log.batch_troubleshooting : Deleting instance and chunks: 90c5b1f3-c344-4fc1-a1f5-c4de577a1d33
2025-04-26T12:38:03.818Z INFO 8 --- [ler-clustered-4] ca.uhn.fhir.log.batch_troubleshooting : Deleting old job instance 109b97c0-692d-4973-9783-687e277b9d1f
2025-04-26T12:38:03.819Z INFO 8 --- [ler-clustered-4] ca.uhn.fhir.log.batch_troubleshooting : Deleting instance and chunks: 109b97c0-692d-4973-9783-687e277b9d1f