@smile-cdr/fhirts 2.0.3 → 2.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/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,10 @@ export declare class OperationOutcome {
|
|
|
18
18
|
* This is a OperationOutcome resource
|
|
19
19
|
*/
|
|
20
20
|
resourceType: 'OperationOutcome';
|
|
21
|
+
/**
|
|
22
|
+
* The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
23
|
+
*/
|
|
24
|
+
id?: string;
|
|
21
25
|
/**
|
|
22
26
|
* An error, warning, or information message that results from a system action.
|
|
23
27
|
*/
|
package/package.json
CHANGED
|
@@ -20,6 +20,10 @@ export class OperationOutcome {
|
|
|
20
20
|
* This is a OperationOutcome resource
|
|
21
21
|
*/
|
|
22
22
|
resourceType: 'OperationOutcome';
|
|
23
|
+
/**
|
|
24
|
+
* The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
|
|
25
|
+
*/
|
|
26
|
+
id?: string;
|
|
23
27
|
/**
|
|
24
28
|
* An error, warning, or information message that results from a system action.
|
|
25
29
|
*/
|