@medplum/ccda 5.0.13 → 5.0.15

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.
@@ -144,7 +144,7 @@ export declare interface CcdaCode<T extends string = string> {
144
144
  '@_displayName'?: string;
145
145
  originalText?: CcdaText;
146
146
  translation?: CcdaCode[];
147
- '@_nullFlavor'?: 'UNK' | 'NA';
147
+ '@_nullFlavor'?: 'UNK' | 'NA' | 'OTH';
148
148
  }
149
149
 
150
150
  export declare interface CcdaConsumable {
@@ -144,7 +144,7 @@ export declare interface CcdaCode<T extends string = string> {
144
144
  '@_displayName'?: string;
145
145
  originalText?: CcdaText;
146
146
  translation?: CcdaCode[];
147
- '@_nullFlavor'?: 'UNK' | 'NA';
147
+ '@_nullFlavor'?: 'UNK' | 'NA' | 'OTH';
148
148
  }
149
149
 
150
150
  export declare interface CcdaConsumable {