# 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.

- Skill: `majiayu000/diagnostics-documents` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/diagnostics-documents`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/diagnostics-documents/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/diagnostics-documents

---


# 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.


