cda datatypes nblock voc common

Element : PQR (XML Type: PQR )


Package : datatypes

XML Type : PQR

Comments : A representation of a physical quantity in a unit from any code system. Used to show alternative representation for a physical quantity.


Parent : CV


Name Type cardinality Comment
value
Attribute : value
Double 0...1 The magnitude of the measurement value in terms of the unit specified in the code.

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PQR">
      
<xs:annotation>
         
<xs:documentation>
            A representation of a physical quantity in a unit from
            any code system. Used to show alternative representation
            for a physical quantity.
         
</xs:documentation>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="CV">
            
<xs:attribute name="value" type="real" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     The magnitude of the measurement value in terms of
                     the unit specified in the code.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>