Package org.hl7.fhir

Class DeviceComponent

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

public class DeviceComponent 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 DeviceComponent complex type.

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

 <complexType name="DeviceComponent">
   <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="lastSystemChange" type="{http://hl7.org/fhir}instant"/>
         <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}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="parameterGroup" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="measurementPrinciple" type="{http://hl7.org/fhir}Measmnt-Principle" minOccurs="0"/>
         <element name="productionSpecification" type="{http://hl7.org/fhir}DeviceComponent.ProductionSpecification" maxOccurs="unbounded" minOccurs="0"/>
         <element name="languageCode" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>