Difference between revisions of "DTr1 CD"

(Automated ADBot page content)
(Automated ADBot page content)
Line 28: Line 28:
 
The following rules are defined in the base core schematrons.
 
The following rules are defined in the base core schematrons.
 
{{ConstraintBox|Rule ID: '''CD'''
 
{{ConstraintBox|Rule ID: '''CD'''
Extends Rule(s): ANY  
+
Extends Rule(s): [[DTr1_ANY|ANY]]
  
 
Constraints
 
Constraints
Line 38: Line 38:
 
*{{Error}} dtr1-6-CD: no code if null
 
*{{Error}} dtr1-6-CD: no code if null
 
*{{Error}} dtr1-7-CD: no displayName if null
 
*{{Error}} dtr1-7-CD: no displayName if null
*{{Error}} dtr1-8-CD: no originalText on translations
+
*{{Error}} dtr1-10-CD: no null on translations (Exceptional values (NULL-values) can not be elements of a set.)
*{{Error}} dtr1-10-CD: no null on translations
 
 
*{{Error}} dtr1-11-CD: translation code requires codeSystem
 
*{{Error}} dtr1-11-CD: translation code requires codeSystem
 
*{{Error}} dtr1-12-CD: translation codeSystemName only if codeSystem
 
*{{Error}} dtr1-12-CD: translation codeSystemName only if codeSystem
Line 46: Line 45:
 
*{{Warning}} dtr1-15-CD: it looks like there are formatting instructions in attribute @displayName. Please note that this may lead to
 
*{{Warning}} dtr1-15-CD: it looks like there are formatting instructions in attribute @displayName. Please note that this may lead to
 
         interoperability problems.
 
         interoperability problems.
 +
*{{Error}} dtr1-17-CD: [RIM-001]  SHALL NOT have nullFlavor, if there are other  elements which are not null
 +
*{{Error}} dtr1-18-CD: [RIM-002]  (@code= @codeSystem=) SHALL be distinct
 +
*{{Info}} dtr1-19-CD: [RIM-002] translations SHALL be distinct
 +
*{{Error}} dtr1-20-CD: originalText/@language SHALL conform to RFC 3066. This usually has format sss?-CC with sss? for language code (ISO-639-1 / ISO-639-2) and optional CC for country code (conform ISO-3166 alpha-2)
 
}}
 
}}
 
==Additional Strict Schematron Rules SSR==
 
==Additional Strict Schematron Rules SSR==
 
The following rules are defined in the strict mode of core schematrons.
 
The following rules are defined in the strict mode of core schematrons.
 +
[[Category:DTr1]]

Revision as of 13:16, 20 February 2015

CD Concept Descriptor

Datatype Release 1: CD

Registered Attributes and Child Elements

@Attribute / Element Cardinality Datatype
@code   optional   cs
@codeSystem   optional   oid
@codeSystemName   optional   st
@codeSystemVersion   optional   st
@displayName   optional   st
@nullFlavor   optional   cs
hl7:originalText  0 .. 1  ED
hl7:qualifier  0 .. *  CR
hl7:translation  0 .. *  CD

Core Schematron Rules CSR

The following rules are defined in the base core schematrons.

Check-circle.svg {{{1}}}

Additional Strict Schematron Rules SSR

The following rules are defined in the strict mode of core schematrons.