in src/config.ts [105:116]
compiledImplementationGuides: loadImplementationGuides('fhir-works-on-aws-routing'),
systemHistory: stubs.history,
systemSearch: stubs.search,
bulkDataAccess: dynamoDbDataService,
fhirVersion,
genericResource: {
operations: ['create', 'read', 'update', 'delete', 'vread', 'search-type'],
fhirVersions: [fhirVersion],
persistence: dynamoDbDataService,
typeSearch: esSearch,
typeHistory: stubs.history,
},