Skip to main contentSkip to navigation
SeniorCRE Logo
Product Update cover
← Blog|Product UpdateMarch 23, 2026·18 min read

Introducing SCRE-DEX: The First Data Exchange Protocol Purpose-Built for Senior Living

Every industry that scaled built a shared data language first. Senior living never did — until now.

By SeniorCRE Strategy Team

What this article explains:

  • Topic: SCRE-DEX (Senior Care Real Estate Data Exchange) — the first open protocol for normalizing clinical, financial, and real estate data across senior living portfolios
  • Who this is for: Senior living operators, technology vendors, investors, AI/ML developers, healthcare interoperability engineers, and platform architects
  • Problems addressed: No shared data language exists for senior living; clinical EHRs, property systems, and capital platforms use incompatible schemas; cross-domain queries (clinical-to-financial) are impossible without manual reconciliation
  • Systems involved: SCRE-DEX Protocol, C2 Canonical Data Layer, SeniorCRE Platform API, MCP Server, Webhook Layer, OpenAPI 3.1 Specification
  • Why this matters now: In 2026, as AI agents and autonomous systems enter healthcare, the platforms with structured, discoverable, and interoperable data will capture disproportionate value — and the protocol that defines the data language will set the industry standard

Listen to this article

Powered by ElevenLabs

Key Takeaways for Operators and Investors

  • SCRE-DEX is the first open protocol for normalizing clinical, financial, and real estate data across senior living portfolios.
  • It bridges the gap between clinical EHRs (PointClickCare®, MatrixCare®) and capital markets platforms — a domain no existing standard covers.
  • Seven canonical data domains with standardized schemas, validation rules, and normalization patterns.
  • Financial data normalized to integer cents with source-aware idempotent ingestion (ON CONFLICT DO UPDATE).
  • Designed as a complement to existing systems — not a replacement — enabling any vendor to implement SCRE-DEX endpoints.
  • First-mover advantage: by publishing the protocol specification first, SeniorCRE® sets the industry standard.

These insights are derived from publicly available industry research and cited sources.

The Interoperability Crisis Nobody Talks About

Healthcare has HL7 FHIR. Real estate has RESO. Capital markets have XBRL. But the senior living industry — which sits at the intersection of all three — has no shared data language.

This isn't an abstract problem. It's the reason a regional operator with 15 communities can't answer a simple question: "What's the relationship between my CMS star ratings and my cap rate compression across markets?"

The answer exists — scattered across PointClickCare® clinical records, Yardi® property financials, a broker's Argus model, and six Excel spreadsheets. But no protocol exists to normalize these data sources into a single queryable layer.

The Fragmentation Tax

5–12

Average systems per operator

Each with its own schema, API, and export format

2–3 weeks

Time to produce investor report

Manual aggregation from disconnected sources

15–25%

Data reconciliation errors

When manually merging clinical and financial data

Near zero

Benchmark availability

No cross-portfolio normalization exists

Every other industry that scaled solved this problem first. MLS standardized real estate listings. SWIFT standardized financial messaging. HL7 standardized clinical data exchange. Senior living skipped this step — and it's paying for it in fragmentation, opacity, and undervaluation.

What Is SCRE-DEX?

SCRE-DEXSenior Care Real Estate Data Exchange — is the first open protocol standard designed specifically for normalizing and exchanging data across the three domains that define senior living performance:

Clinical Operations

Resident acuity, staffing ratios, care quality metrics, regulatory compliance

Ingests HL7 FHIR R4

Real Estate Performance

NOI, occupancy, RevPAR, cap rates, rent rolls, capital expenditure

RESO-aligned

Capital Markets

Portfolio analytics, LP reporting, deal pipeline, underwriting models

XBRL-compatible

SCRE-DEX is not a replacement for HL7, RESO, or XBRL. It's the missing bridge between them — purpose-built for the only industry that needs all three simultaneously.

Protocol Architecture: The Four Layers

SCRE-DEX operates as a four-layer stack. Each layer is independently implementable, allowing vendors to adopt incrementally.

Layer 1

C2 Canonical Data Layer

Live

Source-aware ingestion and normalization. Data from any clinical, financial, or property management system is mapped to SCRE-DEX canonical schemas. Financial values normalized to integer cents. All writes use idempotent ON CONFLICT DO UPDATE patterns.

Layer 2

Cross-Domain Query Layer

Live

Unified queries across clinical, financial, and real estate data. A single API call can return the relationship between fall rates, insurance costs, and cap rate impact for a given property.

Layer 3

Benchmark Aggregation Layer

Active

Anonymous, opt-in aggregation of operational metrics across participating portfolios. Produces market-level benchmarks for staffing ratios, care costs, NOI margins, and occupancy trends.

Layer 4

Agent & Webhook Layer

Scaffolded

Push-based data distribution via webhooks and agentic tool registration (MCP). AI agents can subscribe to census changes, NOI updates, compliance alerts, and more.

The Seven Canonical Domains

Every data point in SCRE-DEX maps to one of seven canonical domains. Each domain has standardized schemas, validation rules, access levels, and normalization patterns.

DomainKey EntitiesStandardsAccess
Clinical OperationsResidents, medications, care plans, vitals, woundsHL7 FHIR R4Authenticated
Workforce ManagementStaff, schedules, shifts, labor costs, certsCustomAuthenticated
Financial MetricsNOI, rent rolls, operating statements, budgetsXBRLAuthenticated
Market IntelligenceDemographics, comps, supply pipelineCustomPublic (aggregated)
ComplianceSurveys, deficiencies, corrective actions, licensesState-specificAuthenticated
Real EstateProperties, listings, transactions, valuationsRESOMixed
SCRE-DEX BenchmarksPeer comparisons, performance metricsProprietaryAuthenticated

Normalization Rules & Data Integrity

Data quality is the protocol's core value proposition. SCRE-DEX enforces strict normalization at ingestion time:

Financial Normalization

All monetary values stored as integer cents. $1,250.50 → 125050. Eliminates floating-point drift across systems.

Idempotent Ingestion

Every write uses ON CONFLICT DO UPDATE. Re-importing the same data produces identical results — safe for automated syncs.

Source Provenance

Every record carries a source_system field (PointClickCare, MatrixCare, CSV, manual). Audit trail is built into the schema.

Temporal Consistency

All timestamps in UTC with timezone. Date ranges validated via triggers — not CHECK constraints — for schema portability.

PHI Isolation

Protected Health Information never crosses domain boundaries in API responses. Signed URLs with 60-minute expiry for document access.

Schema Versioning

Canonical schemas are versioned. Migrations are additive-only — no breaking changes to existing fields.

Complement, Don't Replace

SCRE-DEX is explicitly designed to sit on top of existing clinical and property management systems. Operators don't rip out PointClickCare® or Yardi® — they plug SCRE-DEX into the data those systems already produce.

The Integration Architecture

Layer 3 — IntelligenceSeniorCRE® platform, AI assistants, investor reporting
↑ SCRE-DEX Protocol ↑
Layer 2 — NormalizationC2 Canonical Data Layer (schema mapping, validation, dedup)
↑ Source Adapters ↑
Layer 1 — Source SystemsPointClickCare® · MatrixCare® · Yardi® · QuickBooks® · CSV

This is why SCRE-DEX is a protocol, not a product. Any vendor can implement SCRE-DEX endpoints. If MatrixCare wanted to publish SCRE-DEX-compatible data, they could. If a regional accounting firm wanted to build a SCRE-DEX adapter for their senior living clients, the specification is open.

Why Publishing First Matters

In technology standards, there's a well-documented pattern: the first credible specification becomes the default. Not because it's perfect, but because it's present.

HL7 FHIR: Started as a draft specification from one organization. Now the global standard for clinical data exchange because they published while competitors debated.
RESO Data Dictionary: NAR-backed effort that standardized real estate listing data. Adopted not because it was technically superior, but because it was the only specification that existed.
SWIFT: Founded by 239 banks. Now processes 46+ million messages daily. Became the standard because they published a specification before anyone else did.

SCRE-DEX is SeniorCRE's equivalent move. By publishing the protocol specification openly — with seven defined domains, normalization rules, access patterns, and a working reference implementation — we're not asking the industry to trust our marketing. We're giving them a working standard they can evaluate, extend, and adopt.

The Network Effect

Every operator that connects to SCRE-DEX makes the benchmark data more valuable for every other operator. Every investor that queries SCRE-DEX benchmarks creates demand for more operators to participate. This is the same flywheel that made Bloomberg Terminal indispensable to capital markets — and no one has built it for senior living yet.

Technical Specification Summary

PropertyValue
Protocol NameSCRE-DEX (Senior Care Real Estate Data Exchange)
Version1.0.0
TransportHTTPS REST + MCP (Streamable HTTP)
AuthenticationBearer JWT (Supabase Auth)
Data FormatJSON with schema validation
Financial PrecisionInteger cents (no floating-point)
Write PatternIdempotent ON CONFLICT DO UPDATE
PHI HandlingHIPAA-compliant, signed URLs, 60-min expiry
Canonical Domains7 (Clinical, Workforce, Financial, Market, Compliance, RE, Benchmarks)
Database Schemas300+
Security ModelRow Level Security on all tables, 300 SECURITY DEFINER functions
Discoveryllms.txt, agents.json, OpenAPI 3.1
Reference ImplementationSeniorCRE® Platform (seniorcre.com)

Live API Endpoints

SCRE-DEX is not vaporware. The following public endpoints are live today:

GET
/platform-api?endpoint=overview

Platform metadata and documentation links

GET
/platform-api?endpoint=capabilities

Module descriptions, AI systems, platform metrics

GET
/platform-api?endpoint=data-domains

All seven canonical domains with schemas and access levels

GET
/platform-api?endpoint=stats

Live platform statistics and compliance status

GET
/platform-api?endpoint=integrations

Available integration protocols (REST, MCP, SCRE-DEX, Webhooks)

GET
/platform-api?endpoint=openapi

OpenAPI 3.1 specification

Discovery files are also live: /llms.txt, /.well-known/agents.json, and a full OpenAPI specification. AI agents and crawlers can discover and understand the platform without any manual integration.

An Invitation to the Industry

SCRE-DEX is published as an open protocol. We're inviting:

Operators

Connect your existing systems and unlock cross-domain intelligence you can't get from any single vendor.

Investors & LPs

Query standardized operational benchmarks across portfolios. Stop relying on operator self-reporting.

Technology Vendors

Implement SCRE-DEX endpoints in your products. Become part of an interoperable ecosystem instead of another silo.

Developers & AI Builders

Build on 300+ structured schemas with REST API, MCP server, and webhook support. The data layer is ready.

PointClickCare® is a registered trademark of PointClickCare Technologies. MatrixCare® is a registered trademark of ResMed. Yardi® is a registered trademark of Yardi Systems, Inc. DocuSign® is a registered trademark of DocuSign, Inc. Salesforce® and Tableau® are registered trademarks of Salesforce, Inc. Power BI® and Microsoft® are registered trademarks of Microsoft Corporation. QuickBooks® is a registered trademark of Intuit Inc. ADP® is a registered trademark of ADP, Inc. Oracle® is a registered trademark of Oracle Corporation. All other product names, logos, and brands are property of their respective owners. SeniorCRE is an independent platform and is not affiliated with, endorsed by, or sponsored by any of the aforementioned companies. Comparisons are based on publicly available information and may not reflect all product capabilities.

Ready to Learn More?

Explore the Platform

See how SeniorCRE unifies operations, clinical, and family engagement.

Explore the Platform

Visit the WRIE Hub

Explore all six phases of our Workforce Retention Intelligence Engine.

Visit the WRIE Hub

Schedule a Demo

See the platform in action with a personalized walkthrough from our team.

Book a Demo

SeniorCRE® is a technology platform designed to support operational management, reporting, and workflow coordination for senior living organizations. SeniorCRE® does not provide medical advice, clinical decision-making, legal advice, accounting services, or investment advisory services. Platform capabilities may vary based on configuration, deployment phase, customer environment, and integration requirements.

SeniorCRE® is not a healthcare provider and does not deliver patient care. Any clinical information, documentation tools, or operational insights provided by the platform are intended for informational and workflow support purposes only. Users remain solely responsible for all clinical decisions, resident care, medication administration, and regulatory compliance.

Any AI-generated content, recommendations, forecasts, or insights are probabilistic and provided for operational support only. AI outputs should be reviewed and validated by qualified personnel and should not be relied upon as the sole basis for clinical, operational, financial, or regulatory decisions.

Any financial projections, ROI estimates, cost savings examples, or performance scenarios presented on this website or within the platform are illustrative only and based on assumptions that may not reflect actual operating conditions. Results will vary and are not guaranteed. SeniorCRE® does not provide investment advice.

SeniorCRE® is designed to support industry-standard security and privacy practices, including HIPAA-aligned security and privacy safeguards. Specific certifications and compliance attestations will be provided where applicable.

SeniorCRE® provides technology tools to support information exchange and transaction workflows. SeniorCRE® is not acting as a real estate broker, financial advisor, fiduciary, or intermediary unless engaged under a separate written agreement.

Platform functionality may vary based on customer configuration, integration availability, and product development status. Certain features may be available only in specific environments or deployment phases.

PointClickCare® is a registered trademark of PointClickCare Technologies. MatrixCare® is a registered trademark of ResMed. Yardi® is a registered trademark of Yardi Systems, Inc. DocuSign® is a registered trademark of DocuSign, Inc. Salesforce® and Tableau® are registered trademarks of Salesforce, Inc. Power BI® and Microsoft® are registered trademarks of Microsoft Corporation. QuickBooks® is a registered trademark of Intuit Inc. ADP® is a registered trademark of ADP, Inc. Oracle® is a registered trademark of Oracle Corporation. All other product names, logos, and brands are property of their respective owners. SeniorCRE® is not affiliated with, endorsed by, or sponsored by any referenced company.

© 2026 SeniorCRE®. All rights reserved. A HavenCo, LLC Company