@smile-cdr/fhirts 1.2.8 → 1.2.9
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/README.md +1 -0
- package/dist/FHIR-R3.d.ts +1 -1
- package/package.json +1 -1
- package/src/FHIR-R3.ts +1 -1
package/README.md
CHANGED
package/dist/FHIR-R3.d.ts
CHANGED
|
@@ -337,7 +337,7 @@ export declare class SampledData extends FHIRElement {
|
|
|
337
337
|
}
|
|
338
338
|
export declare class Restriction extends BackboneElement {
|
|
339
339
|
repetitions: number;
|
|
340
|
-
|
|
340
|
+
period: Period;
|
|
341
341
|
recipient: Reference[];
|
|
342
342
|
}
|
|
343
343
|
export declare class AvailableTime extends BackboneElement {
|
package/package.json
CHANGED