PAI

Patient Advocate Portal

β˜… Platform Executive Vision

Palantir-Lite: GCP-Native Ontology App Viewer

Google Cloud Platform provides industry-standard infrastructure but lacks a cohesive semantic layer. ChartArmor bridges this gap. It binds serverless ingestion tables, relational property graphs, AI prompt configurations, and crawler scraper routines into a single unified pane of glass.

πŸ“₯

South of Ontology

Raw landing database isolating unparsed FHIR JSON records in serverless Google Cloud Firestore.

πŸ•ΈοΈ

The Ontology Schema

PostgreSQL tables structured as schema nodes (Nouns) and relation edges (Verbs) mapped via Prisma.

πŸ’»

Workshop Client App

Active clinician/patient interface rendering verified cases, audit logs, and AI letter models.

πŸ“Š

GCP Telemetry

Cloud Monitoring telemetry stats tracking process CPU, memory RSS, and active database connection pools.

Platform Data & Logic Flow

How GCP serverless and relational components integrate

Architecture Layout
Step 1: Ingest

External APIs (Epic Sandbox, CMS rules) fetch unparsed patient payloads.

Landing LayerFirestore NoSQL
βž”
Step 2: Transform

Stored PL/pgSQL triggers map properties into relational schema structures.

Structured LayerPostgreSQL Database
βž”
Step 3: Map & View

Prisma ORM exposes nodes as Nouns and relations as Verbs.

Semantic layerOntology Objects