Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

health-data-model-planning健康数据模型规划

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

1,139

周安装

47

GitHub Stars

11

下载量

372
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:health-data-model-planning(健康数据模型规划)
来源仓库:https://github.com/stanfordspezi/spezivibe
仓库路径:skills/health-data-model-planning
安装命令:
npx skills add https://github.com/stanfordspezi/spezivibe --skill health-data-model-planning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/stanfordspezi/spezivibe --skill health-data-model-planning

简介

health-data-model-planning 用于辅助数据模型规划与指标计算。

  • 适合清洗字段、汇总数据和生成统计口径。
  • 可支持图表准备与分析结果说明。
  • 需确认数据来源与字段含义。health-data-model-planning 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 避免将样本数据当作全量事实处理。

SKILL.md

Health Data Model Planner

Plan a health data model with a strong bias toward FHIR before committing to storage, code structures, or client-specific architecture.

When to Use

Use this skill when you need to:

  • define the core health concepts a product needs to represent
  • decide which entities, relationships, and lifecycle states matter
  • reason about interoperability requirements with FHIR as the default starting point for clinical data
  • prepare for later implementation in a mobile app, backend, analytics pipeline, or research workflow

Working Style

Start with the domain, but assume that clinically meaningful data will often benefit from a FHIR-oriented design unless there is a strong reason not to.

Clarify:

  1. what the product is trying to track or coordinate
  2. who creates, reads, updates, or interprets the data
  3. what must be longitudinal, auditable, shareable, or clinically meaningful
  4. what needs to be structured versus free-form
  5. which standards, institutions, or downstream systems matter

Default Bias Toward FHIR

In digital health, prefer asking "How would this map to FHIR?" early rather than treating interoperability as a late-stage add-on.

Default questions:

  • should this concept become a FHIR resource instead of a custom object
  • is there an existing FHIR pattern for this workflow
  • should values use established terminologies such as LOINC, SNOMED CT, or RxNorm
  • will this data eventually need to move between apps, research systems, backend services, or EHR-adjacent systems

It is fine to decide that some concepts remain app-internal, but make that an explicit choice.

Reuse Before Building

Do not encourage teams to hand-roll FHIR models, parsers, or mapping infrastructure unless there is a compelling gap.

When implementation starts, generally recommend reusing mature ecosystem libraries, for example:

If the user is already working in a concrete stack, recommend modeling choices that fit those existing libraries instead of inventing parallel abstractions.

Planning Framework

1. Core Entities

Identify the main concepts, such as:

  • person or participant
  • observation or measurement
  • questionnaire or assessment
  • response or result
  • task, intervention, or reminder
  • condition, medication, consent, or care-plan concept

For each entity, define:

  • purpose
  • required attributes
  • optional attributes
  • who creates or updates it
  • whether it changes over time

2. Relationships

Map how the entities relate, for example:

  • a person has many observations
  • a questionnaire has many questions
  • a response belongs to one questionnaire instance
  • a task may trigger a response or observation

Note:

  • one-to-one versus one-to-many relationships
  • whether history must be preserved
  • what should be versioned

3. Lifecycle and State

For important entities, define lifecycle states such as:

  • draft
  • active
  • completed
  • cancelled
  • archived

Also define:

  • what events cause state changes
  • whether edits overwrite history or create new records
  • what should remain immutable

4. Interoperability

Use FHIR as the default lens for clinically relevant data, and only move away from it when the extra complexity is not justified.

Assess:

  • whether the product needs to exchange data with clinical systems
  • whether FHIR is required now, likely soon, or only later
  • whether standard terminologies such as LOINC, SNOMED CT, or RxNorm are needed
  • which concepts are internal-only versus externally shareable

When possible, push the user toward:

  • standard FHIR resources over custom schemas
  • standard FHIR fields over custom extensions
  • standard terminologies over app-specific code strings
  • explicit mapping notes for any intentionally non-FHIR concepts

5. Governance and Quality

Review:

  • data provenance
  • validation rules
  • units and value ranges
  • duplicate handling
  • retention and deletion expectations
  • privacy sensitivity of each data category

Deliverable Format

Produce a concise data model planning brief with:

  • core entities
  • key attributes
  • entity relationships
  • lifecycle states
  • FHIR and terminology recommendations
  • library reuse recommendations for the target stack
  • governance and data-quality notes
  • unresolved modeling questions

Save the brief as docs/planning/data-model-brief.md in the project repository.

Guardrails

  • Do not assume a specific database, TypeScript model, or mobile framework.
  • Favor FHIR for clinically meaningful or shareable health data unless the user gives a good reason not to.
  • Keep the distinction clear between business concepts and implementation details.
  • Flag where clinical input is needed to validate terminology or meaning.
  • Recommend existing libraries before suggesting custom FHIR infrastructure.

Checklist

  • Core entities identified
  • Required and optional attributes outlined
  • Relationships mapped
  • Lifecycle states defined
  • FHIR resource fit assessed
  • Terminology needs assessed
  • Reusable libraries identified for the target stack
  • Governance and validation concerns captured
  • Open questions documented

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.42%
按下载量换算139

Claude

30.07%
按下载量换算112

Cursor

17.93%
按下载量换算67

Gemini CLI

10.05%
按下载量换算37

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills