Is interval of proportions a legal data type? If so, which is the correct 
syntax?

ELEMENT[at0004] occurrences matches {0..1} matches {     -- Proportion of 
normal daily intake
value matches {
          DV_PROPORTION matches {*}
           DV_INTERVAL<DV_PROPORTION> matches {
                upper matches {
                      DV_PROPORTION matches {*}
                }
                lower matches {
                      DV_PROPORTION matches {*}
                }
           }
     }
}

... or ...

ELEMENT[at0004] occurrences matches {0..1} matches {     -- Proportion of 
normal daily intake
     value matches {
           DV_PROPORTION matches {*}
           DV_INTERVAL<DV_PROPORTION> matches {
                upper matches {*}
                lower matches {*}
          }
     }
}

... or none of the above?


Kind regards,
Silje Ljosland Bakke

Information Architect, RN
Coordinator, National Editorial Board for Archetypes
National ICT Norway
Tel. +47 40203298
Web: http://arketyper.no<http://arketyper.no/> / Twitter: 
@arketyper_no<https://twitter.com/arketyper_no>

_______________________________________________
openEHR-clinical mailing list
openEHR-clinical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-clinical_lists.openehr.org

Reply via email to