ImplementationGuideDependency

open class ImplementationGuideDependency: BackboneElement

Another Implementation guide this depends on.

Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.

  • Another Implementation guide this depends on.

    Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.

    Declaration

    Swift

    override open class var resourceType: String
  • How the dependency is represented when the guide is published.

    Declaration

    Swift

    public var type: GuideDependencyType?
  • uri

    Where to find dependency.

    Declaration

    Swift

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

    Declaration

    Swift

    public convenience init(type: GuideDependencyType, uri: FHIRURL)
  • 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 ImplementationGuideDependency: BackboneElement