@medplum/ccda 5.1.0 → 5.1.2
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/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +4 -4
- package/dist/cjs/index.d.ts +3 -1
- package/dist/esm/index.d.ts +3 -1
- package/dist/esm/index.mjs +2 -2
- package/dist/esm/index.mjs.map +4 -4
- package/package.json +5 -5
package/dist/cjs/index.d.ts
CHANGED
|
@@ -400,9 +400,11 @@ export declare interface CcdaProcedure {
|
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
export declare interface CcdaQuantity {
|
|
403
|
-
'@_xsi:type'?: 'PQ' | 'CO';
|
|
403
|
+
'@_xsi:type'?: 'PQ' | 'CO' | 'IVL_PQ';
|
|
404
404
|
'@_value'?: string;
|
|
405
405
|
'@_unit'?: string;
|
|
406
|
+
low?: CcdaQuantity;
|
|
407
|
+
high?: CcdaQuantity;
|
|
406
408
|
}
|
|
407
409
|
|
|
408
410
|
export declare interface CcdaRealmCode {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -400,9 +400,11 @@ export declare interface CcdaProcedure {
|
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
export declare interface CcdaQuantity {
|
|
403
|
-
'@_xsi:type'?: 'PQ' | 'CO';
|
|
403
|
+
'@_xsi:type'?: 'PQ' | 'CO' | 'IVL_PQ';
|
|
404
404
|
'@_value'?: string;
|
|
405
405
|
'@_unit'?: string;
|
|
406
|
+
low?: CcdaQuantity;
|
|
407
|
+
high?: CcdaQuantity;
|
|
406
408
|
}
|
|
407
409
|
|
|
408
410
|
export declare interface CcdaRealmCode {
|