ConceptMapGroupUnmappedMode
public enum ConceptMapGroupUnmappedMode: String
Defines which action to take if there is no match in the group.
URL: http://hl7.org/fhir/conceptmap-unmapped-mode ValueSet: http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode
-
Use the code as provided in the $translate request
Declaration
Swift
case provided = "provided"
-
Use the code explicitly provided in the group.unmapped
Declaration
Swift
case fixed = "fixed"
-
Use the map identified by the canonical URL in URL
Declaration
Swift
case otherMap = "other-map"