have:HospitalFacilityStatus
The status of operations for the organization.
Element information
Namespace: urn:oasis:names:tc:emergency:EDXL:HAVE:1.0
Schema document: external/have/1.0/have.xsd
Type: have:HospitalFacilityStatus
Properties: Local, Qualified
Content
- Sequence [1..1]
- have:HospitalEOCStatus [0..1] Whether the Hospital EOC is currently operating.
- have:HospitalEOCPlan [0..1] Whether the Hospital EOC has activated its Emergency Operations Plan (EOP).
- have:ClinicalStatus [0..1] The clinical status of the facility.
- have:DeconCapacity [0..1] The status of Decon Capacity
- have:MorgueCapacity [0..1] The status of the morgue capacity.
- have:FacilityStatus [0..1] The status of the facility.
- have:SecurityStatus [0..1] The status of security procedures in the hospital.
- have:Activity24Hr [0..1] The container element for reporting activities in the last 24 hours.
- have:CommentText [0..*] One or more comments
Attributes
None
Used in
- Anonymous type of element have:Hospital
Sample instance
<have:HospitalFacilityStatus> <have:HospitalEOCStatus>Inactive</have:HospitalEOCStatus> <have:HospitalEOCPlan>Active</have:HospitalEOCPlan> <have:ClinicalStatus>Normal</have:ClinicalStatus> <have:DeconCapacity> <have:DeconCapacityStatus>Inactive</have:DeconCapacityStatus> <have:AmbulatoryPatientsDeconCapacity>any content</have:AmbulatoryPatientsDeconCapacity> <have:NonAmbulatoryPatientsDeconCapacity>any content</have:NonAmbulatoryPatientsDeconCapacity> </have:DeconCapacity> <have:MorgueCapacity> <have:MorgueCapacityStatus>Open</have:MorgueCapacityStatus> <have:MorgueCapacityUnits>1</have:MorgueCapacityUnits> </have:MorgueCapacity> <have:FacilityStatus>Normal</have:FacilityStatus> <have:SecurityStatus>Normal</have:SecurityStatus> <have:Activity24Hr> <have:Admissions>any content</have:Admissions> <have:Discharges>any content</have:Discharges> <have:Deaths>any content</have:Deaths> </have:Activity24Hr> <have:CommentText>string</have:CommentText> </have:HospitalFacilityStatus>