em:SubCategoryBedCapacity
A name for the container element for the subcategories of each bed type.
Element information
Namespace: http://release.niem.gov/niem/domains/emergencyManagement/3.1/
Schema document: domains/emergencyManagement/3.1/emergencyManagement.xsd
Type: em:SubCategoryBedCapacityType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- em:CapacityStatusCode [0..*]A status describing bed kind or sub-category bed kind.
- em:AvailableQuantity [0..*]A count of the vacant/available beds to which patients can be immediately transported.
- em:BaselineQuantity [0..*]A count of the maximum (baseline) number of beds in this category
- em:AdditionalCapacity24HourQuantity [0..*]A count of the estimate of the beds, above the current number, that could be made vacant/available within 24 hours.
- em:AdditionalCapacity72HourQuantity [0..*]A count of the estimate of the beds, above the current number, that could be made vacant/available within 72 hours.
- em:CapacityAugmentationPointAbstract [0..*]An augmentation point for CapacityType.
- em:SubCategoryBedCategoryText [0..*]A kind of sub-category bed type
- em:SubCategoryBedCapacityAugmentationPointAbstract [0..*]An augmentation point for SubCategoryBedCapacityType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type em:CapacityTypefrom subst. group em:CapacityAugmentationPointfrom subst. group em:SubCategoryBedCapacityAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type em:BedCapacityType (Element em:BedCapacity)
Sample instance
<em:SubCategoryBedCapacity> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <em:CapacityStatusCode>NotAvailable</em:CapacityStatusCode> <em:AvailableQuantity>1.0</em:AvailableQuantity> <em:BaselineQuantity>1.0</em:BaselineQuantity> <em:AdditionalCapacity24HourQuantity>1.0</em:AdditionalCapacity24HourQuantity> <em:AdditionalCapacity72HourQuantity>1.0</em:AdditionalCapacity72HourQuantity> <em:CapacityAugmentationPoint>any content</em:CapacityAugmentationPoint> <em:SubCategoryBedCategoryText>string</em:SubCategoryBedCategoryText> <em:SubCategoryBedCapacityAugmentationPoint>any content</em:SubCategoryBedCapacityAugmentationPoint> </em:SubCategoryBedCapacity>