immunization-status-checker

Compare patient vaccine history against CDC schedules and generate ImmunizationRecommendation resources.

53|12|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/langcare/langcare-mcp-fhir --skill immunization-status-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: immunization-status-checker
Source: https://github.com/langcare/langcare-mcp-fhir/tree/main/skills/core/population-health/immunization-status-checker
Command: npx skills add https://github.com/langcare/langcare-mcp-fhir --skill immunization-status-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Retrieves and evaluates a patient's immunization history against CDC-recommended adult and pediatric schedules, identifies overdue and upcoming vaccines, flags contraindications, and can generate ImmunizationRecommendation resources to support clinical decisions.

Core Features & Use Cases

  • Retrieve Patient demographics and immunization history from a FHIR server.
  • Compare history against adult or pediatric schedules to classify vaccines as Complete, Up to date, Due now, Overdue, Contraindicated, or Not applicable.
  • Generate an ImmunizationRecommendation resource or a clear report to guide vaccination actions, risk assessment, and documentation.

Quick Start

Check a patient’s immunization status and generate a concise recommendations report.

Frequently Asked Questions about immunization-status-checker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a patient's immunization status against CDC schedules using FHIR data?

To check immunization status, this Skill reads Patient demographics and Immunization history from a FHIR server, compares them against CDC schedules, and classifies vaccines as complete, due, overdue, or contraindicated.

Can I generate an ImmunizationRecommendation FHIR resource from vaccine history?

Yes, you can generate an ImmunizationRecommendation FHIR resource. This Skill evaluates vaccine history, assesses contraindications, and outputs a structured FHIR resource to support clinical decisions and documentation.

What FHIR resources are required to evaluate overdue and upcoming vaccines?

Evaluating overdue and upcoming vaccines requires reading Patient, Immunization history, Condition, AllergyIntolerance, and Observation resources to accurately assess contraindications and compare against CDC schedules.

Does the immunization tracker support both adult and pediatric CDC schedules?

Yes, the immunization tracker supports both adult and pediatric CDC schedules. It compares a patient's vaccine history against the appropriate schedule to identify due, overdue, and contraindicated vaccines.

How are vaccine contraindications identified during the immunization status check?

Vaccine contraindications are identified by reading Condition and AllergyIntolerance resources from the FHIR server. This Skill flags relevant contraindications and classifies vaccines as contraindicated in the final report.

What is the best way to report on a patient's overdue vaccines for clinical review?

The best way to report overdue vaccines is to generate this Skill's structured report, which classifies each vaccine's status and optionally outputs an ImmunizationRecommendation resource to guide clinical actions.