Difference between revisions of "DTr1 IVL REAL"

(Automated ADBot page content)
(Automated ADBot page content)
Line 27: Line 27:
 
|-
 
|-
 
|}
 
|}
==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.
 
{{ConstraintBox|Rule ID: '''IVL_REAL'''
 
{{ConstraintBox|Rule ID: '''IVL_REAL'''
Line 42: Line 42:
 
*{{Error}} dtr1-7-IVL_REAL: low/@value must be lower than or equal to high/@value
 
*{{Error}} dtr1-7-IVL_REAL: low/@value must be lower than or equal to high/@value
 
}}
 
}}
==Additional Strict Schematron Rules SSR==
 
The following rules are defined in the strict mode of core schematrons.
 
 
[[Category:DTr1|IVL_REAL]]
 
[[Category:DTr1|IVL_REAL]]

Revision as of 17:11, 12 March 2015

IVL_REAL Interval of Real

Datatype Release 1: 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  REAL
hl7:high  0 .. 1  IVXB_REAL

Core Schematron Rules (CSR)

The following rules are defined in the base core schematrons.

Check-circle.svg Rule ID: IVL_REAL

Extends Rule(s): SXCM_REAL

Constraints

  • Alert.png dtr1-1-IVL_REAL: null violation. Cannot have @nullFlavor and @value or child elements, or the other way around
  • Alert.png dtr1-2-IVL_REAL: null violation. Cannot have @nullFlavor and @value on any child elements
  • Alert.png dtr1-3-IVL_REAL: co-occurence violation. Cannot have @value and other child elements
  • Alert.png dtr1-4-IVL_REAL: co-occurence violation. Cannot have center and other child 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