Difference between revisions of "DTr1 IVL MO"
(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_MO | + | =IVL_MO Interval of Monetary Amount= |
| + | {| class="artdecorwiki" | ||
| + | ! style="text-align:left;" | Datatype Release 1 !! Realm | ||
| + | |- | ||
| + | | style="height:30px; vertical-align:middle;" | '''IVL_MO''' || 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 9: | Line 15: | ||
| @currency || optional || cs | | @currency || optional || cs | ||
|- | |- | ||
| − | | @operator || optional || cs | + | | @operator |
| + | *A | ||
| + | *E | ||
| + | *H | ||
| + | *I | ||
| + | *P | ||
| + | || optional || cs | ||
|- | |- | ||
| @nullFlavor || optional || cs | | @nullFlavor || optional || cs | ||
| Line 17: | Line 29: | ||
| hl7:center || 0 .. 1 || [[DTr1_MO|MO]] | | hl7:center || 0 .. 1 || [[DTr1_MO|MO]] | ||
|- | |- | ||
| − | | hl7:width || 0 .. 1 || [[ | + | | hl7:width || 0 .. 1 || [[DTr1_PQ|PQ]] |
|- | |- | ||
| hl7:high || 0 .. 1 || [[DTr1_IVXB_MO|IVXB_MO]] | | hl7:high || 0 .. 1 || [[DTr1_IVXB_MO|IVXB_MO]] | ||
|- | |- | ||
|} | |} | ||
| − | ==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_MO''' | {{ConstraintBox|Rule ID: '''IVL_MO''' | ||
| − | Extends Rule(s): SXCM_MO | + | Extends Rule(s): [[DTr1_SXCM_MO|SXCM_MO]] |
Constraints | Constraints | ||
| − | *{{Error}} dtr1- | + | *{{Error}} dtr1-2-IVL_MO: null violation. Cannot have @nullFlavor and @value or other child elements |
| − | |||
*{{Error}} dtr1-3-IVL_MO: co-occurence violation. Cannot have @value and other child elements except translations | *{{Error}} dtr1-3-IVL_MO: co-occurence violation. Cannot have @value and other child elements except translations | ||
| − | *{{Error}} dtr1-4-IVL_MO: co-occurence violation. Cannot have center and other | + | *{{Error}} dtr1-4-2-IVL_MO: co-occurence violation. Cannot have @value and child elements |
| + | *{{Error}} dtr1-4-3-IVL_MO: co-occurence violation. Cannot have center and other elements | ||
| + | *{{Error}} dtr1-4-4-IVL_MO: co-occurence violation. Cannot have width and have both low and high elements | ||
*{{Error}} dtr1-5-IVL_MO: no updateMode on IVL attributes | *{{Error}} dtr1-5-IVL_MO: 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_MO: low/@value must be lower than high/@value | + | *{{Error}} dtr1-7-IVL_MO: low/@value must be lower than or equal to high/@value |
| + | *{{Error}} dtr1-7-1-IVL_MO: low must be lower than or equal to high. Found low boundary PINF (Positive Infinity) | ||
| + | *{{Error}} dtr1-7-2-IVL_MO: low must be lower than or equal to high. Found high boundary NINF (Negative Infinity) | ||
*{{Error}} dtr1-8-IVL_MO: currency in low and high must be equal | *{{Error}} dtr1-8-IVL_MO: currency in low and high must be equal | ||
*{{Error}} dtr1-9-IVL_MO: co-occurence violation. Cannot have translation and other child elements except translation | *{{Error}} dtr1-9-IVL_MO: co-occurence violation. Cannot have translation and other child elements except translation | ||
}} | }} | ||
| − | + | [[Category:DTr1|IVL_MO]] | |
| − | |||
Latest revision as of 14:58, 5 December 2017
IVL_MO Interval of Monetary Amount
| Datatype Release 1 | Realm |
|---|---|
| IVL_MO |
Registered Attributes and Child Elements
| @Attribute / Element | Cardinality | Datatype |
|---|---|---|
| @value | optional | real |
| @currency | optional | cs |
@operator
|
optional | cs |
| @nullFlavor | optional | cs |
| hl7:low | 0 .. 1 | IVXB_MO |
| hl7:center | 0 .. 1 | MO |
| hl7:width | 0 .. 1 | PQ |
| hl7:high | 0 .. 1 | IVXB_MO |
Core Schematron Rules (CSR)
The following rules are defined in the base core schematrons (
errors,
warnings,
infos).
| Rule ID: IVL_MO
Extends Rule(s): SXCM_MO Constraints
|