Difference between revisions of "DTr1 IVL REAL"

(Automated ADBot page content)
 
(Automated ADBot page content)
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
=Datatype Release 1: IVL_REAL Interval of Real=
+
=IVL_REAL Interval of Real=
 +
{| class="artdecorwiki"
 +
! style="text-align:left;" | Datatype Release 1 !! Realm
 +
|-
 +
| style="height:30px; vertical-align:middle;" | '''IVL_REAL''' || style="vertical-align:middle;" | 
 +
|}
 +
 
 
==Registered Attributes and Child Elements==
 
==Registered Attributes and Child Elements==
{| class=artdecor
+
{| class="artdecorwiki"
 
! @Attribute / Element !! Cardinality !! Datatype  
 
! @Attribute / Element !! Cardinality !! Datatype  
 
|-
 
|-
 
| @value ||  optional  || real
 
| @value ||  optional  || real
 
|-
 
|-
| @operator ||  optional  || cs
+
| @operator
 +
*A
 +
*E
 +
*H
 +
*I
 +
*P
 +
||  optional  || cs
 
|-
 
|-
 
| @nullFlavor ||  optional  || cs
 
| @nullFlavor ||  optional  || cs
Line 15: Line 27:
 
| hl7:center || 0 .. 1 || [[DTr1_REAL|REAL]]
 
| hl7:center || 0 .. 1 || [[DTr1_REAL|REAL]]
 
|-
 
|-
| hl7:width || 0 .. 1 || [[DTr1_REAL|REAL]]
+
| hl7:width || 0 .. 1 || [[DTr1_PQ|PQ]]
 
|-
 
|-
 
| hl7:high || 0 .. 1 || [[DTr1_IVXB_REAL|IVXB_REAL]]
 
| hl7:high || 0 .. 1 || [[DTr1_IVXB_REAL|IVXB_REAL]]
 
|-
 
|-
 
|}
 
|}
==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_REAL'''
 
{{ConstraintBox|Rule ID: '''IVL_REAL'''
Extends Rule(s): SXCM_REAL  
+
Extends Rule(s): [[DTr1_SXCM_REAL|SXCM_REAL]]
  
 
Constraints
 
Constraints
*{{Error}} dtr1-1-IVL_REAL: null violation. Cannot have @nullFlavor and @value or child elements, or the other way around
+
*{{Error}} dtr1-2-IVL_REAL: null violation. Cannot have @nullFlavor and @value or other child elements
*{{Error}} dtr1-2-IVL_REAL: null violation. Cannot have @nullFlavor and @value on any child elements
 
 
*{{Error}} dtr1-3-IVL_REAL: co-occurence violation. Cannot have @value and other child elements
 
*{{Error}} dtr1-3-IVL_REAL: co-occurence violation. Cannot have @value and other child elements
*{{Error}} dtr1-4-IVL_REAL: co-occurence violation. Cannot have center and other child elements
+
*{{Error}} dtr1-4-2-IVL_REAL: co-occurence violation. Cannot have @value and child elements
 +
*{{Error}} dtr1-4-3-IVL_REAL: co-occurence violation. Cannot have center and other elements
 +
*{{Error}} dtr1-4-4-IVL_REAL: co-occurence violation. Cannot have width and have both low and high elements
 
*{{Error}} dtr1-5-IVL_REAL: no updateMode on IVL attributes
 
*{{Error}} dtr1-5-IVL_REAL: no updateMode on IVL attributes
*{{Error}} dtr1-6-IVL_REAL: low/@value must not be equal to high/@value
 
 
*{{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_REAL: low/@value must be lower than high/@value
+
*{{Error}} dtr1-7-IVL_REAL: low/@value must be lower than or equal to high/@value
 +
*{{Error}} dtr1-7-1-IVL_REAL: low must be lower than or equal to high. Found low boundary PINF (Positive Infinity)
 +
*{{Error}} dtr1-7-2-IVL_REAL: low must be lower than or equal to high. Found high boundary NINF (Negative Infinity)
 
}}
 
}}
==Additional Strict Schematron Rules SSR==
+
[[Category:DTr1|IVL_REAL]]
The following rules are defined in the strict mode of core schematrons.
 

Latest revision as of 14:58, 5 December 2017

IVL_REAL Interval of Real

Datatype Release 1 Realm
IVL_REAL

Registered Attributes and Child Elements

@Attribute / Element Cardinality Datatype
@value   optional   real
@operator
  • A
  • E
  • H
  • I
  • P
  optional   cs
@nullFlavor   optional   cs
hl7:low  0 .. 1  IVXB_REAL
hl7:center  0 .. 1  REAL
hl7:width  0 .. 1  PQ
hl7:high  0 .. 1  IVXB_REAL

Core Schematron Rules (CSR)

The following rules are defined in the base core schematrons (Alert.png errors, Warning.png warnings, Info.png infos).

Check-circle.svg Rule ID: IVL_REAL

Extends Rule(s): SXCM_REAL

Constraints

  • Alert.png dtr1-2-IVL_REAL: null violation. Cannot have @nullFlavor and @value or other child elements
  • Alert.png dtr1-3-IVL_REAL: co-occurence violation. Cannot have @value and other child elements
  • Alert.png dtr1-4-2-IVL_REAL: co-occurence violation. Cannot have @value and child elements
  • Alert.png dtr1-4-3-IVL_REAL: co-occurence violation. Cannot have center and other elements
  • Alert.png dtr1-4-4-IVL_REAL: co-occurence violation. Cannot have width and have both low and high elements
  • Alert.png dtr1-5-IVL_REAL: no updateMode on IVL attributes
  • Alert.png dtr1-1-PQR: width element: no unit without value
  • Alert.png dtr1-2-PQR: width element: no translation
  • Alert.png dtr1-7-IVL_REAL: low/@value must be lower than or equal to high/@value
  • Alert.png dtr1-7-1-IVL_REAL: low must be lower than or equal to high. Found low boundary PINF (Positive Infinity)
  • Alert.png dtr1-7-2-IVL_REAL: low must be lower than or equal to high. Found high boundary NINF (Negative Infinity)