ワンクリックで
fhir-api-client-development
FHIR API reference and documentation for Canvas plugins that need to read or write data via FHIR endpoints
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
FHIR API reference and documentation for Canvas plugins that need to read or write data via FHIR endpoints
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Canvas SDK reference and documentation. Use whenever a question, claim, or piece of code touches Canvas SDK capabilities, API usage, implementation patterns, or testing — including quick conversational questions ("how do I ingest ADTs?", "what's the import for X?", "does Canvas support Y?"). The bundled docs are the source of truth; do not answer Canvas SDK questions from memory.
This skill should be used when the user asks to "write tests", "create tests", "generate tests", "unit tests", "pytest", "test guidelines", "testing rules", "test standards", "how to test", "test this code", "add tests", "validate tests", "check tests", "improve tests", or when working with Python test files. Provides comprehensive guidelines for creating pytest unit tests with 100% coverage following strict naming conventions, mock patterns, and parametrization standards.
Custom Data anti-patterns and corrections for Canvas plugins - unnecessary compatibility checks, misuse of AttributeHubs vs CustomModels
Database query optimization for Canvas plugins - N+1 detection, prefetch_related, select_related
Security review for plugins acting as FHIR API clients - token management, scope validation, and patient-scoped authorization
Unit test authoring and coverage checking for Canvas plugins
| name | fhir-api-client-development |
| description | FHIR API reference and documentation for Canvas plugins that need to read or write data via FHIR endpoints |
This skill provides documentation for Canvas FHIR API endpoints, enabling plugin development when the Canvas SDK alone doesn't cover the needed data access or write operations.
Use this skill when:
IMPORTANT: The full FHIR documentation is bundled with this skill. DO NOT download, curl, or fetch remote files.
The context file fhir_client_context.txt is located in the same directory as this SKILL.md file.
When you read this skill, note the path to this SKILL.md file, then read fhir_client_context.txt from that same directory.
To use this skill:
fhir_client_context.txt from this skill's directory - it already exists locallyNEVER attempt to curl or download fhir_client_context.txt - it is already bundled here.