3.42.6 Extension: Medication Order End of Validity - Detailed Descriptions
Definitions for the ext-medicationorder-end-of-validity Extension
| 1. Extension | |
| Definition | Identifies the length of time over which the Quebec prescription has an end of validity/treatment. |
| Control | 0..1 |
| 2. Extension.id | |
| Definition | unique id for the element within a resource (for internal references). |
| Control | 0..1 |
| Type | id |
| 3. Extension.extension | |
| Definition | An Extension |
| Control | 0..0 |
| Type | Extension |
| 4. 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-end-of-validity |
| Fixed Value | http://prescribeit.ca/fhir/StructureDefinition/ext-medicationorder-end-of-validity |
| 5. Extension.value[x] | |
| Definition | Identifies the end of validity as a length of time that a prescription is valid. |
| Control | 1..1 |
| Type | Quantity(Duration) |
| [x] Note | See Choice of Data Types for further information about how to use [x] |
| Must Support | true |
| Comments | Usage Note: The field will be populated to specify the end of validity as a length/duration of time (i.e. 18 months) the validity period (MedicationOrder.dispenseRequest.validityPeriod) element will be used when specifying the end of validity as a date where the end date (MedicationOrder.dispenseRequest.validityPeriod.end) field will be used to convey the end of validity as a date. Conformance Rule: When specifying the end of validation as a length/duration of time only days, weeks, months and years should be used. Seconds, minutes or hours must not be used |
| 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()) |