@medplum/ccda 5.1.1 → 5.1.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.
@@ -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 {
@@ -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 {