Difference between revisions of "DTr1 IVL PQ"
(Automated ADBot page content) |
(Automated ADBot page content) |
||
| (22 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=IVL_PQ Interval of Physical Quantity= | =IVL_PQ Interval of Physical Quantity= | ||
| − | Datatype Release 1: IVL_PQ | + | {| class="artdecorwiki" |
| + | ! style="text-align:left;" | Datatype Release 1 !! Realm | ||
| + | |- | ||
| + | | style="height:30px; vertical-align:middle;" | '''IVL_PQ''' || style="vertical-align:middle;" | | ||
| + | |} | ||
| + | |||
==Registered Attributes and Child Elements== | ==Registered Attributes and Child Elements== | ||
| − | {| class= | + | {| class="artdecorwiki" |
! @Attribute / Element !! Cardinality !! Datatype | ! @Attribute / Element !! Cardinality !! Datatype | ||
|- | |- | ||
| Line 10: | Line 15: | ||
| @unit || optional || cs | | @unit || optional || cs | ||
|- | |- | ||
| − | | @operator || optional || cs | + | | @operator |
| + | *A | ||
| + | *E | ||
| + | *H | ||
| + | *I | ||
| + | *P | ||
| + | || optional || cs | ||
|- | |- | ||
| @nullFlavor || optional || cs | | @nullFlavor || optional || cs | ||
| Line 23: | Line 34: | ||
|- | |- | ||
|} | |} | ||
| − | ==Core Schematron Rules CSR== | + | ==Core Schematron Rules (CSR)== |
| − | The following rules are defined in the base core schematrons. | + | The following rules are defined in the base core schematrons ({{Error}} errors, {{Warning}} warnings, {{Info}} infos). |
{{ConstraintBox|Rule ID: '''IVL_PQ''' | {{ConstraintBox|Rule ID: '''IVL_PQ''' | ||
Extends Rule(s): [[DTr1_SXCM_PQ|SXCM_PQ]] | Extends Rule(s): [[DTr1_SXCM_PQ|SXCM_PQ]] | ||
Constraints | Constraints | ||
| − | *{{Error}} dtr1- | + | *{{Error}} dtr1-2-IVL_PQ: null violation. Cannot have @nullFlavor and @value or other child elements |
| − | |||
*{{Error}} dtr1-3-IVL_PQ: co-occurence violation. Cannot have @value and other child elements except translation | *{{Error}} dtr1-3-IVL_PQ: co-occurence violation. Cannot have @value and other child elements except translation | ||
| − | *{{Error}} dtr1-4-IVL_PQ: co-occurence violation. Cannot have center and other | + | *{{Error}} dtr1-4-2-IVL_PQ: co-occurence violation. Cannot have @value and child elements |
| + | *{{Error}} dtr1-4-3-IVL_PQ: co-occurence violation. Cannot have center and other elements | ||
| + | *{{Error}} dtr1-4-4-IVL_PQ: co-occurence violation. Cannot have width and have both low and high elements | ||
*{{Error}} dtr1-5-IVL_PQ: no updateMode on IVL attributes | *{{Error}} dtr1-5-IVL_PQ: 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_PQ: low/@value must be lower than or equal to high/@value | *{{Error}} dtr1-7-IVL_PQ: low/@value must be lower than or equal to high/@value | ||
| + | *{{Error}} dtr1-7-1-IVL_PQ: low must be lower than or equal to high. Found low boundary PINF (Positive Infinity) | ||
| + | *{{Error}} dtr1-7-2-IVL_PQ: low must be lower than or equal to high. Found high boundary NINF (Negative Infinity) | ||
*{{Warning}} dtr1-8-IVL_PQ: units in low and high should be equal or comparable | *{{Warning}} dtr1-8-IVL_PQ: units in low and high should be equal or comparable | ||
*{{Error}} dtr1-9-IVL_PQ: co-occurence violation. Cannot have translation and other child elements except translation | *{{Error}} dtr1-9-IVL_PQ: co-occurence violation. Cannot have translation and other child elements except translation | ||
}} | }} | ||
| − | |||
| − | |||
[[Category:DTr1|IVL_PQ]] | [[Category:DTr1|IVL_PQ]] | ||
Latest revision as of 14:58, 5 December 2017
IVL_PQ Interval of Physical Quantity
| Datatype Release 1 | Realm |
|---|---|
| IVL_PQ |
Registered Attributes and Child Elements
| @Attribute / Element | Cardinality | Datatype |
|---|---|---|
| @value | optional | real |
| @unit | optional | cs |
@operator
|
optional | cs |
| @nullFlavor | optional | cs |
| hl7:low | 0 .. 1 | IVXB_PQ |
| hl7:center | 0 .. 1 | PQ |
| hl7:width | 0 .. 1 | PQ |
| hl7:high | 0 .. 1 | IVXB_PQ |
Core Schematron Rules (CSR)
The following rules are defined in the base core schematrons (
errors,
warnings,
infos).
| Rule ID: IVL_PQ
Extends Rule(s): SXCM_PQ Constraints
|