This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Datatypes R2 Issue 73"

From HL7Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
    
 
    
  
Note that there is a problem with the relationship between OTH and multiple valueset specifications with templates that needs resolution with the OTH
+
Note that there is a problem with the relationship between OTH and multiple valueset specifications with templates that needs resolution with OTH
  
 
== Links ==
 
== Links ==
 
Back to [[Data Types R2 issues]]
 
Back to [[Data Types R2 issues]]

Revision as of 23:41, 10 January 2007

Data Types Issue 58: CD.valueSet

Introduction

for true traceability of what the constraint rules in force at the time data is instatiated, we need the value set ID. In addition, this is needed to properly support OTH.

? backward compatible to a limited degree.

Discussion

 type ConceptDescriptor alias CD specializes ANY {
           ST         code;
           ST         displayName;
           UID        codeSystem;
           ST         codeSystemName;
           ST         codeSystemVersion;
           ED         originalText;
           UID        valueSet;
           ST         valueSetVersion;
           LIST<CR>   qualifier;
           SET<CD>    translation;
           BL         equal(ANY x);
           BL         implies(CD x);
  demotion  ED;
 };
 

Note that there is a problem with the relationship between OTH and multiple valueset specifications with templates that needs resolution with OTH

Links

Back to Data Types R2 issues