ElementDefinitionMapping

open class ElementDefinitionMapping: Element

Map element to another set of definitions.

Identifies a concept from an external specification that roughly corresponds to this element.

  • Map element to another set of definitions.

    Identifies a concept from an external specification that roughly corresponds to this element.

    Declaration

    Swift

    override open class var resourceType: String
  • Comments about the mapping or its use.

    Declaration

    Swift

    public var comment: FHIRString?
  • Reference to mapping declaration.

    Declaration

    Swift

    public var identity: FHIRString?
  • Computable language of mapping.

    Declaration

    Swift

    public var language: FHIRString?
  • map

    Details of the mapping.

    Declaration

    Swift

    public var map: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(identity: FHIRString, map: FHIRString)
  • 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 ElementDefinitionMapping: Element