Skip to content

Commit 26b581d

Browse files
committed
Add polymorphic container features
1 parent 75e14b3 commit 26b581d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)