Evidence Source Routing: Where New Data Goes

Original files stay in an archive. Parsed records go to the database shape that fits them.

RI.EP.001·Maintained reference·Revised 2026-08-06

Academica keeps every original source file unchanged in an archive. A source only enters the searchable database after it is parsed into clean records. The shape of those records decides exactly where they go.

The record's shape decides its destination

downloaded source → a document: shared library of documents → a record matching an existing shape: existing table → a record with a new shape: its own table → not yet parsed: stays in the archive

One job for each destination

DestinationRuleExamples
Shared document libraryOne entry per document versionGuidance, assessments, reports
Existing tableThe record fits a shape already trackedTrials, safety reports, prices, awards
New tableNo current shape preserves its meaningDistinct structured feeds
Archive onlyRaw file with no parsed records yetUnparsed releases

Parsing comes before searchable storage

  • A file that cannot be read into records is not added to the database.
  • The archive, not the database, holds the raw original bytes.
  • A new table is created only when existing shapes would lose meaning.
  • Every parsed record keeps a pointer back to its archived original.

Families of evidence share the same rules

Evidence familyExample sourcesDestination
Literature and citationsEurope PMC, Semantic Scholar, OpenAIRE, CORE, preprintsArticles table or shared document library
Trials and grantsCTIS, ISRCTN, ICTRP, NIH RePORTERTrials or grants table
Guidance and assessmentNICE, USPSTF, FDA committees, health-technology agenciesShared document library
Prices and paymentTransparency files, hospital prices, national fee schedulesPricing and coverage tables
Statistics and classificationsOECD, Eurostat, Orphanet, national statisticsStatistics or rare-disease tables
ProcurementUK notices, China procurement, KHIDIProcurement table
Device authorizationPMDA, NMPA, MFDS, HSADevice authorizations table

Regional sources reuse common shapes

Japan, China, Korea, Singapore, and Australia release different files but the same recurring record forms. Device authorizations settle into one shared shape. Coverage and fee rules use one shared payment shape. Narrative guidance stays in the document library.

126 source families tracked
4 main destinations
1 archive of originals

When a new table is worth it

  • Reuse an existing table when its key and time period match the source.
  • Use the shared document library for narrative publications.
  • Create a new table only for a distinct, reusable record shape.
  • Keep unparsed families in the archive until they can be read into records.