Package org.hl7.fhir

Class DeviceComponentProductionSpecification

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.DeviceComponentProductionSpecification
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class DeviceComponentProductionSpecification extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Describes the characteristics, operational status and capabilities of a medical-related component of a medical device.

Java class for DeviceComponent.ProductionSpecification complex type.

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

 <complexType name="DeviceComponent.ProductionSpecification">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="specType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="componentId" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
         <element name="productionSpec" type="{http://hl7.org/fhir}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>