Package org.hl7.v3

Class PQR


public class PQR extends CV
A representation of a physical quantity in a unit from any code system. Used to show alternative representation for a physical quantity.

Java class for PQR complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PQR">
   <complexContent>
     <extension base="{urn:hl7-org:v3}CV">
       <attribute name="value" type="{urn:hl7-org:v3}real" />
     </extension>
   </complexContent>
 </complexType>