cda datatypes nblock voc common

Element : SC (XML Type: SC )


Package : datatypes

XML Type : SC

Comments : A ST that optionally may have a code attached. The text must always be present if a code is present. The code is often a local code.


Parent : ST


Name Type cardinality Comment
code
Attribute : code
String 0...1 The plain code symbol defined by the code system. For example, "784.0" is the code symbol of the ICD-9 code "784.0" for headache.
codeSystem
Attribute : codeSystem
String 0...1 Specifies the code system that defines the code.
codeSystemName
Attribute : codeSystemName
String 0...1 A common name of the coding system.
codeSystemVersion
Attribute : codeSystemVersion
String 0...1 If applicable, a version descriptor defined specifically for the given code system.
displayName
Attribute : displayName
String 0...1 A name or title for the code, under which the sending system shows the code value to its users.

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" mixed="true" name="SC">
      
<xs:annotation>
         
<xs:documentation>
            A ST that optionally may have a code attached.
            The text must always be present if a code is present. The
            code is often a local code.
         
</xs:documentation>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="ST">
            
<xs:attribute name="code" type="cs" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     The plain code symbol defined by the code system.
                     For example, "784.0" is the code symbol of the ICD-9
                     code "784.0" for headache.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
            
<xs:attribute name="codeSystem" type="uid" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     Specifies the code system that defines the code.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
            
<xs:attribute name="codeSystemName" type="st" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     A common name of the coding system.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
            
<xs:attribute name="codeSystemVersion" type="st" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     If applicable, a version descriptor defined
                     specifically for the given code system.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
            
<xs:attribute name="displayName" type="st" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     A name or title for the code, under which the sending
                     system shows the code value to its users.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>