# Careplan Goals

> Generate CarePlan, Goal, and ServiceRequest resources with proper status, intent, categories, targets, and linked conditions. Use when user mentions care plan, goals, service request, referral, orders, lab orders, imaging orders, or care coordination.

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

---


# Care Plans, Goals, and Service Requests

## Care Plan
- Status: draft, active, on-hold, revoked, completed, entered-in-error.
- Intent: proposal, plan, order, option.
- Categories: assess-plan, longitudinal, encounter-specific.
- Include CarePlan.activity with detail (scheduled procedures, medication reviews, referrals).
- Link to Conditions via CarePlan.addresses[].
- Link to Goals via CarePlan.goal[].

## Goals
- lifecycleStatus: proposed, planned, accepted, active, on-hold, completed, cancelled.
- achievementStatus: in-progress, improving, worsening, no-change, achieved, not-achieved.
- Include target with detailQuantity, dueDate:
  * HbA1c < 7.0%, BP < 140/90, LDL < 100, BMI < 30, weight loss X lbs by date.
- Priority: high-priority, medium-priority, low-priority.

## Service Requests
- Status: draft, active, completed, revoked, entered-in-error.
- Intent: order, plan, proposal, directive, reflex-order, filler-order.
- Categories: laboratory, imaging, procedure, referral, counseling.
- Priority: routine, urgent, asap, stat.
- Common orders: Lab panels, imaging (X-ray, CT, MRI), specialist referrals,
  physical therapy, dietary counseling.


