Agent skill
diagnostics-documents
Generate DiagnosticReport resources (lab, radiology, pathology, cardiology) and DocumentReference resources (discharge summaries, consultation notes, progress notes, procedure notes). Use when user mentions diagnostic report, radiology, pathology, lab report, document, discharge summary, clinical notes, or reports.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/diagnostics-documents
SKILL.md
Diagnostics and Documents
Diagnostic Reports
- Status: registered, partial, preliminary, final, amended, corrected, appended, cancelled, entered-in-error.
- Categories: LAB (laboratory), RAD (radiology), PAT (pathology), CRD (cardiology).
- Include DiagnosticReport.result[] referencing Observation resources.
- For pathology: include conclusion and conclusionCode.
- For radiology: include presentedForm (narrative report text as attachment).
- Use effectiveDateTime or effectivePeriod for specimen collection timing.
Document References
- Types (LOINC): 34133-9 (Summary of episode), 18842-5 (Discharge summary), 11488-4 (Consultation note), 11506-3 (Progress note), 28570-0 (Procedure note), 57133-1 (Referral note), 34117-2 (History and physical), 11504-8 (Surgical op note).
- Status: current, superseded, entered-in-error.
- Content: Include content[].attachment with contentType (application/pdf, text/plain), title, and creation date. Use data (base64) or url.
- Context: Link to encounter, period, facilityType, practiceSetting.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?