StructureMapModelMode
public enum StructureMapModelMode: String
How the referenced structure is used in this mapping
URL: http://hl7.org/fhir/map-model-mode ValueSet: http://hl7.org/fhir/ValueSet/map-model-mode
-
This structure describes an instance passed to the mapping engine that is used a source of data
Declaration
Swift
case source = "source"
-
This structure describes an instance that the mapping engine may ask for that is used a source of data
Declaration
Swift
case queried = "queried"
-
This structure describes an instance passed to the mapping engine that is used a target of data
Declaration
Swift
case target = "target"
-
This structure describes an instance that the mapping engine may ask to create that is used a target of data
Declaration
Swift
case produced = "produced"