Difference between revisions of "DTr1 SC"

(Automated ADBot page content)
(Automated ADBot page content)
Line 20: Line 20:
 
| @language ||  optional  || cs
 
| @language ||  optional  || cs
 
|-
 
|-
| @compressionDFGZZZL ||  optional  || cs
+
| @compression
 +
*DF
 +
*GZ
 +
*Z
 +
*ZL
 +
||  optional  || cs
 
|-
 
|-
 
| @integrityCheck ||  optional  || bin
 
| @integrityCheck ||  optional  || bin
 
|-
 
|-
| @integrityCheckAlgorithmSHA-1SHA-256 ||  optional  || cs
+
| @integrityCheckAlgorithm
 +
*SHA-1
 +
*SHA-256
 +
||  optional  || cs
 
|-
 
|-
| @representationB64TXT ||  optional  || cs
+
| @representation
 +
*B64
 +
*TXT
 +
||  optional  || cs
 
|-
 
|-
 
| @nullFlavor ||  optional  || cs
 
| @nullFlavor ||  optional  || cs

Revision as of 14:59, 20 February 2015

SC String with Codes

Datatype Release 1: SC

Registered Attributes and Child Elements

@Attribute / Element Cardinality Datatype
@code   optional   cs
@codeSystem   optional   oid
@codeSystemName   optional   st
@codeSystemVersion   optional   st
@displayName   optional   st
@mediaType   optional   cs
@language   optional   cs
@compression
  • DF
  • GZ
  • Z
  • ZL
  optional   cs
@integrityCheck   optional   bin
@integrityCheckAlgorithm
  • SHA-1
  • SHA-256
  optional   cs
@representation
  • B64
  • TXT
  optional   cs
@nullFlavor   optional   cs
hl7:reference  0 .. 1  TEL
hl7:thumbnail  0 .. 1  thumbnail

Core Schematron Rules CSR

The following rules are defined in the base core schematrons.

Check-circle.svg Rule ID: SC

Extends Rule(s): ST

Constraints

  • Alert.png dtr1-2-SC: code requires codeSystem
  • Alert.png dtr1-3-SC: codeSystemName only if codeSystem
  • Alert.png dtr1-4-SC: codeSystemVersion only if codeSystem
  • Alert.png dtr1-5-SC: displayName only if code
  • Alert.png dtr1-6-SC: no code if null
  • Alert.png dtr1-7-SC: no displayName if null

Additional Strict Schematron Rules SSR

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