/******************************************************************************* * Open Behavioral Health Information Technology Architecture (OBHITA.org) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * Neither the name of the <organization> nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ******************************************************************************/ // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.10.18 at 11:05:26 AM EDT // package gov.samhsa.consent2share.c32.dto; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; // TODO: Auto-generated Javadoc /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="header"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="documentID" type="{urn:hl7-org:v3}ii"/> * <element name="title" type="{http://www.w3.org/2001/XMLSchema}anyType"/> * <element name="version" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="number" type="{http://www.w3.org/2001/XMLSchema}anyType"/> * <element name="setID" type="{urn:hl7-org:v3}ii" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="confidentiality" type="{urn:hl7-org:v3}cd"/> * <element name="documentTimestamp" type="{urn:hl7-org:v3}ts"/> * <element name="personalInformation"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="patientInformation"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="personID" type="{urn:hl7-org:v3}ii"/> * <element name="personAddress" type="{urn:hl7-org:v3}addr" maxOccurs="unbounded"/> * <element name="personPhone" type="{urn:hl7-org:v3}tele" maxOccurs="unbounded"/> * <element name="personInformation" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="personName" type="{urn:hl7-org:v3}pnm" maxOccurs="unbounded"/> * <element name="gender" type="{urn:hl7-org:v3}cd"/> * <element name="personDateOfBirth" type="{urn:hl7-org:v3}ts"/> * <element name="maritalStatus" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element name="religiousAffiliation" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="race" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element name="ethnicity" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="birthPlace" minOccurs="0"> * <complexType> * <complexContent> * <extension base="{urn:hl7-org:v3}addr"> * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * </extension> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="languagesSpoken" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="languageSpoken" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="languageCode" type="{urn:hl7-org:v3}cs"/> * <element name="modeCode" type="{urn:hl7-org:v3}ce" minOccurs="0"/> * <element name="preferenceInd" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="nullFlavor" type="{urn:hl7-org:v3}nullFlavorType" /> * <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="supports" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="support" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="date" type="{urn:hl7-org:v3}ivlTs"/> * <choice> * <element name="guardian" type="{urn:hl7-org:v3}contactType"/> * <element name="contact" type="{urn:hl7-org:v3}contactType" maxOccurs="unbounded"/> * </choice> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="custodian"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="custodianID" type="{urn:hl7-org:v3}ii" maxOccurs="unbounded"/> * <element name="custodianName" type="{urn:hl7-org:v3}onm" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="healthcareProviders" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="careProvisionDateRange" type="{urn:hl7-org:v3}ivlTs"/> * <element name="healthcareProvider" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="role" type="{urn:hl7-org:v3}cd"/> * <element name="dateRange" type="{urn:hl7-org:v3}ivlTs"/> * <element name="providerEntity" type="{urn:hl7-org:v3}providerInformation"/> * <element name="patientID" type="{urn:hl7-org:v3}ii" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element ref="{urn:hl7-org:v3}informationSource"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="body"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element ref="{urn:hl7-org:v3}results" minOccurs="0"/> * <element name="encounters" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="encounter" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="encounterID" type="{urn:hl7-org:v3}ii" maxOccurs="unbounded"/> * <element name="encounterType" minOccurs="0"> * <complexType> * <complexContent> * <extension base="{urn:hl7-org:v3}cd"> * </extension> * </complexContent> * </complexType> * </element> * <element name="encounterDateTime" type="{urn:hl7-org:v3}ivlTs"/> * <element name="dischargeDisposition" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> * <element name="admissionType" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="encounterProvider" type="{urn:hl7-org:v3}providerInformation" maxOccurs="unbounded" minOccurs="0"/> * <element name="facilityLocation" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="locationDuration" type="{urn:hl7-org:v3}ivlTs"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="reasonForVisit" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="reason" type="{urn:hl7-org:v3}cd"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="medications" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="medication" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="indicateMedicationStopped" type="{urn:hl7-org:v3}ts" minOccurs="0"/> * <element name="medicationDateRange" type="{urn:hl7-org:v3}ivlTs" minOccurs="0"/> * <element name="admissionTiming" type="{urn:hl7-org:v3}pivlTs" maxOccurs="unbounded" minOccurs="0"/> * <element name="route" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="dose" type="{urn:hl7-org:v3}pq" minOccurs="0"/> * <element name="site" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element name="doseRestriction" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="numerator" type="{urn:hl7-org:v3}pq"/> * <element name="denominator" type="{urn:hl7-org:v3}pq"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="productForm" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="deliveryMethod" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element name="medicationInformation" type="{urn:hl7-org:v3}medicationInformation" maxOccurs="unbounded"/> * <element name="typeOfMedication" minOccurs="0"> * <complexType> * <complexContent> * <extension base="{urn:hl7-org:v3}cd"> * </extension> * </complexContent> * </complexType> * </element> * <element name="statusOfMedication" minOccurs="0"> * <complexType> * <complexContent> * <extension base="{urn:hl7-org:v3}cd"> * <attribute name="valueType" type="{urn:hl7-org:v3}valueType" /> * <attribute name="status" type="{urn:hl7-org:v3}statusType" /> * </extension> * </complexContent> * </complexType> * </element> * <element name="indication" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <extension base="{urn:hl7-org:v3}cd"> * <attribute name="status" type="{urn:hl7-org:v3}statusType" /> * <attribute name="freeTextRef" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * </extension> * </complexContent> * </complexType> * </element> * <element name="frequency" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> * <element name="patientInstructions" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> * <element name="reaction" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="vehicle" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <extension base="{urn:hl7-org:v3}cd"> * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * </extension> * </complexContent> * </complexType> * </element> * <element name="doseIndicator" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> * <element name="orderInformation" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="orderNumber" type="{urn:hl7-org:v3}ii" minOccurs="0"/> * <element name="fills" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * </restriction> * </complexContent> * </complexType> * </element> * <element name="quantityOrdered" type="{urn:hl7-org:v3}pq" minOccurs="0"/> * <element name="orderExpirationDateTime" type="{urn:hl7-org:v3}ts" minOccurs="0"/> * <element name="orderDateTime" type="{urn:hl7-org:v3}ivlTs" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="fulfillmentInstructions" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> * <element name="fulfillmentHistory" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="prescriptionNumber" type="{urn:hl7-org:v3}ii" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}provider" minOccurs="0"/> * <element name="dispensingPharmacyLocation" type="{urn:hl7-org:v3}addr" minOccurs="0"/> * <element name="dispenseDate" type="{urn:hl7-org:v3}ivlTs" minOccurs="0"/> * <element name="quantityDispensed" type="{urn:hl7-org:v3}pq" minOccurs="0"/> * <element name="fillNumber" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * <attribute name="nullFlavor" type="{urn:hl7-org:v3}nullFlavorType" /> * </restriction> * </complexContent> * </complexType> * </element> * <element name="fillStatus" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="value" type="{urn:hl7-org:v3}statusType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="immunizations" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="immunization" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="administeredDate" type="{urn:hl7-org:v3}ts" minOccurs="0"/> * <element name="medicationSeriesNumber" type="{urn:hl7-org:v3}pq" minOccurs="0"/> * <element name="route" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="reaction" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element name="immunizationProvider" type="{urn:hl7-org:v3}providerInformation" maxOccurs="unbounded" minOccurs="0"/> * <element name="medicationInformation" type="{urn:hl7-org:v3}medicationInformation" maxOccurs="unbounded"/> * <element name="refusalReason" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="statusOfImmunization" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="refusalInd" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="allergies" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="allergy" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="adverseEventType" type="{urn:hl7-org:v3}cd"/> * <element name="adverseEventDate" type="{urn:hl7-org:v3}ivlTs" minOccurs="0"/> * <element name="product" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element name="reaction" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element name="severity" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element name="allergyStatus" type="{urn:hl7-org:v3}cd" maxOccurs="unbounded" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="vitalSigns" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="vitalSign" type="{urn:hl7-org:v3}result" maxOccurs="unbounded"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="advanceDirectives" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="advanceDirective" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="type"> * <complexType> * <complexContent> * <restriction base="{urn:hl7-org:v3}cd"> * <sequence> * <element name="originalText" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="0" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}qualifier" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="value" type="{urn:hl7-org:v3}cd"/> * <element name="effectiveDate" type="{urn:hl7-org:v3}ivlTs"/> * <element name="status" type="{urn:hl7-org:v3}ce"/> * <element name="documentCustodian" type="{urn:hl7-org:v3}organizationInformation"/> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="procedures" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="procedure" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="procedureID" type="{urn:hl7-org:v3}ii" maxOccurs="unbounded"/> * <element name="procedureType" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{urn:hl7-org:v3}cd"> * <sequence> * <element name="originalText" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="0" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}qualifier" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="procedureFreeTextType" type="{http://www.w3.org/2001/XMLSchema}string"/> * <element name="procedureDateTime" type="{urn:hl7-org:v3}ivlTs" minOccurs="0"/> * <element name="bodySite" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="procedureProvider" type="{urn:hl7-org:v3}providerInformation" maxOccurs="unbounded" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="insuranceProviders" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="insuranceProvider" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="resultID" type="{urn:hl7-org:v3}ii"/> * <element name="healthInsuranceType" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="payer" type="{urn:hl7-org:v3}organizationInformation"/> * <element name="memberInformation"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="healthPlanCoverageDates" type="{urn:hl7-org:v3}ivlTs" minOccurs="0"/> * <element name="memberID" type="{urn:hl7-org:v3}ii" minOccurs="0"/> * <element name="patientRelationshipToSubscriber" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="patientAddress" type="{urn:hl7-org:v3}addr" maxOccurs="unbounded" minOccurs="0"/> * <element name="patientPhone" type="{urn:hl7-org:v3}tele" maxOccurs="unbounded" minOccurs="0"/> * <element name="patientName" type="{urn:hl7-org:v3}pnm"/> * <element name="patientDateOfBirth" type="{urn:hl7-org:v3}ts"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="financialResponsibilityPartyType" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="subscriberInformation" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="subscriberID" type="{urn:hl7-org:v3}ii"/> * <element name="subscriberAddress" type="{urn:hl7-org:v3}addr"/> * <element name="subscriberPhone" type="{urn:hl7-org:v3}tele" maxOccurs="unbounded" minOccurs="0"/> * <element name="subscriberName" type="{urn:hl7-org:v3}pnm"/> * <element name="subscriberDateOfBirth" type="{urn:hl7-org:v3}ts"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="guarantorInformation" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="responsibilityEffectiveDate" type="{urn:hl7-org:v3}ivlTs" minOccurs="0"/> * <element name="partyAddress" type="{urn:hl7-org:v3}addr" maxOccurs="unbounded" minOccurs="0"/> * <element name="partyPhone" type="{urn:hl7-org:v3}tele" maxOccurs="unbounded" minOccurs="0"/> * <element name="partyName" type="{urn:hl7-org:v3}pnm" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="healthPlanName" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="pregnancies" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="pregnancy" maxOccurs="unbounded"> * <complexType> * <complexContent> * <extension base="{urn:hl7-org:v3}cd"> * <sequence> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </extension> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="conditions" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="condition" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="diagnosisPriority" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> * <element name="problemDate" type="{urn:hl7-org:v3}ivlTs" minOccurs="0"/> * <element name="problemType" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="problemName" type="{http://www.w3.org/2001/XMLSchema}anyType"/> * <element name="problemCode" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="treatingProvider" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="treatingProviderID" type="{urn:hl7-org:v3}ii" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="ageAtOnset" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> * <element name="causeOfDeath" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="problemCode" type="{urn:hl7-org:v3}cd" minOccurs="0"/> * <element name="timeOfDeath" type="{urn:hl7-org:v3}ts" minOccurs="0"/> * <element name="ageAtDeath" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="problemStatus" type="{urn:hl7-org:v3}ce" minOccurs="0"/> * <element ref="{urn:hl7-org:v3}comment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="planOfCare" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <choice maxOccurs="unbounded"> * <element name="plannedObservation" type="{urn:hl7-org:v3}plannedEvent"/> * <element name="plannedProcedure" type="{urn:hl7-org:v3}plannedEvent"/> * <element name="plannedAct" type="{urn:hl7-org:v3}plannedEvent"/> * </choice> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * <element name="socialHistory" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="text" type="{urn:hl7-org:v3}textType" minOccurs="0"/> * <element name="socialHistoryEntry" type="{urn:hl7-org:v3}socialHistoryEntry" maxOccurs="unbounded"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "header", "body" }) @XmlRootElement(name = "greenCCD") public class GreenCCD { /** The header. */ @XmlElement(required = true) protected Header header; /** The body. */ @XmlElement(required = true) protected Body body; /** * Gets the value of the header property. * * @return the header * possible object is * {@link Header } */ public Header getHeader() { return header; } /** * Sets the value of the header property. * * @param value * allowed object is * {@link Header } * */ public void setHeader(Header value) { this.header = value; } /** * Gets the value of the body property. * * @return the body * possible object is * {@link Body } */ public Body getBody() { return body; } /** * Sets the value of the body property. * * @param value * allowed object is * {@link Body } * */ public void setBody(Body value) { this.body = value; } }