@smile-cdr/fhirts 2.0.2 → 2.0.3
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/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,10 @@ import { UnsignedInt } from './unsignedInt';
|
|
|
19
19
|
* A container for a collection of resources.
|
|
20
20
|
*/
|
|
21
21
|
export declare class Bundle {
|
|
22
|
+
/**
|
|
23
|
+
* The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
24
|
+
*/
|
|
25
|
+
id?: string;
|
|
22
26
|
/**
|
|
23
27
|
* This is a Bundle resource
|
|
24
28
|
*/
|
package/package.json
CHANGED
|
@@ -21,6 +21,10 @@ import { UnsignedInt } from './unsignedInt';
|
|
|
21
21
|
* A container for a collection of resources.
|
|
22
22
|
*/
|
|
23
23
|
export class Bundle {
|
|
24
|
+
/**
|
|
25
|
+
* The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
26
|
+
*/
|
|
27
|
+
id?: string;
|
|
24
28
|
/**
|
|
25
29
|
* This is a Bundle resource
|
|
26
30
|
*/
|