StructureMapGroupTypeMode
public enum StructureMapGroupTypeMode: String
If this is the default rule set to apply for the source type, or this combination of types
URL: http://hl7.org/fhir/map-group-type-mode ValueSet: http://hl7.org/fhir/ValueSet/map-group-type-mode
-
This group is not a default group for the types
Declaration
Swift
case none = "none"
-
This group is a default mapping group for the specified types and for the primary source type
Declaration
Swift
case types = "types"
-
This group is a default mapping group for the specified types
Declaration
Swift
case typeAndTypes = "type-and-types"