admission-note

Generate structured hospital admission notes as .docx documents from patient data.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/ckt520728/claude-skills --skill admission-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admission-note
Source: https://github.com/ckt520728/claude-skills/tree/main/admission-note
Command: npx skills add https://github.com/ckt520728/claude-skills --skill admission-note

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, openpyxl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating detailed hospital admission notes from various patient data sources, automating the generation of essential clinical documentation.

Core Features & Use Cases

  • Data Input Flexibility: Accepts patient data from screenshots, images, Word, Excel, CSV, or plain text.
  • Automatic Note Generation: Outputs formatted Word documents with predefined sections such as Chief Complaint, History of Present Illness, Medications, Allergies, etc.
  • Use Case: With a simple command or data upload, quickly produce a comprehensive medical document suitable for clinical use.

Quick Start

Use the admission-note skill to create a hospital admission note for a patient named 'John Doe', provided with data as a Word document named 'john_doe_admission_data.docx'.

Frequently Asked Questions about admission-note

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

FAQPage Schema
How do I generate a hospital admission note from patient data automatically?

To generate a hospital admission note, this Skill processes patient data from screenshots, images, Excel, CSV, or plain text, then converts it into a structured Word document with standardized clinical sections like Chief Complaint and History of Present Illness.

What is the best way to convert Excel and CSV patient data into a formatted Word document?

The best way to convert Excel and CSV patient data into a Word document is using an automated processing tool that parses semi-structured clinical data and outputs a .docx file with predefined medical sections and formatting.

Can I use a python-docx script to create clinical documents from plain text and images?

Yes, you can use a python-docx based script to generate clinical documents from plain text, images, and other formats, automatically structuring the extracted patient information into standardized medical record sections.

Does the admission note generation process support screenshots and image inputs?

Yes, the admission note generation process supports screenshots and image inputs alongside Word, Excel, CSV, and plain text, accepting various patient data formats to produce comprehensive medical documentation.

Are there limitations when generating Word documents from semi-structured medical records?

Limitations when generating Word documents from semi-structured medical records include relying on the clarity of the input data, as the tool requires predefined clinical sections and cannot interpret overly ambiguous or unstructured patient information.

Related Skills