@claudebernard/web-component-fhir-utils 2.1.4 → 2.2.0
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ These components take a small FHIR `collection` Bundle as input and emit a FHIR
|
|
|
7
7
|
- **Integrating an app?** Build the input Bundle, then apply the output Bundle back onto your own state.
|
|
8
8
|
- **Building a component?** Use the same helpers to produce standards-compliant transaction diffs.
|
|
9
9
|
|
|
10
|
-
See the full guide on the [Claude Bernard Developer Portal](https://platform.claudebernard.fr/doc) for the wider FHIR model
|
|
10
|
+
See the full guide on the [Claude Bernard Developer Portal](https://platform.claudebernard.fr/doc) for the wider FHIR model
|
|
11
11
|
|
|
12
12
|
> **Status:** this package defines the target Bundle-in/Bundle-out contract. Check each component's own changelog for the version that adopts it — until then, refer to that component's `integration` doc for its current API.
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudebernard/web-component-fhir-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Shared FHIR Bundle utilities (collection/transaction bundles, prior-prescription linking) for Claude Bernard web components and their integrators.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|