Skip to Content
Lab ReportsBrandsPraxis Kessler

Praxis Kessler

Overview

Praxis Kessler logo

Small solo Heilpraktiker

Naturopathy, acupuncture & herbal medicine

A one-woman naturopathic practice in Hamburg, built on long-term patient relationships.

Profile

About

A one-woman naturopathic practice run by Nora Kessler in Hamburg-Eimsbüttel, opened in 2017. Nora sees 12 to 15 patients per week, mostly long-term regulars seeking complements to conventional medicine. She is methodical, warm, and skeptical of tech but uses circleOS because it helps her manage every part of her business in one place.

Personality

Traditional and relationship-first. She knows most of her patients by name and has been treating some for years. She is not interested in growth for its own sake — what matters is doing good work and running a calm, orderly practice.

Locations

Hamburg-Eimsbüttel

Brand identity

Asset
/brands/logos/kessler.png
Fallback initials
NK

Typography

Jost / Inter

Website

praxis-kessler.de

Colour palette

Primary
#9C8B7E
#9C8B7E
Accent
#6F5F52
#6F5F52
Ink
#25201C
#25201C
Surface
#F5F0EB
#F5F0EB
On primary
#FFFFFF
#FFFFFF

Team

  • Portrait of Nora Kessler
    Nora Kessler
    Heilpraktikerin & Founder
  • Portrait of Practice Admin
    Practice Admin
    Part-time administrator

Services

  • Illustration for Naturopathy Consultation

    Naturopathy Consultation

    90 min initial deep-dive, 45 min follow-ups.

  • Illustration for Acupuncture

    Acupuncture

    Pain, stress, and hormonal balance.

  • Illustration for Manual Therapy

    Manual Therapy

    Lymphatic drainage and gentle bodywork.

  • Illustration for Nutritional Counselling

    Nutritional Counselling

    Gut health, elimination diets, and metabolic balance.

  • Illustration for Phytotherapy

    Phytotherapy

    Plant-based prescriptions and herbal protocols.

circleOS configuration

In use

  • Online booking for new and returning patients
  • Intake forms sent via SMS before first appointments
  • Appointment reminders by email and SMS
  • Invoicing and billing for private patients
  • Patient notes and long-term tracking per patient
  • Plans for recurring treatment programs

Not used

  • Multi-location configuration (single location only)
  • Staff roles and permissions (solo practitioner)
  • Lab order management (no diagnostic services)

API

Fetch this brand

praxis-kessler.ts
const response = await fetch(
  "https://registry.circle.health/api/brands?id=praxis-kessler",
);

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.

praxis-kessler.json
{
  "id": "praxis-kessler",
  "name": "Praxis Kessler",
  "type": "Small solo Heilpraktiker",
  "shortDescription": "A one-woman naturopathic practice in Hamburg, built on long-term patient relationships.",
  "description": "A one-woman naturopathic practice run by Nora Kessler in Hamburg-Eimsbüttel, opened in 2017. Nora sees 12 to 15 patients per week, mostly long-term regulars seeking complements to conventional medicine. She is methodical, warm, and skeptical of tech but uses circleOS because it helps her manage every part of her business in one place.",
  "website": "praxis-kessler.de",
  "offering": "Naturopathy, acupuncture & herbal medicine",
  "logo": "/brands/logos/kessler.png",
  "initials": "NK",
  "typeface": "Jost / Inter",
  "palette": {
    "bg": "#F5F0EB",
    "primary": "#9C8B7E",
    "accent": "#6F5F52",
    "ink": "#25201C",
    "onPrimary": "#FFFFFF"
  },
  "locations": [
    "Hamburg-Eimsbüttel"
  ],
  "services": [
    {
      "name": "Naturopathy Consultation",
      "description": "90 min initial deep-dive, 45 min follow-ups.",
      "icon": "consultation",
      "image": "/brands/kessler/services/naturopathy.png"
    },
    {
      "name": "Acupuncture",
      "description": "Pain, stress, and hormonal balance.",
      "icon": "needle",
      "image": "/brands/kessler/services/acupuncture.png"
    },
    {
      "name": "Manual Therapy",
      "description": "Lymphatic drainage and gentle bodywork.",
      "icon": "hands",
      "image": "/brands/kessler/services/manual-therapy.png"
    },
    {
      "name": "Nutritional Counselling",
      "description": "Gut health, elimination diets, and metabolic balance.",
      "icon": "nutrition",
      "image": "/brands/kessler/services/nutrition.png"
    },
    {
      "name": "Phytotherapy",
      "description": "Plant-based prescriptions and herbal protocols.",
      "icon": "herb",
      "image": "/brands/kessler/services/phytotherapy.png"
    }
  ],
  "staff": [
    {
      "name": "Nora Kessler",
      "role": "Heilpraktikerin & Founder",
      "image": "/brands/kessler/staff/nora-kessler.png"
    },
    {
      "name": "Practice Admin",
      "role": "Part-time administrator",
      "image": "/brands/kessler/staff/admin.png"
    }
  ],
  "personality": "Traditional and relationship-first. She knows most of her patients by name and has been treating some for years. She is not interested in growth for its own sake — what matters is doing good work and running a calm, orderly practice.",
  "circleOS": {
    "used": [
      "Online booking for new and returning patients",
      "Intake forms sent via SMS before first appointments",
      "Appointment reminders by email and SMS",
      "Invoicing and billing for private patients",
      "Patient notes and long-term tracking per patient",
      "Plans for recurring treatment programs"
    ],
    "notUsed": [
      "Multi-location configuration (single location only)",
      "Staff roles and permissions (solo practitioner)",
      "Lab order management (no diagnostic services)"
    ]
  }
}
Last updated on