@atomic-ehr/codegen 0.0.19 → 0.0.20-canary.20260922101105.8117858

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -172,7 +172,6 @@ See the [examples/](examples/) directory for working demonstrations:
172
172
  - **[typescript-r4-us-core/](examples/typescript-r4-us-core/)** - FHIR R4 core + US Core type generation with resource creation, profiles, and extensions
173
173
  - **[on-the-fly/ccda/](examples/on-the-fly/ccda/)** - C-CDA on FHIR type generation (logical models, generated on the fly)
174
174
  - **[python-r4-us-core/](examples/python-r4-us-core/)** - Python/Pydantic models for FHIR R4 core + US Core profiles, with the default fhirpy async client
175
- - **[python-r4/](examples/python-r4/)** - Python/Pydantic model generation with the simple requests-based client
176
175
  - **[csharp/](examples/csharp/)** - C# class generation with namespace configuration
177
176
  - **[mustache/](examples/mustache/)** - Java generation with Mustache templates and post-generation hooks
178
177
  - **[typescript-custom-packages/](examples/typescript-custom-packages/)** - Loading packages from local folders or remote TGZ URLs (SQL-on-FHIR)