@claudebernard/fhir-prescription-mocks 2.1.4 → 2.2.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
@@ -1522,6 +1522,19 @@ var prescription_complete_default = {
1522
1522
  id: "428ed2db-8d77-4c0e-fe99-34b0d802d52e",
1523
1523
  status: "active",
1524
1524
  intent: "order",
1525
+ effectiveDosePeriod: {
1526
+ start: "2020-08-20",
1527
+ end: "2020-08-27"
1528
+ },
1529
+ courseOfTherapyType: {
1530
+ coding: [
1531
+ {
1532
+ system: "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
1533
+ code: "acute",
1534
+ display: "Short course (acute) therapy"
1535
+ }
1536
+ ]
1537
+ },
1525
1538
  medication: {
1526
1539
  reference: {
1527
1540
  reference: "Medication/3d37a495-3c1a-5dc5-6218-726adf28d861"
@@ -1566,6 +1579,18 @@ var prescription_complete_default = {
1566
1579
  },
1567
1580
  status: "active",
1568
1581
  intent: "order",
1582
+ effectiveDosePeriod: {
1583
+ start: "2020-08-20"
1584
+ },
1585
+ courseOfTherapyType: {
1586
+ coding: [
1587
+ {
1588
+ system: "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
1589
+ code: "continuous",
1590
+ display: "Continuous long term therapy"
1591
+ }
1592
+ ]
1593
+ },
1569
1594
  medication: {
1570
1595
  reference: {
1571
1596
  reference: "Medication/82c3d1d8-3927-890c-eb95-a6ff2c8b03a6"
package/dist/index.mjs CHANGED
@@ -1485,6 +1485,19 @@ var prescription_complete_default = {
1485
1485
  id: "428ed2db-8d77-4c0e-fe99-34b0d802d52e",
1486
1486
  status: "active",
1487
1487
  intent: "order",
1488
+ effectiveDosePeriod: {
1489
+ start: "2020-08-20",
1490
+ end: "2020-08-27"
1491
+ },
1492
+ courseOfTherapyType: {
1493
+ coding: [
1494
+ {
1495
+ system: "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
1496
+ code: "acute",
1497
+ display: "Short course (acute) therapy"
1498
+ }
1499
+ ]
1500
+ },
1488
1501
  medication: {
1489
1502
  reference: {
1490
1503
  reference: "Medication/3d37a495-3c1a-5dc5-6218-726adf28d861"
@@ -1529,6 +1542,18 @@ var prescription_complete_default = {
1529
1542
  },
1530
1543
  status: "active",
1531
1544
  intent: "order",
1545
+ effectiveDosePeriod: {
1546
+ start: "2020-08-20"
1547
+ },
1548
+ courseOfTherapyType: {
1549
+ coding: [
1550
+ {
1551
+ system: "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
1552
+ code: "continuous",
1553
+ display: "Continuous long term therapy"
1554
+ }
1555
+ ]
1556
+ },
1532
1557
  medication: {
1533
1558
  reference: {
1534
1559
  reference: "Medication/82c3d1d8-3927-890c-eb95-a6ff2c8b03a6"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudebernard/fhir-prescription-mocks",
3
- "version": "2.1.4",
3
+ "version": "2.2.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",