ImplementationGuideGlobal

open class ImplementationGuideGlobal: BackboneElement

Profiles that apply globally.

A set of profiles that all resources covered by this implementation guide must conform to.

  • Profiles that apply globally.

    A set of profiles that all resources covered by this implementation guide must conform to.

    Declaration

    Swift

    override open class var resourceType: String
  • Profile that all resources must conform to.

    Declaration

    Swift

    public var profile: Reference?
  • Type this profiles applies to.

    Declaration

    Swift

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

    Declaration

    Swift

    public convenience init(profile: Reference, type: 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 ImplementationGuideGlobal: BackboneElement