have:EmergencyDepartmentStatus
Report on the emergency department status for the organization.
Element information
Namespace: urn:oasis:names:tc:emergency:EDXL:HAVE:1.0
Schema document: external/have/1.0/have.xsd
Type: have:EmergencyDepartmentStatus
Properties: Local, Qualified
Content
- Sequence [1..1]
- have:EMSTraffic [0..1] Ability of this emergency department to receive patients via emergency medical services.
- have:EMSCapacity [0..1] The number of each triage patient type the hospital can accept.
- have:EMSCensus [0..1] The number of each triage patient type the hospital currently has.
- have:EMSAmbulanceStatus [0..1] The container element to indicate the status and offload time for air transport capabilities.
- have:EMSAirTransportStatus [0..1] The container element to indicate the status and offload time for ambulance capabilities.
- have:CommentText [0..*] One or more comments
Attributes
None
Used in
- Anonymous type of element have:Hospital
Sample instance
<have:EmergencyDepartmentStatus> <have:EMSTraffic> <have:EMSTrafficStatus>Normal</have:EMSTrafficStatus> <have:EMSTrafficReason>string</have:EMSTrafficReason> <have:CommentText>string</have:CommentText> </have:EMSTraffic> <have:EMSCapacity> <have:TriageCodeListURN>http://www.example.com/</have:TriageCodeListURN> <have:TriageCode> <have:TriageCodeValue>Red</have:TriageCodeValue> <have:TriageCountQuantity>1</have:TriageCountQuantity> </have:TriageCode> </have:EMSCapacity> <have:EMSCensus> <have:TriageCodeListURN>http://www.example.com/</have:TriageCodeListURN> <have:TriageCode> <have:TriageCodeValue>Red</have:TriageCodeValue> <have:TriageCountQuantity>1</have:TriageCountQuantity> </have:TriageCode> </have:EMSCensus> <have:EMSAmbulanceStatus> <have:EMSOffloadStatus>Normal</have:EMSOffloadStatus> <have:EMSOffloadMinutes>1</have:EMSOffloadMinutes> </have:EMSAmbulanceStatus> <have:EMSAirTransportStatus> <have:EMSOffloadStatus>Normal</have:EMSOffloadStatus> <have:EMSOffloadMinutes>1</have:EMSOffloadMinutes> </have:EMSAirTransportStatus> <have:CommentText>string</have:CommentText> </have:EmergencyDepartmentStatus>