have:TriageCode
The container element to specify the triage values and their quantity
Element information
Namespace: urn:oasis:names:tc:emergency:EDXL:HAVE:1.0
Schema document: external/have/1.0/have.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- have:TriageCodeValue [0..*] The list of values must be from the list identified in TriageCodeListURN. Default Values - Red: Number of victims with immediate needs - Yellow: Number of victims with delayed needs - Green: Number of victims with minor needs -Black: Number of deceased victims. If a TriageCodeValue is specified, a TriageCountQuantity element must be specified.
- have:TriageCountQuantity [0..*] The integer value associated with the TrageCodeValue. It refers to the preceeding TriageCodeValue element. If a TriageCodeValue is specified, a TriageCountQuantity element must be specified.
Attributes
None
Used in
- Type have:TriageCount (Elements have:EMSCapacity, have:EMSCensus)
Sample instance
<have:TriageCode> <have:TriageCodeValue>Red</have:TriageCodeValue> <have:TriageCountQuantity>1</have:TriageCountQuantity> </have:TriageCode>