edxl-have:HaveAdapter
A standard message distribution framework for data sharing among emergency information systems using the XML-based Emergency Data Exchange Language (EDXL).
Element information
Namespace: http://niem.gov/niem/edxl-have/2.1
Schema document: edxl-have/2.1/edxl-have.xsd
Type: edxl-have:HaveAdapterType
Properties: Global, Qualified, Nillable
Content
- have:HospitalStatus [0..*] The top level container element for reporting status of any number of hospitals. The EDXL-HAVE has no independent routing mechanism, so it requires a routing mechanism that is consistent with the EDXL-DE distribution types. It must contain one or more Hospital elements.
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 |
Sample instance
<edxl-have:HaveAdapter> <have:HospitalStatus> <have:Hospital> <have:Organization>... </have:Organization> <have:EmergencyDepartmentStatus>... </have:EmergencyDepartmentStatus> <have:HospitalBedCapacityStatus>... </have:HospitalBedCapacityStatus> <have:ServiceCoverageStatus>... </have:ServiceCoverageStatus> <have:HospitalFacilityStatus>... </have:HospitalFacilityStatus> <have:HospitalResourcesStatus>... </have:HospitalResourcesStatus> <have:LastUpdateTime>2000-01-01T12:00:00</have:LastUpdateTime> </have:Hospital> </have:HospitalStatus> </edxl-have:HaveAdapter>