8.49 StructureType

This DataType is an enumeration that specifies type of Structure defined by a StructureDefinition. Its values are defined in Table 34.

Table 34 – StructureType Values
NameValueDescription
Structure0A Structure without optional fields where none of the fields allow subtyping
StructureWithOptionalFields1A Structure with optional fields where none of the fields allow subtyping
Union2A Union DataType where none of the fields allow subtyping
StructureWithSubtypedValues3A Structure without optional fields where one or more of the fields allow subtyping
UnionWithSubtypedValues4A Union DataType where one or more of the fields allow subtyping