BackboneElement

open class BackboneElement: Element

Base for elements defined inside a resource.

Base definition for all elements that are defined inside a resource - but not those in a data type.

  • Base for elements defined inside a resource.

    Base definition for all elements that are defined inside a resource - but not those in a data type.

    Declaration

    Swift

    override open class var resourceType: String
  • Extensions that cannot be ignored.

    Declaration

    Swift

    public var modifierExtension: [Extension]?
  • Extensions that cannot be ignored.

    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 BackboneElement: Element