StructureMapSourceListMode
public enum StructureMapSourceListMode: String
If field is a list, how to manage the source
URL: http://hl7.org/fhir/map-source-list-mode ValueSet: http://hl7.org/fhir/ValueSet/map-source-list-mode
-
Only process this rule for the first in the list
Declaration
Swift
case first = "first"
-
Process this rule for all but the first
Declaration
Swift
case not_first = "not_first"
-
Only process this rule for the last in the list
Declaration
Swift
case last = "last"
-
Process this rule for all but the last
Declaration
Swift
case not_last = "not_last"
-
Only process this rule is there is only item
Declaration
Swift
case only_one = "only_one"