Skip to content

Commit 50dcf00

Browse files
committed
docs: move typescript-custom-packages under the TypeScript Generation section
It is a TypeScript example; drop the leftover Custom Package Sources header (a holdover from when the dir was the language-agnostic package-sources).
1 parent 8c162ea commit 50dcf00

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

examples/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ This directory contains working examples demonstrating the capabilities of Atomi
1111
- Resource creation, base R4 profiles (bodyweight, blood pressure), and bundle composition
1212
- US Core profiles with type-safe race/ethnicity/birth-sex extensions and observation slicing
1313

14+
- **[typescript-custom-packages/](typescript-custom-packages/)** - Feeding packages from sources other than the registry
15+
- `generate.ts` - Runs two input mechanisms: local unpublished StructureDefinitions from disk (`.localStructureDefinitions()`) and a remote TGZ package by URL (`.fromPackageRef()`, SQL-on-FHIR ViewDefinition)
16+
- Demonstrates dependency resolution with FHIR R4/R5 core and tree shaking
17+
1418
### Multi-Language Generation
1519

1620
- **[python/](python/)** - Python/Pydantic model generation with simple requests-based client
@@ -37,12 +41,6 @@ This directory contains working examples demonstrating the capabilities of Atomi
3741
- Full Maven project structure with post-generation hooks
3842
- Demonstrates template-driven code generation for any language or format
3943

40-
### Custom Package Sources
41-
42-
- **[typescript-custom-packages/](typescript-custom-packages/)** - Feeding packages from sources other than the registry
43-
- `generate.ts` - Runs two input mechanisms: local unpublished StructureDefinitions from disk (`.localStructureDefinitions()`) and a remote TGZ package by URL (`.fromPackageRef()`, SQL-on-FHIR ViewDefinition)
44-
- Demonstrates dependency resolution with FHIR R4/R5 core and tree shaking
45-
4644
### On-the-Fly Generation
4745

4846
These examples pull packages from the FHIR registry and generate types on-the-fly (generated types are gitignored and regenerated on CI).

0 commit comments

Comments
 (0)