@reasonhealth/fhir-zod 1.0.2 → 1.0.4
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 +14 -0
- package/package.json +1 -1
- package/src/r4.ts +974 -974
- package/src/r4b.ts +963 -963
- package/src/r5.ts +1205 -1205
package/README.md
CHANGED
|
@@ -146,3 +146,17 @@ bun run generate
|
|
|
146
146
|
```
|
|
147
147
|
|
|
148
148
|
Requires `@reasonhealth/fhir-ts-codegen` to be available (installed via workspace). FHIR packages are downloaded automatically on first run and cached in `.fhir-cache/`.
|
|
149
|
+
|
|
150
|
+
## Supported By
|
|
151
|
+
|
|
152
|
+
This project is proudly supported by [Vermonster](https://vermonster.com) / [ReasonHealth](https://reason.health).
|
|
153
|
+
|
|
154
|
+
<p>
|
|
155
|
+
<span style="padding: 0 20px; display: inline-block;">
|
|
156
|
+
<a href="https://vermonster.com"><img src="https://www.vermonster.com/images/vermonster-logo.svg" alt="Vermonster Logo" height="20px"></a>
|
|
157
|
+
</span>
|
|
158
|
+
<span> </span>
|
|
159
|
+
<span style="padding: 0 20px; display: inline-block;">
|
|
160
|
+
<a href="https://reason.health"><img src="https://www.vermonster.com/images/reasonhub-logo-full-color-rgb.svg" alt="ReasonHealth Logo" height="20px"></a>
|
|
161
|
+
</span>
|
|
162
|
+
</p>
|