Analyze medical imaging data from DICOM servers and PACS systems. Extract metadata, query imaging studies by patient or modality, and process diagnostic imaging reports for clinical decision support.
Analyze medical imaging data from DICOM servers and Picture Archiving and Communication Systems (PACS). This skill enables AI agents to query imaging studies by patient, modality, or date range; retrieve and parse DICOM metadata for clinical context; process diagnostic imaging reports; and support radiological workflows including study comparison, modality-specific analysis, and structured reporting -- bridging the gap between imaging data systems and clinical decision support.
npx skills add Open-Medica/open-medical-skills --skill medical-imaging-analysis
Query PACS for a patient's imaging history:
Query the DICOM server for all imaging studies for patient ID
MRN-2024-55891 from the past 24 months. List each study with
its date, modality, body part, series count, and study description.
Highlight any studies with contrast administration and include
radiation dose data for CT studies.
Generate a structured report template from study metadata:
For the CT chest/abdomen/pelvis study (Accession: ACC-2024-78432),
extract the acquisition parameters (slice thickness, contrast phase,
kVp, mAs, reconstruction kernel) and generate a structured radiology
report template with sections for: Technique, Comparison Studies,
Findings (organized by chest/abdomen/pelvis), and Impression.
Pre-populate the technique section from DICOM metadata.
This skill is part of Open Medical Skills, a curated marketplace of medical AI skills maintained by physicians for physicians and the healthcare industry.