File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,13 +53,14 @@ A powerful, extensible code generation toolkit for FHIR ([Fast Healthcare Intero
5353- [ ] ** Search Builders** — type-safe FHIR search query construction
5454- [ ] ** Operation Generation** — type-safe FHIR operation calls
5555
56- | Feature | TypeScript | Python | C# | Mustache |
57- | ---------------------------| ------------| ---------| ------| ----------|
58- | Resources & Complex Types | yes | yes | yes | template |
59- | Value Set Bindings | inline | limited | enum | template |
60- | Primitive Extensions | yes | no | no | no |
61- | Profiles | yes | no | no | no |
62- | Profile Validation | yes | no | no | no |
56+ | Feature | TypeScript | Python | C# | Mustache |
57+ | -----------------------------------| ------------| ---------| ------| ----------|
58+ | Resources & Complex Types | yes | yes | yes | template |
59+ | Polymorphic container ` Bundle<T> ` | yes | yes | no | no |
60+ | Value Set Bindings | inline | limited | enum | template |
61+ | Primitive Extensions | yes | no | no | no |
62+ | Profiles | yes | no | no | no |
63+ | Profile Validation | yes | no | no | no |
6364
6465## Guides
6566
You can’t perform that action at this time.
0 commit comments