Agent skill · Documentation

phenotype-lab-spec

研究対象集団・アウトカムのフェノタイプ定義と検査値活用仕様を作成する。 コンピューター実行可能なアルゴリズム形式で記述し、バリデーション計画を含める。

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill phenotype-lab-spec-tito-gh-healthcare-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: -Read-Grep-Glob-WebSearch-mcp__plugin_pubmed_PubMed__search_articles
Path: skills/analysis/phenotype-lab-spec-tito-gh-healthcare-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Phenotype & Lab Specification Skill ## 目的 研究対象集団(曝露、アウトカム、共変量)をEHRデータから正確に同定するためのコンピューター実行可能なフェノタイプ定義と検査値活用仕様を作成する。 ## 入力パラメータ | パラメータ | 必須 | 説明 | 例 | |-----------|------|------|-----| | PHENOTYPE_NAME | Yes | フェノタイプ名 | NDMM TIE patient | | DRUG | Yes | 対象薬剤 | daratumumab | | INDICATION | Yes | 対象疾患 | multiple myeloma | | PHENOTYPE_TYPE | Yes | 種類 | population/exposure/outcome/covariate | | REFERENCE_DEFINITION | No | 参照定義(ガイドライン等) | IMWG criteria | ## フェノタイプ定義フレームワーク ### 1. 対象集団フェノタイプ(Population Phenotype) #### 構成要素 ``` Population Phenotype = Disease Phenotype ∩ Eligibility Criteria ∩ Exclusion Criteria ``` #### 疾患フェノタイプ定義テンプレート ```yaml disease_phenotype: name: "{INDICATION}" definition: primary: - type: diagnosis_code codes: - ICD10: ["C90.0", "C90.00", "C90.01", "C90.02"] timeframe: "any time before index" occurrence: ">= 1" supporting: - type: medication drug_class: "myeloma_agents" timeframe: "any time" - type: lab_value test: "M_protein" value: "> 0" validation: ppv_target: ">= 0.80" sensitivity_target: ">= 0.70" ``` ### 2. 曝露フェノタイプ(Exposure Phenotype) #### New User定義テンプレート ```yaml exposure_phenotype: name: "{DRUG}_new_user" definition: exposure: - type: prescription drug:

What's inside
Steps it walks through
  1. 目的
  2. 入力パラメータ
  3. フェノタイプ定義フレームワーク
  4. 1. 対象集団フェノタイプ(Population Phenotype)
  5. 2. 曝露フェノタイプ(Exposure Phenotype)
  6. 3. アウトカムフェノタイプ(Outcome Phenotype)
  7. 4. 共変量フェノタイプ(Covariate Phenotype)
  8. 検査値活用仕様
  9. 検査値マッピング
  10. 時系列検査値の処理
  11. 出力フォーマット
  12. クレームDB差別化ポイント
  13. 本仕様でのみ可能な定義
  14. 注意事項
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the phenotype-lab-spec skill do?

研究対象集団・アウトカムのフェノタイプ定義と検査値活用仕様を作成する。 コンピューター実行可能なアルゴリズム形式で記述し、バリデーション計画を含める。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill phenotype-lab-spec-tito-gh-healthcare-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going