This DataTypeis an enumeration that specifies type of Structuredefined by a StructureDefinition. Its values are defined in Table 33.
Table 33– StructureType Values
Name |
Value |
Description |
Structure |
0 |
A Structurewithout optional fields where none of the fields allow subtyping |
StructureWithOptionalFields |
1 |
A Structurewith optional fields where none of the fields allow subtyping |
Union |
2 |
A Union DataType where none of the fields allow subtyping |
StructureWithSubtypedValues |
3 |
A Structure without optional fields where one or more of the fields allow subtyping |
UnionWithSubtypedValues |
4 |
A Union DataType where one or more of the fields allow subtyping |