Class NeonatalPatientDemographicsCoreData

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class NeonatalPatientDemographicsCoreData
    extends PatientDemographicsCoreData
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    NeonatalPatientDemographicsCoreData constitutes patient demographics for neonates.

    Java class for NeonatalPatientDemographicsCoreData complex type.

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

     <complexType name="NeonatalPatientDemographicsCoreData">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PatientDemographicsCoreData">
           <sequence>
             <element name="GestationalAge" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
             <element name="BirthLength" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
             <element name="BirthWeight" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
             <element name="HeadCircumference" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
             <element name="Mother" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PersonReference" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>