StructureMapContextType

public enum StructureMapContextType: String

How to interpret the context

URL: http://hl7.org/fhir/map-context-type ValueSet: http://hl7.org/fhir/ValueSet/map-context-type

  • The context specifies a type

    Declaration

    Swift

    case type = "type"
  • The context specifies a variable

    Declaration

    Swift

    case variable = "variable"