@medplum/ccda 5.1.17 → 5.1.21

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.
@@ -88,11 +88,11 @@ export declare interface CcdaAct {
88
88
  export declare interface CcdaAddr {
89
89
  '@_use'?: 'HP' | 'WP';
90
90
  '@_nullFlavor'?: 'UNK';
91
- streetAddressLine?: string[];
92
- city?: string;
93
- state?: string;
94
- postalCode?: string;
95
- country?: string;
91
+ streetAddressLine?: (string | CcdaText)[];
92
+ city?: string | CcdaText;
93
+ state?: string | CcdaText;
94
+ postalCode?: string | CcdaText;
95
+ country?: string | CcdaText;
96
96
  }
97
97
 
98
98
  export declare interface CcdaAssignedAuthor {
@@ -88,11 +88,11 @@ export declare interface CcdaAct {
88
88
  export declare interface CcdaAddr {
89
89
  '@_use'?: 'HP' | 'WP';
90
90
  '@_nullFlavor'?: 'UNK';
91
- streetAddressLine?: string[];
92
- city?: string;
93
- state?: string;
94
- postalCode?: string;
95
- country?: string;
91
+ streetAddressLine?: (string | CcdaText)[];
92
+ city?: string | CcdaText;
93
+ state?: string | CcdaText;
94
+ postalCode?: string | CcdaText;
95
+ country?: string | CcdaText;
96
96
  }
97
97
 
98
98
  export declare interface CcdaAssignedAuthor {