@claudebernard/fhir-prescription-mocks 2.3.1 → 2.4.0

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/dist/index.js CHANGED
@@ -262,6 +262,7 @@ var patient_complete_default = {
262
262
  subject: {
263
263
  reference: "Patient/a362bb19-6db4-0149-8854-d0230acbb45d"
264
264
  },
265
+ effectiveDateTime: "2023-09-09",
265
266
  valueQuantity: {
266
267
  value: 45,
267
268
  unit: "mL/min/1.73.m2",
@@ -326,6 +327,7 @@ var patient_complete_default = {
326
327
  subject: {
327
328
  reference: "Patient/a362bb19-6db4-0149-8854-d0230acbb45d"
328
329
  },
330
+ effectiveDateTime: "2023-09-09",
329
331
  valueQuantity: {
330
332
  value: 84,
331
333
  unit: "kg",
@@ -353,6 +355,7 @@ var patient_complete_default = {
353
355
  subject: {
354
356
  reference: "Patient/a362bb19-6db4-0149-8854-d0230acbb45d"
355
357
  },
358
+ effectiveDateTime: "2023-09-09",
356
359
  valueQuantity: {
357
360
  value: 170,
358
361
  unit: "cm",
package/dist/index.mjs CHANGED
@@ -224,6 +224,7 @@ var patient_complete_default = {
224
224
  subject: {
225
225
  reference: "Patient/a362bb19-6db4-0149-8854-d0230acbb45d"
226
226
  },
227
+ effectiveDateTime: "2023-09-09",
227
228
  valueQuantity: {
228
229
  value: 45,
229
230
  unit: "mL/min/1.73.m2",
@@ -288,6 +289,7 @@ var patient_complete_default = {
288
289
  subject: {
289
290
  reference: "Patient/a362bb19-6db4-0149-8854-d0230acbb45d"
290
291
  },
292
+ effectiveDateTime: "2023-09-09",
291
293
  valueQuantity: {
292
294
  value: 84,
293
295
  unit: "kg",
@@ -315,6 +317,7 @@ var patient_complete_default = {
315
317
  subject: {
316
318
  reference: "Patient/a362bb19-6db4-0149-8854-d0230acbb45d"
317
319
  },
320
+ effectiveDateTime: "2023-09-09",
318
321
  valueQuantity: {
319
322
  value: 170,
320
323
  unit: "cm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudebernard/fhir-prescription-mocks",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "description": "FHIR R5 mock data for prescription control — shared test fixtures",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",