@smile-cdr/fhirts 1.4.6 → 1.4.7
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 +5 -0
- package/dist/FHIR-R3.d.ts +1 -1
- package/package.json +1 -1
- package/src/FHIR-R3.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/FHIR-R3.d.ts
CHANGED
|
@@ -1018,7 +1018,7 @@ export declare class AllergyIntolerance extends Resource {
|
|
|
1018
1018
|
onsetString: string;
|
|
1019
1019
|
assertedDate: Date | string;
|
|
1020
1020
|
recorder: Reference;
|
|
1021
|
-
|
|
1021
|
+
asserter: Reference;
|
|
1022
1022
|
lastOccurrence: Date | string;
|
|
1023
1023
|
note: Annotation[];
|
|
1024
1024
|
reaction: AllergyIntoleranceReaction[];
|
package/package.json
CHANGED
package/src/FHIR-R3.ts
CHANGED
|
@@ -1196,7 +1196,7 @@ export class AllergyIntolerance extends Resource {
|
|
|
1196
1196
|
onsetString: string;
|
|
1197
1197
|
assertedDate: Date | string;
|
|
1198
1198
|
recorder: Reference;
|
|
1199
|
-
|
|
1199
|
+
asserter: Reference;
|
|
1200
1200
|
lastOccurrence: Date | string;
|
|
1201
1201
|
note: Annotation[];
|
|
1202
1202
|
reaction: AllergyIntoleranceReaction[];
|