have:HospitalStatus
The top level container element for reporting status of any number of hospitals. The EDXL-HAVE has no independent routing mechanism, so it requires a routing mechanism that is consistent with the EDXL-DE distribution types. It must contain one or more Hospital elements.
Element information
Namespace: urn:oasis:names:tc:emergency:EDXL:HAVE:1.0
Schema document: external/have/1.0/have.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- have:Hospital [1..*] The container element for reporting status of a hospital. Multiple Instances of the Hospital element MAY occur within the HospitalStatus container element.
Attributes
None
Used in
- Type edxl-have:HaveAdapterType (Element edxl-have:HaveAdapter)
Sample instance
<have:HospitalStatus> <have:Hospital> <have:Organization> <have:OrganizationInformation>... </have:OrganizationInformation> <have:OrganizationGeoLocation>... </have:OrganizationGeoLocation> <have:CommentText>string</have:CommentText> </have:Organization> <have:EmergencyDepartmentStatus> <have:EMSTraffic>... </have:EMSTraffic> <have:EMSCapacity>... </have:EMSCapacity> <have:EMSCensus>... </have:EMSCensus> <have:EMSAmbulanceStatus>... </have:EMSAmbulanceStatus> <have:EMSAirTransportStatus>... </have:EMSAirTransportStatus> <have:CommentText>string</have:CommentText> </have:EmergencyDepartmentStatus> <have:HospitalBedCapacityStatus> <have:BedCapacity>... </have:BedCapacity> </have:HospitalBedCapacityStatus> <have:ServiceCoverageStatus> <have:Burn>true</have:Burn> <have:CardiologyIndicator>... </have:CardiologyIndicator> <have:Dialysis>true</have:Dialysis> <have:EmergencyDepartment>true</have:EmergencyDepartment> <have:HyperbaricChamber>true</have:HyperbaricChamber> <have:InfectiousDisease>true</have:InfectiousDisease> <have:Neonatology>true</have:Neonatology> <have:NeurologyIndicator>... </have:NeurologyIndicator> <have:OBGYNIndicator>... </have:OBGYNIndicator> <have:Ophthalmology>true</have:Ophthalmology> <have:Orthopedic>true</have:Orthopedic> <have:Pediatrics>any content</have:Pediatrics> <have:PsychiatricIndicator>... </have:PsychiatricIndicator> <have:SurgeryIndicator>... </have:SurgeryIndicator> <have:TransportServicesIndicator>... </have:TransportServicesIndicator> <have:TraumaCenterServicesIndicator>... </have:TraumaCenterServicesIndicator> <have:CommentText>string</have:CommentText> </have:ServiceCoverageStatus> <have:HospitalFacilityStatus> <have:HospitalEOCStatus>Inactive</have:HospitalEOCStatus> <have:HospitalEOCPlan>Active</have:HospitalEOCPlan> <have:ClinicalStatus>Normal</have:ClinicalStatus> <have:DeconCapacity>... </have:DeconCapacity> <have:MorgueCapacity>... </have:MorgueCapacity> <have:FacilityStatus>Normal</have:FacilityStatus> <have:SecurityStatus>Normal</have:SecurityStatus> <have:Activity24Hr>... </have:Activity24Hr> <have:CommentText>string</have:CommentText> </have:HospitalFacilityStatus> <have:HospitalResourcesStatus> <have:Staffing>Adequate</have:Staffing> <have:FacilityOperations>Adequate</have:FacilityOperations> <have:ClinicalOperations>Adequate</have:ClinicalOperations> <have:ResourcesInformationText>any content</have:ResourcesInformationText> <have:CommentText>string</have:CommentText> </have:HospitalResourcesStatus> <have:LastUpdateTime>2000-01-01T12:00:00</have:LastUpdateTime> </have:Hospital> </have:HospitalStatus>