em:Capacity
A container element to define the capacity information of each specified bed kind or sub category bed kind.
Element information
Namespace: http://release.niem.gov/niem/domains/emergencyManagement/3.1/
Schema document: domains/emergencyManagement/3.1/emergencyManagement.xsd
Type: em:CapacityType
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.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group em:CapacityAugmentationPoint
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 |
Sample instance
<em:Capacity> <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:Capacity>