Decades
Overview

Multi-city premium preventive health company
Whole-body diagnostics & longevity programs
Preventive medicine clinics catching serious illness years before it becomes a problem.
Profile
About
Founded in Berlin in 2019, Decades is a preventive medicine clinic built on the belief that most serious illness is detectable years before it becomes a problem. Named for the decade of life you can add by catching things early, the company offers comprehensive diagnostic programs combining imaging, lab analysis, and physician consultations. The brand is precise, authoritative, and understated.
Personality
Clinical but not cold. Decades speaks to people who treat their health like an investment. The tone is direct, evidence-based, and confident. No wellness language, no motivational copy.
Locations
- Berlin (HQ)
- Hamburg
- Munich
- Frankfurt
- Cologne
Brand identity
Logo
- Asset
/brands/logos/decades.png- Fallback initials
- D
Typography
Tenor Sans / Inter
Website
Colour palette
- Primary
- #1C453E
#1C453E- Accent
- #5A7870
#5A7870- Ink
- #1C2B27
#1C2B27- Surface
- #F1F4F2
#F1F4F2- On primary
- #FFFFFF
#FFFFFF
Team

- Dr. Jonas Weiß
- Medical Director

- Dr. Lena Brandt
- Lead Radiologist
- Location Medical Leads
- One per city (5)
- Coordination Teams
- Per-location admin & ops
Services

Illustration for Full Body Diagnostic Full Body Diagnostic
Whole-body MRI, blood panel, and physician debrief in one day.

Illustration for Cardiovascular Screening Cardiovascular Screening
ECG, echocardiography, arterial stiffness, and lipid analysis.

Illustration for Cancer Early Detection Cancer Early Detection
Multi-cancer blood test combined with targeted imaging.

Illustration for Metabolic & Hormonal Analysis Metabolic & Hormonal Analysis
Comprehensive lab workup with dietary and lifestyle follow-up.

Illustration for Annual Membership Program Annual Membership Program
Yearly reassessment, result tracking, and priority scheduling.
circleOS configuration
In use
- Multi-location scheduling across 5 cities with capacity management
- Patient profiles with full diagnostic history and longitudinal tracking
- Lab order management and result documentation
- Standardized intake and consent forms before each appointment
- AI briefings before physician consultations
- Patient portal for results, follow-ups, and secure messaging
- Invoicing for private-pay diagnostic packages
- Staff roles and permissions per location
- Reporting analytics across locations
Not used
- Single-practitioner workflows (operates as a team)
- SMS-based intake (all forms go through the patient portal)
- Supplement prescriptions
API
Fetch this brand
const response = await fetch(
"https://registry.circle.health/api/brands?id=decades",
);
if (!response.ok) {
throw new Error(`Brand request failed: ${response.status}`);
}
const brand = await response.json();Complete profile
The complete profile below includes every value shown on this page. Copy it as JSON for fixtures, prompts, or prototypes.
{
"id": "decades",
"name": "Decades",
"type": "Multi-city premium preventive health company",
"shortDescription": "Preventive medicine clinics catching serious illness years before it becomes a problem.",
"description": "Founded in Berlin in 2019, Decades is a preventive medicine clinic built on the belief that most serious illness is detectable years before it becomes a problem. Named for the decade of life you can add by catching things early, the company offers comprehensive diagnostic programs combining imaging, lab analysis, and physician consultations. The brand is precise, authoritative, and understated.",
"website": "decades.health",
"offering": "Whole-body diagnostics & longevity programs",
"logo": "/brands/logos/decades.png",
"initials": "D",
"typeface": "Tenor Sans / Inter",
"palette": {
"bg": "#F1F4F2",
"primary": "#1C453E",
"accent": "#5A7870",
"ink": "#1C2B27",
"onPrimary": "#FFFFFF"
},
"locations": [
"Berlin (HQ)",
"Hamburg",
"Munich",
"Frankfurt",
"Cologne"
],
"services": [
{
"name": "Full Body Diagnostic",
"description": "Whole-body MRI, blood panel, and physician debrief in one day.",
"icon": "scan",
"image": "/brands/decades/services/full-body.png"
},
{
"name": "Cardiovascular Screening",
"description": "ECG, echocardiography, arterial stiffness, and lipid analysis.",
"icon": "heart",
"image": "/brands/decades/services/cardiovascular.png"
},
{
"name": "Cancer Early Detection",
"description": "Multi-cancer blood test combined with targeted imaging.",
"icon": "dna",
"image": "/brands/decades/services/cancer.png"
},
{
"name": "Metabolic & Hormonal Analysis",
"description": "Comprehensive lab workup with dietary and lifestyle follow-up.",
"icon": "lab",
"image": "/brands/decades/services/metabolic.png"
},
{
"name": "Annual Membership Program",
"description": "Yearly reassessment, result tracking, and priority scheduling.",
"icon": "membership",
"image": "/brands/decades/services/membership.png"
}
],
"staff": [
{
"name": "Dr. Jonas Weiß",
"role": "Medical Director",
"image": "/brands/decades/staff/jonas-weiss.png"
},
{
"name": "Dr. Lena Brandt",
"role": "Lead Radiologist",
"image": "/brands/decades/staff/lena-brandt.png"
},
{
"name": "Location Medical Leads",
"role": "One per city (5)"
},
{
"name": "Coordination Teams",
"role": "Per-location admin & ops"
}
],
"personality": "Clinical but not cold. Decades speaks to people who treat their health like an investment. The tone is direct, evidence-based, and confident. No wellness language, no motivational copy.",
"circleOS": {
"used": [
"Multi-location scheduling across 5 cities with capacity management",
"Patient profiles with full diagnostic history and longitudinal tracking",
"Lab order management and result documentation",
"Standardized intake and consent forms before each appointment",
"AI briefings before physician consultations",
"Patient portal for results, follow-ups, and secure messaging",
"Invoicing for private-pay diagnostic packages",
"Staff roles and permissions per location",
"Reporting analytics across locations"
],
"notUsed": [
"Single-practitioner workflows (operates as a team)",
"SMS-based intake (all forms go through the patient portal)",
"Supplement prescriptions"
]
}
}