3.9.6 Extension: Medication Order Dispense Interval - Detailed Descriptions
Definitions for the ext-medicationorder-dispense-interval Extension
Extension | |
Definition | Indicates the minimum period of time that must pass between dispensing events |
Control | 0..1 |
Must Support | true |
Comments | Indicates the minimum period of time that must pass between dispensing events. Conformance Rule: Only days are currently support as a measurement of dispenseInterval. Example: A prescriber instructs a patient to take 3 Tylenol 3 tablets every day as needed for pain for 90 days. However, the prescriber does not wish the patient to have more than 30 days supply at any given time so the prescriber instructs the pharmacist that the dispenseInterval is 30 days. The pharmacist then does 3 partial fills of 90 tablets (or 30 days supply) over the 90 day period. |
Max Length | 0 |
Extension.id | |
Definition | unique id for the element within a resource (for internal references). |
Control | 0..1 |
Type | id |
Max Length | 0 |
Extension.extension | |
Definition | An Extension |
Control | 0..0 |
Type | Extension |
Max Length | 0 |
Extension.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Control | 1..1 |
Type | uri |
Must Support | true |
Comments | Fixed value: http://prescribeit.ca/fhir/StructureDefinition/ext-medicationorder-dispense-interval |
Max Length | 0 |
Fixed Value | http://prescribeit.ca/fhir/StructureDefinition/ext-medicationorder-dispense-interval |
Extension.valueQuantity | |
Definition | Indicates the minimum period of time that must pass between dispensing events |
Control | 1..1 |
Type | Quantity(Duration) |
Must Support | true |
Comments | Indicates the minimum period of time that must pass between dispensing events. Conformance Rule: Only days are currently support as a measurement of dispenseInterval. Example: A prescriber instructs a patient to take 3 Tylenol 3 tablets every day as needed for pain for 90 days. However, the prescriber does not wish the patient to have more than 30 days supply at any given time so the prescriber instructs the pharmacist that the dispenseInterval is 30 days. The pharmacist then does 3 partial fills of 90 tablets (or 30 days supply) over the 90 day period. |
Max Length | 0 |
Invariants | Defined on this element drt-1: There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM. (: (code.exists() or value.empty()) and (system.empty() or system = %ucum)) qty-3: If a code for the unit is present, the system SHALL also be present (: code.empty() or system.exists()) |