Package org.hl7.fhir

Class DeviceMetric

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class DeviceMetric extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for DeviceMetric complex type.

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

 <complexType name="DeviceMetric">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier"/>
         <element name="unit" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="source" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="parent" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="operationalStatus" type="{http://hl7.org/fhir}DeviceMetricOperationalStatus" minOccurs="0"/>
         <element name="color" type="{http://hl7.org/fhir}DeviceMetricColor" minOccurs="0"/>
         <element name="category" type="{http://hl7.org/fhir}DeviceMetricCategory"/>
         <element name="measurementPeriod" type="{http://hl7.org/fhir}Timing" minOccurs="0"/>
         <element name="calibration" type="{http://hl7.org/fhir}DeviceMetric.Calibration" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>