ConceptMapGroupUnmapped

open class ConceptMapGroupUnmapped: BackboneElement

When no match in the mappings.

What to do when there is no match in the mappings in the group.

  • When no match in the mappings.

    What to do when there is no match in the mappings in the group.

    Declaration

    Swift

    override open class var resourceType: String
  • Fixed code when mode = fixed.

    Declaration

    Swift

    public var code: FHIRString?
  • Display for the code.

    Declaration

    Swift

    public var display: FHIRString?
  • Defines which action to take if there is no match in the group. One of 3 actions is possible: use the unmapped code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL).

    Declaration

    Swift

    public var mode: ConceptMapGroupUnmappedMode?
  • url

    Canonical URL for other concept map.

    Declaration

    Swift

    public var url: FHIRURL?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(mode: ConceptMapGroupUnmappedMode)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class ConceptMapGroupUnmapped: BackboneElement