Difference between revisions of "DTr1 IVL INT"
(Automated ADBot page content) |
(Automated ADBot page content) |
||
| Line 33: | Line 33: | ||
Constraints | Constraints | ||
| − | *{{Error}} dtr1- | + | *{{Error}} dtr1-2-IVL_INT: null violation. Cannot have @nullFlavor and @value or other child elements |
| − | |||
*{{Error}} dtr1-3-IVL_INT: co-occurence violation. Cannot have @value and other child elements | *{{Error}} dtr1-3-IVL_INT: co-occurence violation. Cannot have @value and other child elements | ||
| − | *{{Error}} dtr1-4-IVL_INT: co-occurence violation. Cannot have center and other | + | *{{Error}} dtr1-4-1-IVL_INT: co-occurence violation. Must have @nullFlavor or @value or child elements with @value |
| + | *{{Error}} dtr1-4-2-IVL_INT: co-occurence violation. Cannot have @value and child elements | ||
| + | *{{Error}} dtr1-4-3-IVL_INT: co-occurence violation. Cannot have center and other elements | ||
| + | *{{Error}} dtr1-4-4-IVL_INT: co-occurence violation. Cannot have width and have both low and high elements | ||
*{{Error}} dtr1-5-IVL_INT: no updateMode on IVL attributes | *{{Error}} dtr1-5-IVL_INT: no updateMode on IVL attributes | ||
*{{Error}} dtr1-1-PQR: width element: no unit without value | *{{Error}} dtr1-1-PQR: width element: no unit without value | ||
*{{Error}} dtr1-2-PQR: width element: no translation | *{{Error}} dtr1-2-PQR: width element: no translation | ||
*{{Error}} dtr1-7-IVL_INT: low/@value must be lower than or equal to high/@value | *{{Error}} dtr1-7-IVL_INT: low/@value must be lower than or equal to high/@value | ||
| + | *{{Error}} dtr1-7-1-IVL_INT: low must be lower than or equal to high. Found low boundary PINF (Positive Infinity) | ||
| + | *{{Error}} dtr1-7-2-IVL_INT: low must be lower than or equal to high. Found high boundary NINF (Negative Infinity) | ||
}} | }} | ||
[[Category:DTr1|IVL_INT]] | [[Category:DTr1|IVL_INT]] | ||
Revision as of 14:55, 18 May 2016
IVL_INT Interval of Integer
Datatype Release 1: IVL_INT
Registered Attributes and Child Elements
| @Attribute / Element | Cardinality | Datatype |
|---|---|---|
| @value | optional | int |
@operator
|
optional | cs |
| @nullFlavor | optional | cs |
| hl7:low | 0 .. 1 | IVXB_INT |
| hl7:center | 0 .. 1 | INT |
| hl7:width | 0 .. 1 | PQ |
| hl7:high | 0 .. 1 | IVXB_INT |
Core Schematron Rules (CSR)
The following rules are defined in the base core schematrons.
| Rule ID: IVL_INT
Extends Rule(s): SXCM_INT Constraints
|