|
1376 | 1376 | "title": "Description" |
1377 | 1377 | }, |
1378 | 1378 | "duration": { |
1379 | | - "$ref": "#/components/schemas/AdministrationDuration-Input" |
| 1379 | + "$ref": "#/components/schemas/Duration-Input" |
1380 | 1380 | }, |
1381 | 1381 | "dose": { |
1382 | 1382 | "anyOf": [ |
|
1499 | 1499 | "title": "Description" |
1500 | 1500 | }, |
1501 | 1501 | "duration": { |
1502 | | - "$ref": "#/components/schemas/AdministrationDuration-Output" |
| 1502 | + "$ref": "#/components/schemas/Duration-Output" |
1503 | 1503 | }, |
1504 | 1504 | "dose": { |
1505 | 1505 | "anyOf": [ |
|
1579 | 1579 | ], |
1580 | 1580 | "title": "Administration" |
1581 | 1581 | }, |
1582 | | - "AdministrationDuration-Input": { |
1583 | | - "properties": { |
1584 | | - "id": { |
1585 | | - "type": "string", |
1586 | | - "minLength": 1, |
1587 | | - "title": "Id" |
1588 | | - }, |
1589 | | - "extensionAttributes": { |
1590 | | - "items": { |
1591 | | - "$ref": "#/components/schemas/ExtensionAttribute-Input" |
1592 | | - }, |
1593 | | - "type": "array", |
1594 | | - "title": "Extensionattributes", |
1595 | | - "default": [] |
1596 | | - }, |
1597 | | - "description": { |
1598 | | - "anyOf": [ |
1599 | | - { |
1600 | | - "type": "string" |
1601 | | - }, |
1602 | | - { |
1603 | | - "type": "null" |
1604 | | - } |
1605 | | - ], |
1606 | | - "title": "Description" |
1607 | | - }, |
1608 | | - "quantity": { |
1609 | | - "anyOf": [ |
1610 | | - { |
1611 | | - "$ref": "#/components/schemas/Quantity-Input" |
1612 | | - }, |
1613 | | - { |
1614 | | - "type": "null" |
1615 | | - } |
1616 | | - ] |
1617 | | - }, |
1618 | | - "durationWillVary": { |
1619 | | - "type": "boolean", |
1620 | | - "title": "Durationwillvary" |
1621 | | - }, |
1622 | | - "reasonDurationWillVary": { |
1623 | | - "anyOf": [ |
1624 | | - { |
1625 | | - "type": "string" |
1626 | | - }, |
1627 | | - { |
1628 | | - "type": "null" |
1629 | | - } |
1630 | | - ], |
1631 | | - "title": "Reasondurationwillvary" |
1632 | | - }, |
1633 | | - "instanceType": { |
1634 | | - "type": "string", |
1635 | | - "enum": [ |
1636 | | - "AdministrationDuration" |
1637 | | - ], |
1638 | | - "const": "AdministrationDuration", |
1639 | | - "title": "Instancetype" |
1640 | | - } |
1641 | | - }, |
1642 | | - "type": "object", |
1643 | | - "required": [ |
1644 | | - "id", |
1645 | | - "durationWillVary", |
1646 | | - "instanceType" |
1647 | | - ], |
1648 | | - "title": "AdministrationDuration" |
1649 | | - }, |
1650 | | - "AdministrationDuration-Output": { |
1651 | | - "properties": { |
1652 | | - "id": { |
1653 | | - "type": "string", |
1654 | | - "minLength": 1, |
1655 | | - "title": "Id" |
1656 | | - }, |
1657 | | - "extensionAttributes": { |
1658 | | - "items": { |
1659 | | - "$ref": "#/components/schemas/ExtensionAttribute-Output" |
1660 | | - }, |
1661 | | - "type": "array", |
1662 | | - "title": "Extensionattributes", |
1663 | | - "default": [] |
1664 | | - }, |
1665 | | - "description": { |
1666 | | - "anyOf": [ |
1667 | | - { |
1668 | | - "type": "string" |
1669 | | - }, |
1670 | | - { |
1671 | | - "type": "null" |
1672 | | - } |
1673 | | - ], |
1674 | | - "title": "Description" |
1675 | | - }, |
1676 | | - "quantity": { |
1677 | | - "anyOf": [ |
1678 | | - { |
1679 | | - "$ref": "#/components/schemas/Quantity-Output" |
1680 | | - }, |
1681 | | - { |
1682 | | - "type": "null" |
1683 | | - } |
1684 | | - ] |
1685 | | - }, |
1686 | | - "durationWillVary": { |
1687 | | - "type": "boolean", |
1688 | | - "title": "Durationwillvary" |
1689 | | - }, |
1690 | | - "reasonDurationWillVary": { |
1691 | | - "anyOf": [ |
1692 | | - { |
1693 | | - "type": "string" |
1694 | | - }, |
1695 | | - { |
1696 | | - "type": "null" |
1697 | | - } |
1698 | | - ], |
1699 | | - "title": "Reasondurationwillvary" |
1700 | | - }, |
1701 | | - "instanceType": { |
1702 | | - "type": "string", |
1703 | | - "enum": [ |
1704 | | - "AdministrationDuration" |
1705 | | - ], |
1706 | | - "const": "AdministrationDuration", |
1707 | | - "title": "Instancetype" |
1708 | | - } |
1709 | | - }, |
1710 | | - "type": "object", |
1711 | | - "required": [ |
1712 | | - "id", |
1713 | | - "durationWillVary", |
1714 | | - "instanceType" |
1715 | | - ], |
1716 | | - "title": "AdministrationDuration" |
1717 | | - }, |
1718 | 1582 | "AliasCode-Input": { |
1719 | 1583 | "properties": { |
1720 | 1584 | "id": { |
|
3667 | 3531 | ], |
3668 | 3532 | "title": "DocumentContentReference" |
3669 | 3533 | }, |
| 3534 | + "Duration-Input": { |
| 3535 | + "properties": { |
| 3536 | + "id": { |
| 3537 | + "type": "string", |
| 3538 | + "minLength": 1, |
| 3539 | + "title": "Id" |
| 3540 | + }, |
| 3541 | + "extensionAttributes": { |
| 3542 | + "items": { |
| 3543 | + "$ref": "#/components/schemas/ExtensionAttribute-Input" |
| 3544 | + }, |
| 3545 | + "type": "array", |
| 3546 | + "title": "Extensionattributes", |
| 3547 | + "default": [] |
| 3548 | + }, |
| 3549 | + "text": { |
| 3550 | + "anyOf": [ |
| 3551 | + { |
| 3552 | + "type": "string" |
| 3553 | + }, |
| 3554 | + { |
| 3555 | + "type": "null" |
| 3556 | + } |
| 3557 | + ], |
| 3558 | + "title": "Text" |
| 3559 | + }, |
| 3560 | + "quantity": { |
| 3561 | + "anyOf": [ |
| 3562 | + { |
| 3563 | + "$ref": "#/components/schemas/Quantity-Input" |
| 3564 | + }, |
| 3565 | + { |
| 3566 | + "$ref": "#/components/schemas/Range-Input" |
| 3567 | + }, |
| 3568 | + { |
| 3569 | + "type": "null" |
| 3570 | + } |
| 3571 | + ], |
| 3572 | + "title": "Quantity" |
| 3573 | + }, |
| 3574 | + "durationWillVary": { |
| 3575 | + "type": "boolean", |
| 3576 | + "title": "Durationwillvary" |
| 3577 | + }, |
| 3578 | + "reasonDurationWillVary": { |
| 3579 | + "anyOf": [ |
| 3580 | + { |
| 3581 | + "type": "string" |
| 3582 | + }, |
| 3583 | + { |
| 3584 | + "type": "null" |
| 3585 | + } |
| 3586 | + ], |
| 3587 | + "title": "Reasondurationwillvary" |
| 3588 | + }, |
| 3589 | + "instanceType": { |
| 3590 | + "type": "string", |
| 3591 | + "enum": [ |
| 3592 | + "Duration" |
| 3593 | + ], |
| 3594 | + "const": "Duration", |
| 3595 | + "title": "Instancetype" |
| 3596 | + } |
| 3597 | + }, |
| 3598 | + "type": "object", |
| 3599 | + "required": [ |
| 3600 | + "id", |
| 3601 | + "durationWillVary", |
| 3602 | + "instanceType" |
| 3603 | + ], |
| 3604 | + "title": "Duration" |
| 3605 | + }, |
| 3606 | + "Duration-Output": { |
| 3607 | + "properties": { |
| 3608 | + "id": { |
| 3609 | + "type": "string", |
| 3610 | + "minLength": 1, |
| 3611 | + "title": "Id" |
| 3612 | + }, |
| 3613 | + "extensionAttributes": { |
| 3614 | + "items": { |
| 3615 | + "$ref": "#/components/schemas/ExtensionAttribute-Output" |
| 3616 | + }, |
| 3617 | + "type": "array", |
| 3618 | + "title": "Extensionattributes", |
| 3619 | + "default": [] |
| 3620 | + }, |
| 3621 | + "text": { |
| 3622 | + "anyOf": [ |
| 3623 | + { |
| 3624 | + "type": "string" |
| 3625 | + }, |
| 3626 | + { |
| 3627 | + "type": "null" |
| 3628 | + } |
| 3629 | + ], |
| 3630 | + "title": "Text" |
| 3631 | + }, |
| 3632 | + "quantity": { |
| 3633 | + "anyOf": [ |
| 3634 | + { |
| 3635 | + "$ref": "#/components/schemas/Quantity-Output" |
| 3636 | + }, |
| 3637 | + { |
| 3638 | + "$ref": "#/components/schemas/Range-Output" |
| 3639 | + }, |
| 3640 | + { |
| 3641 | + "type": "null" |
| 3642 | + } |
| 3643 | + ], |
| 3644 | + "title": "Quantity" |
| 3645 | + }, |
| 3646 | + "durationWillVary": { |
| 3647 | + "type": "boolean", |
| 3648 | + "title": "Durationwillvary" |
| 3649 | + }, |
| 3650 | + "reasonDurationWillVary": { |
| 3651 | + "anyOf": [ |
| 3652 | + { |
| 3653 | + "type": "string" |
| 3654 | + }, |
| 3655 | + { |
| 3656 | + "type": "null" |
| 3657 | + } |
| 3658 | + ], |
| 3659 | + "title": "Reasondurationwillvary" |
| 3660 | + }, |
| 3661 | + "instanceType": { |
| 3662 | + "type": "string", |
| 3663 | + "enum": [ |
| 3664 | + "Duration" |
| 3665 | + ], |
| 3666 | + "const": "Duration", |
| 3667 | + "title": "Instancetype" |
| 3668 | + } |
| 3669 | + }, |
| 3670 | + "type": "object", |
| 3671 | + "required": [ |
| 3672 | + "id", |
| 3673 | + "durationWillVary", |
| 3674 | + "instanceType" |
| 3675 | + ], |
| 3676 | + "title": "Duration" |
| 3677 | + }, |
3670 | 3678 | "EligibilityCriterion-Input": { |
3671 | 3679 | "properties": { |
3672 | 3680 | "id": { |
|
8835 | 8843 | "title": "Instances", |
8836 | 8844 | "default": [] |
8837 | 8845 | }, |
| 8846 | + "plannedDuration": { |
| 8847 | + "anyOf": [ |
| 8848 | + { |
| 8849 | + "$ref": "#/components/schemas/Duration-Input" |
| 8850 | + }, |
| 8851 | + { |
| 8852 | + "type": "null" |
| 8853 | + } |
| 8854 | + ] |
| 8855 | + }, |
8838 | 8856 | "instanceType": { |
8839 | 8857 | "type": "string", |
8840 | 8858 | "enum": [ |
|
8940 | 8958 | "title": "Instances", |
8941 | 8959 | "default": [] |
8942 | 8960 | }, |
| 8961 | + "plannedDuration": { |
| 8962 | + "anyOf": [ |
| 8963 | + { |
| 8964 | + "$ref": "#/components/schemas/Duration-Output" |
| 8965 | + }, |
| 8966 | + { |
| 8967 | + "type": "null" |
| 8968 | + } |
| 8969 | + ] |
| 8970 | + }, |
8943 | 8971 | "instanceType": { |
8944 | 8972 | "type": "string", |
8945 | 8973 | "enum": [ |
|
12289 | 12317 | } |
12290 | 12318 | ] |
12291 | 12319 | }, |
| 12320 | + "notes": { |
| 12321 | + "items": { |
| 12322 | + "$ref": "#/components/schemas/CommentAnnotation-Input" |
| 12323 | + }, |
| 12324 | + "type": "array", |
| 12325 | + "title": "Notes", |
| 12326 | + "default": [] |
| 12327 | + }, |
12292 | 12328 | "instanceType": { |
12293 | 12329 | "type": "string", |
12294 | 12330 | "enum": [ |
|
12386 | 12422 | } |
12387 | 12423 | ] |
12388 | 12424 | }, |
| 12425 | + "notes": { |
| 12426 | + "items": { |
| 12427 | + "$ref": "#/components/schemas/CommentAnnotation-Output" |
| 12428 | + }, |
| 12429 | + "type": "array", |
| 12430 | + "title": "Notes", |
| 12431 | + "default": [] |
| 12432 | + }, |
12389 | 12433 | "instanceType": { |
12390 | 12434 | "type": "string", |
12391 | 12435 | "enum": [ |
|
0 commit comments