em:SubCategoryBedCapacity
The container element for the subcategories of each bed type.
Element information
Namespace: http://niem.gov/niem/domains/emergencyManagement/2.0
Schema document: domains/emergencyManagement/2.0/emergencyManagement.xsd
Type: em:SubCategoryBedCapacityType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- em:CapacityStatusCode [0..*] Indicator of status of bed kind or sub-category bed kind.
- em:AvailableQuantity [0..*] The number of vacant/available beds to which patients can be immediately transported.
- em:BaselineQuantity [0..*] The maximum (baseline) number of beds in this category
- em:AdditionalCapacity24HrQuantity [0..*] Estimate of the beds, above the current number, that could be made vacant/available within 24 hours.
- em:AdditionalCapacity72HrQuantity [0..*] Estimate of the beds, above the current number, that could be made vacant/available within 72 hours.
- em:SubCategoryBedCategoryText [0..*] The name of the sub-category bed type
from type em:CapacityType
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:BedCapacityType (Element em:BedCapacity)
Sample instance
<em:SubCategoryBedCapacity> <em:CapacityStatusCode>NotAvailable</em:CapacityStatusCode> <em:AvailableQuantity>1.0</em:AvailableQuantity> <em:BaselineQuantity>1.0</em:BaselineQuantity> <em:AdditionalCapacity24HrQuantity>1.0</em:AdditionalCapacity24HrQuantity> <em:AdditionalCapacity72HrQuantity>1.0</em:AdditionalCapacity72HrQuantity> <em:SubCategoryBedCategoryText>string</em:SubCategoryBedCategoryText> </em:SubCategoryBedCapacity>