add-med-record

Add medical records to patient Notion cards from input files.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/andr81/pers-assist --skill add-med-record
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-med-record
Source: https://github.com/andr81/pers-assist/tree/main/.claude/skills/add-med-record
Command: npx skills add https://github.com/andr81/pers-assist --skill add-med-record

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__notion__API-post-page, mcp__notion__API-patch-page, mcp__notion__API-patch-block-children, and includes references (resource) components.

What problem does it solve?

This Skill enables adding patient medical records to Notion by reading analysis reports and updating a shared database, streamlining clinical data entry.

Core Features & Use Cases

  • Notion MCP integration: Uses Notion MCP tools to create pages, patch properties, and add detailed body content.
  • Structured data capture: Reads analysis date, type, place, physician, and findings from uploaded files.
  • Use Case: Quickly add a new test result or consultation to a patient’s Notion page without manual copy-paste.

Quick Start

Use "добавь в карточку [Пациент] запись по файлу {path}" with a file path to create a Notion entry.

Frequently Asked Questions about add-med-record

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add medical records to Notion from analysis files?

Add medical records to Notion by using the command with a patient name and file path. The Skill reads the analysis file, extracts patient data (date, type, place, doctor, findings), and creates a structured Notion page entry with properties and detailed body content using Notion MCP tools.

Can I use Notion API to automate medical data entry?

Yes. This Skill automates medical data entry by integrating Notion MCP tools—post-page for creation, patch-page for properties, and patch-block-children for content—to upload analyses, examinations, and consultations directly to patient Notion cards without manual copy-paste.

What file formats and data structure does the Skill expect for medical records?

The Skill reads analysis files and enforces a structured schema: Name, Date (YYYY-MM-DD format), Type, Place, Doctor, and Note, plus a detailed body section. It infers the patient (Bogdana, Andrey, or Vanya) from configuration and file content.

Do I need to set up Notion database configuration before adding records?

Yes. The Skill requires a config/settings.yaml file that specifies the Notion database_id. It uses this configuration to route all medical records to the correct patient database and enforce strict formatting constraints.

What happens if my analysis file doesn't match the expected record structure?

The Skill reads the file and infers missing fields where possible based on configuration. However, it enforces the required schema (Name, Date, Type, Place, Doctor, Note) and strict date format YYYY-MM-DD; mismatched or incomplete data may prevent successful record creation.