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

Datatypes R2 Issue 73

From HL7Wiki
Jump to navigation Jump to search

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 the OTH

Links

Back to Data Types R2 issues