OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

emergency message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [emergency] Groups - Resource Messaging special session added


Hi Renato,
Sukumar distributed the document to a select few who have been close to
HAVE for review prior to posting on the site.  Attached is that draft.
Thanks,
Tim
>
>
> On 9 Aug 2006, at 03:52, tgrapes@evotecinc.com wrote:
>
>> Please review HAVE draft prior to this meeting
>>
>> Agenda:
>> 1. Discuss specific questions or issues with HAVE draft distributed
>> by Sukumar on 8/4/06 (30 min.)
>
> I can't seem to find the "4 Aug 06" version of HAVE on the OASIS
> site ???
>
>
> Cheers...  Renato Iannella
> National ICT Australia (NICTA)
>
>
>
> --------------------------------------------------------------------------
> This email and any attachments may be confidential. They may contain
> legally
> privileged information or copyright material. You should not read, copy,
> use or disclose them without authorisation. If you are not an intended
> recipient, please contact us at once by return email and then delete both
> messages. We do not accept liability in connection with computer virus,
> data corruption, delay, interruption, unauthorised access or unauthorised
> amendment. This notice should not be removed.
>

EDXL_HAVE_v1.doc

<?xml version="1.0"?>
<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by Sukumar Dwarkanath (private) -->
<xs:schema xmlns:gml="http://www.opengis.net/gml"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:rs="urn:oasis:names:tc:emergency:EDXL:HAVE:1.0" targetNamespace="urn:oasis:names:tc:emergency:EDXL:HAVE:1.0" elementFormDefault="unqualified" attributeFormDefault="unqualified">
	<xs:complexType name="Point">
		<xs:sequence>
			<xs:element name="Pos">
				<xs:complexType/>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="HospitalStatus">
		<xs:annotation>
			<xs:documentation>The top level container element for reporting status of any number of hospitals.  </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Hospital" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>The container element for reporting status of a hospital. </xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="OrganizationInformation" type="rs:OrganizationInformation">
								<xs:annotation>
									<xs:documentation>These fields specify information about the organization such as a unique Id, name, type, and location.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="EmergencyDepartmentStatus" type="rs:EmergencyDepartmentStatus" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Report on the emergency department status for the organization.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HospitalBedCapacityStatus" type="rs:HospitalBedCapacityStatus" minOccurs="0">
								<xs:annotation>
									<xs:documentation>The hospital bed capacity for the organization.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ServiceCoverageStatus" type="rs:ServiceCoverageStatus" minOccurs="0">
								<xs:annotation>
									<xs:documentation>The physician service coverage status for the organization.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HospitalFacilityStatus" type="rs:HospitalFacilityStatus" minOccurs="0">
								<xs:annotation>
									<xs:documentation>The status of operations for the organization.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HospitalResourcesStatus" type="rs:HospitalResourceStatus" minOccurs="0">
								<xs:annotation>
									<xs:documentation>The status of resources for the organization.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="LastUpdateTime" type="xs:dateTime">
								<xs:annotation>
									<xs:documentation>The last time the information was updated.</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="OrganizationInformation">
		<xs:annotation>
			<xs:documentation>The container element for organization information elements. </xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="OrganizationID" type="xs:string">
				<xs:annotation>
					<xs:documentation>An identifier of an organization based on the type of organization it is. In this case, it is used to specify the identifier for the healthcare organization. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OrganizationIDProviderName" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The name of the provider that has provided the identification scheme. This could also be the name a particular identification list. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OrganizationName" type="xs:string">
				<xs:annotation>
					<xs:documentation>The name of the organization.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OrganizationTypeText" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The general functional type of the organization. Example: Hospital, Nursing Center etc.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OrganizationLocation" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The container element for the specifying the location of the organization. </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="StreetFullText" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A complete street reference. For example, 123 Main Street NW.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="LocationCityName" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A name of a city or town.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="LocationCountryName" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A name of a country</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="LocationStateName" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A name of a state, commonwealth, province, or other subregion of a country.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="LocationPostalCodeId" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A zip code or postal code.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="LocationCountyName" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A name of a county, parish, or vicinage.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="OrganizationGeoLocation" type="rs:Point" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The container element for specifying the geo-coded address. </xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element ref="rs:CommentText" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="EmergencyDepartmentStatus">
		<xs:annotation>
			<xs:documentation> The container of all of the elements related to the emergency department status. It describes the ability of this emergency department to treat patients.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="EMSTraffic" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Ability of this emergency department to receive patients via emergency medical services.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="EMSTrafficStatus" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Identifies the status of EMS traffic operations</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:enumeration value="Normal">
										<xs:annotation>
											<xs:documentation>Accepting all EMS traffic.</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="Advisory">
										<xs:annotation>
											<xs:documentation>Experiencing specific resource limitations which may affect transport of some EMS traffic.</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="Closed">
										<xs:annotation>
											<xs:documentation>Requesting re-route of EMS traffic to other facilities.</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="N/A">
										<xs:annotation>
											<xs:documentation>Not Applicable. This hospital does not have an emergency department.</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
						<xs:element name="EMSTrafficReason" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation>It is used to report the contributing factor to an EMSTraffic Status.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element ref="rs:CommentText" minOccurs="0"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="EMSCapacity" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The number of each triage patient type the hospital can accept.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="rs:TriageCount">
							<xs:sequence>
								<xs:element ref="rs:CommentText" minOccurs="0"/>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="EMSCensus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The number of each triage patient type the hospital currently has.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="rs:TriageCount">
							<xs:sequence>
								<xs:element ref="rs:CommentText" minOccurs="0"/>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="EMSOffloadAmbulance" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The container element to indicate the status and offload time for ambulance capabilities.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="rs:Offload">
							<xs:sequence>
								<xs:element ref="rs:CommentText" minOccurs="0"/>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="EMSOffloadAirTransport" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The container element to indicate the status and offload time for air transport capabilities. </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="rs:Offload">
							<xs:sequence>
								<xs:element name="CommentText" minOccurs="0"/>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="HospitalBedCapacityStatus">
		<xs:annotation>
			<xs:documentation>Specify status, availability, baseline and capacity counts for each of the bed types.  The data is structured so that for each of the bed types (adultICU, medicalSurgical, etc.) a provider may optionally specifya collection of named sub-categories.  The totals of sub-categories should equal the capacity data specified in the parent.  For example, a hospital may sub-categorize Adult ICU beds into Surgery, Cardiac, General and Neuro.  </xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="BedCapacity" maxOccurs="unbounded">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Bed" block="restriction" minOccurs="0" maxOccurs="unbounded">
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:enumeration value="AdultICU"/>
									<xs:enumeration value="MeidcalSurgical"/>
									<xs:enumeration value="Burn"/>
									<xs:enumeration value="PediatricICU"/>
									<xs:enumeration value="Pediatrics"/>
									<xs:enumeration value="Psychiatric"/>
									<xs:enumeration value="NegativeFlowIsolation"/>
									<xs:enumeration value="OtherIsolation"/>
									<xs:enumeration value="OperatingRooms"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
						<xs:element name="SubCategoryBed" block="extension" minOccurs="0" maxOccurs="unbounded"/>
						<xs:element name="Capacity" type="rs:Capacity" minOccurs="0"/>
						<xs:element ref="rs:CommentText" minOccurs="0" maxOccurs="unbounded"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ServiceCoverageStatus">
		<xs:annotation>
			<xs:documentation>Container element of all the elements of service coverage. This includes both the necessary staff and facilities.  Indicator of the availability of specialty service coverage.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Burn" type="rs:AvailabilityStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of Burn center services. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Cardiology" type="rs:AvailabilityStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of Cardiology services. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="InfectiousDisease" type="rs:AvailabilityStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of Infectious Diseases. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Neonatology" type="rs:AvailabilityStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of Neonatology services.  </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Neurology" type="rs:AvailabilityStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of Neurology services. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Orthopedic" type="rs:AvailabilityStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of Orthopedic services.  </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OBGYN" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of OBGYN services. </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="OBGYN" type="rs:AvailabilityStatus" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The Sub-type element of the OBGYN services.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="LaborDelivery" type="rs:AvailabilityStatus" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Sub-type element of the OBGYN Services. Availability of Labor Delivery services. </xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Psychiatric" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of psychiatric services. </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Pediatric" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Availability of Adult General Psychiatric services. </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="AdultGeneral" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Availability of Pediatric Psychiatric services. </xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Surgery" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The availability of general surgery services.   </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="General" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of general surgical services.  </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="AdultGeneralSugery" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of adult general services.  </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Pediatrics" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of Pediatrics general surgical services. </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Orthopedics" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of Orthopedic surgical services.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Neurosurgery" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of Neurosurgery services. </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Facial" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of facial surgical services. </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="CardioThoracic" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of cardiothoracic surgical services.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Hand" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of hand surgery services.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Reimplantation" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of reimplantation surgical services.  </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Spinal" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of spinal surgical services.  </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Vascular" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of vascular surgical services. </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Anesthesia" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The availability of anesthesia services. </xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element ref="rs:CommentText" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="AvailabilityStatus">
		<xs:annotation>
			<xs:documentation>Top level simple schema type defining enumeration ofavailability status.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="Available"/>
			<xs:enumeration value="NotAvailable"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="HospitalFacilityStatus">
		<xs:annotation>
			<xs:documentation>The container of all of the elements related to the status of the facility.  </xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="EOCStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Whether the EOC is currently operating.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Active"/>
						<xs:enumeration value="Inactive"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="EOCPlan" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Whether the EOC has activated its Emergency Operations Plan (EOP).</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Active"/>
						<xs:enumeration value="Inactive"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="ClinicalStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The cliniical status of the facility. </xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Normal">
							<xs:annotation>
								<xs:documentation>Hospital clinical resources are operating within normal conditions.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Level-1">
							<xs:annotation>
								<xs:documentation>Hospital clinical resources are operating at Level-1 surge conditions.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Level-2">
							<xs:annotation>
								<xs:documentation>Hospital clinical resources are operating at Level-2 surge conditions.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Full">
							<xs:annotation>
								<xs:documentation>Hospital clinical resources are exceeded and acceptable care cannot be
                                provided to additional patients. Diversion or community surge response is required.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="DeconCapacity" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The capacity for chemical/biological/radiological patient decontamination.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Inactive">
							<xs:annotation>
								<xs:documentation>Not being used, but available if needed.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Open">
							<xs:annotation>
								<xs:documentation>In use and able to accept additional patients.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Full">
							<xs:annotation>
								<xs:documentation>In use at maximum capacity.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Exceeded">
							<xs:annotation>
								<xs:documentation>Storage needs exceed available space.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="MorgueCapacity" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The status of the morgue capacity. </xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Open">
							<xs:annotation>
								<xs:documentation>Space is available.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Full">
							<xs:annotation>
								<xs:documentation>All normal space is in use.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Exceeded">
							<xs:annotation>
								<xs:documentation>Storage needs exceed available space.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="FacilityStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The status of the facility.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Normal">
							<xs:annotation>
								<xs:documentation>No conditions exist that adversely affect
                                the general operations of the facility.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Compromised">
							<xs:annotation>
								<xs:documentation>General operations of the facility have been
                                affected due to damage, operating on emergency backup systems,
                                or facility contamination.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Evacuating">
							<xs:annotation>
								<xs:documentation>Indicates that a hospital is in the process
                                of a partial or full evacuation.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Closed">
							<xs:annotation>
								<xs:documentation>Indicates that a hospital is no longer capable
                                of providing services and only emergency services/restoration
                                personnel remain in the facility.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="SecurityStatus" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The status of security procedures in the hospital.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Normal">
							<xs:annotation>
								<xs:documentation>The hospital is operating under routine security
                                procedures.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Elevated">
							<xs:annotation>
								<xs:documentation>The hospital has activated increased security
                                procedures (awareness, surveillance) due to a potential threat,
                                or specific security related event i.e. increase in local threat
                                level, VIP, bomb threat.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="RestrictedAccess">
							<xs:annotation>
								<xs:documentation>Based on security needs, the hospital has
                                activated procedures to allow access to the facility through
                                a reduced number of controlled entrances.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Lockdown">
							<xs:annotation>
								<xs:documentation>Based on security needs, the hospital has
                                activated procedures to control entry to the facility to
                                authorized persons only.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Quarantine">
							<xs:annotation>
								<xs:documentation>Based on a public health emergency, the
                                entry and exit of the facility is controlled by public
                                health officials.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="Activity24Hr" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The container element for reporting activities in the last 24 hours.  </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Admissions" minOccurs="0"/>
						<xs:element name="Discharges" minOccurs="0"/>
						<xs:element name="Deaths" minOccurs="0"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element ref="rs:CommentText" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="HospitalResourceStatus">
		<xs:annotation>
			<xs:documentation>The container for all the elements related to the operations of the facility.  </xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Staffing" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The status of staffing.  </xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Adequate">
							<xs:annotation>
								<xs:documentation>Meets the current needs.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Insufficient">
							<xs:annotation>
								<xs:documentation>Current needs not being met.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="FacilityOperations" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The status of supplies necessary for facility operations.  </xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Adequate">
							<xs:annotation>
								<xs:documentation>Meets the current needs.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Insufficient">
							<xs:annotation>
								<xs:documentation>Current needs not being met.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="ClinicalOperations" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The status of supplies necessary for clinical operations. </xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Adequate">
							<xs:annotation>
								<xs:documentation>Meets the current needs.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Insufficient">
							<xs:annotation>
								<xs:documentation>Current needs not being met.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element ref="rs:CommentText" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TriageCount">
		<xs:annotation>
			<xs:documentation>The number of each triage patient type the overall hospital currently has.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TriageRed" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Number of victims with immediate needs.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TriageYellow" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Number of victims with delayed needs.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TriageGreen" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Number of victims with minor needs.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TriageBlack" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Number of deceased victims.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Capacity">
		<xs:annotation>
			<xs:documentation>Top level complex schema type defining bed capacity counts
            given a specific type of bed.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Status" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Whether any beds are available.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Vacant/Available"/>
						<xs:enumeration value="NotAvailable"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="AvailableCount" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The number of vacant/available beds to which patients can be immediately transported.  These must include supporting space, equipment, medical material, ancillary and support services and staff to operate under normal circumstances. These beds are licensed, physically available and have staff on hand to attend to the patient who occupies the bed.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="BaselineCount" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The maximum (baseline) number of beds in this category.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AdditionalCapacityCount24Hr" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Estimate how many beds above the current number could be made vacant/available within 24 hours. This includes institutional surge beds as well as beds made available by discharging/transferring patients.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AdditionalCapacityCount72Hr" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Estimate how many beds above the current number could be made vacant/available within 72 hours. This includes institutional surge beds as well as beds made available by discharging/transferring patients.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CommentText" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Offload">
		<xs:sequence>
			<xs:annotation>
				<xs:documentation>The time it takes to transfer care of a patient to hospital staff, thereby freeing the transport for assignment. Select from Normal or Delayed and/or specify the average offload average offload time in minutes. 
</xs:documentation>
			</xs:annotation>
			<xs:element name="EMSOffloadStatus" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="Normal">
							<xs:annotation>
								<xs:documentation>The time required to offload a patient is typical.</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="Delayed">
							<xs:annotation>
								<xs:documentation>The time required to offload a patient is longer than typical. </xs:documentation>
							</xs:annotation>
						</xs:enumeration>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="EMSOffloadMinutes" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Average offload time in minutes.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="OrganizationGeoLocationType">
		<xs:sequence>
			<xs:element name="Point" type="rs:Point"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="CommentText"/>
</xs:schema>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]