fhir-developer-skill
FHIR API development guide for building healthcare endpoints. Use when: (1) Creating FHIR REST endpoints (Patient, Observation, Encounter, Condition, MedicationRequest), (2) Validating FHIR resources and returning proper HTTP status codes and error responses, (3) Implementing SMART on FHIR authorization and OAuth scope Published by anthropics in healthcare.
What is fhir-developer-skill?
FHIR API development guide for building healthcare endpoints. Use when: (1) Creating FHIR REST endpoints (Patient, Observation, Encounter, Condition, MedicationRequest), (2) Validating FHIR resources and returning proper HTTP status codes and error responses, (3) Implementing SMART on FHIR authorization and OAuth scope Published by anthropics in healthcare. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use fhir-developer-skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/healthcare
- Skill file: plugins/healthcare/skills/fhir-developer/SKILL.md
What it does
FHIR API development guide for building healthcare endpoints. Use when: (1) Creating FHIR REST endpoints (Patient, Observation, Encounter, Condition, MedicationRequest), (2) Validating FHIR resources and returning proper HTTP status codes and error responses, (3) Implementing SMART on FHIR authorization and OAuth scope
Skill instructions
FHIR Developer Skill Quick Reference HTTP Status Codes | Code | When to Use | |------|-------------| | 200 OK | Successful read, update, or search | | 201 Created | Successful create (include Location header) | | 204 No Content | Successful delete | | 400 Bad Request | Malformed JSON, wrong resourceType | | 401 Unauthorized | Missing, expired, revoked, or malformed token (RFC 6750) | | 403 Forbidden | Valid token but insufficient scopes | | 404 Not Found | Resource doesn't exist | | 412 Precondition Failed | If-Match ETag mismatch (NOT 400!) | | 422 Unprocessable Entity | Missing required fields, invalid enum values, business rule violations | Required Fields by Resource (FHIR R4) | Resource | Required Fields | Everything Else | |----------|-----------------|-----------------| | Patient | (none) | All optional | | Observation | status, code | Optional | | Encounter | status, class | Optional (including subject, period) | | Condition | subject | Optional (including code, clinicalStatus)
Explore related resources
Frequently asked questions
What is fhir-developer-skill?
fhir-developer-skill is a open-source AI agent skill with Copy skill directory. FHIR API development guide for building healthcare endpoints. Use when: (1) Creating FHIR REST endpoints (Patient, Observation, Encounter, Condition, MedicationRequest), (2) Validating FHIR.
Who is fhir-developer-skill best for?
fhir-developer-skill is best for reusing agent instructions, scripts, and references, research workflows.
How do I install fhir-developer-skill?
Install or run fhir-developer-skill using Copy skill directory. Check fhir-developer-skill for the latest setup command.
Is fhir-developer-skill actively maintained?
fhir-developer-skill may need a closer maintenance check before production use.
Auto-fetched from GitHub.