em:HospitalFacilityStatus
The container of all of the elements related to the status of the facility
Element information
Namespace: http://niem.gov/niem/domains/emergencyManagement/2.0
Schema document: domains/emergencyManagement/2.0/emergencyManagement.xsd
Type: em:HospitalFacilityStatusType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- em:FacilityStatusCode [0..*] Indicator of the status of the facility status.
- em:EOCStatusCode [0..*] Whether the Emergency Operations Center (EOC) is currently operating.
- em:EOCStatusCommentText [0..*] One or more comments
- em:EOCPlanCode [0..*] Whether the hospital has activated its Emergency Operations Plan (EOP)
- em:EOCPlanCommentText [0..*] One or more comments
- em:ClinicalStatusCode [0..*] Indicator of the clinical status of the facility.
- em:ClinicalStatusCommentText [0..*] One or more comments
- em:DeconCapacityCode [0..*] The capacity for chemical/biological/radiological patient decontamination.
- em:DeconCapacityCommentText [0..*] One or more comments
- em:MorgueCapacityCommentText [0..*] One or more comments
- em:FacilityStatusCommentText [0..*] One or more comments
- em:SecurityStatusCommentText [0..*] One or more comments
- em:SecurityStatusCode [0..*] Indicator of the status of security procedures in the hospital.
- em:MorgueCapacityCode [0..*] Indicator of the status of the morgue capacity.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type em:HospitalType (Element em:Hospital)
Sample instance
<em:HospitalFacilityStatus> <em:FacilityStatusCode>Closed</em:FacilityStatusCode> <em:EOCStatusCode>Active</em:EOCStatusCode> <em:EOCStatusCommentText>string</em:EOCStatusCommentText> <em:EOCPlanCode>Active</em:EOCPlanCode> <em:EOCPlanCommentText>string</em:EOCPlanCommentText> <em:ClinicalStatusCode>Full</em:ClinicalStatusCode> <em:ClinicalStatusCommentText>string</em:ClinicalStatusCommentText> <em:DeconCapacityCode>Exceeded</em:DeconCapacityCode> <em:DeconCapacityCommentText>string</em:DeconCapacityCommentText> <em:MorgueCapacityCommentText>string</em:MorgueCapacityCommentText> <em:FacilityStatusCommentText>string</em:FacilityStatusCommentText> <em:SecurityStatusCommentText>string</em:SecurityStatusCommentText> <em:SecurityStatusCode>Elevated</em:SecurityStatusCode> <em:MorgueCapacityCode>Exceeded</em:MorgueCapacityCode> </em:HospitalFacilityStatus>