StructureMapInputMode

public enum StructureMapInputMode: String

Mode for this instance of data

URL: http://hl7.org/fhir/map-input-mode ValueSet: http://hl7.org/fhir/ValueSet/map-input-mode

  • Names an input instance used a source for mapping

    Declaration

    Swift

    case source = "source"
  • Names an instance that is being populated

    Declaration

    Swift

    case target = "target"