Schema Central > NIEM 3.0 > have.xsd > have:BedCapacity
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

have:BedCapacity

Container element to identify the number of available beds. Each Bed Type and the sub-categories under it must be encapsulated by a BedCapacity element. Multiple instances of BedCapacity elements are allowed. For example, a hospital may sub-categorize Adult ICU beds into Surgery, Cardiac, General and Neuro. 

Element information

Type: Anonymous

Properties: Local, Qualified

Content

Attributes

None

Used in

Sample instance

<have:BedCapacity>
   <have:BedType>AdultICU</have:BedType>
   <have:SubCategoryBedType>any content</have:SubCategoryBedType>
   <have:Capacity>
      <have:CapacityStatus>Vacant/Available</have:CapacityStatus>
      <have:AvailableCount>1</have:AvailableCount>
      <have:BaselineCount>1</have:BaselineCount>
      <have:AdditionalCapacityCount24Hr>1</have:AdditionalCapacityCount24Hr>
      <have:AdditionalCapacityCount72Hr>1</have:AdditionalCapacityCount72Hr>
   </have:Capacity>
   <have:CommentText>string</have:CommentText>
</have:BedCapacity>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com