Skip to content

Conversation

@adamkells
Copy link
Contributor

@adamkells adamkells commented Jan 14, 2026

Description

This PR adds configuration for FHIR versioning (stu3, R4b and R5). It also includes a number of utilities for conversion between formats, checking version types and loading resources. The documentation and tests have also been updated accordingly.

Related Issues

Closes #120

Type of Change

  • 🐛 Bug fix (non-breaking)
  • ✨ New feature (non-breaking)
  • 💥 Breaking change
  • 📚 Documentation
  • 🧪 Tests only
  • 🔴 Core change (requires RFC)

Testing

Added comprehensive unit tests.

  • uv run pytest passes locally and generates no additional warnings or errors.
  • Added / updated tests to cover the changes.
  • Manually tested (describe how)

Checklist

  • I have read CONTRIBUTING.md and followed the guidelines.
  • I have linked all relevant Issues / Discussions / RFCs.
  • I have updated documentation where needed.
  • I understand all code changes and can explain the design decisions and trade-offs.
  • I am available to respond to review feedback.

@adamkells adamkells self-assigned this Jan 14, 2026
@adamkells adamkells marked this pull request as ready for review January 15, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure FHIR Versions Through Configs

2 participants