ImplementationGuidePackage
open class ImplementationGuidePackage: BackboneElement
Group of resources as used in .page.package.
A logical group of resources. Logical groups can be used when building pages.
-
Group of resources as used in .page.package.
A logical group of resources. Logical groups can be used when building pages.
Declaration
Swift
override open class var resourceType: String -
Human readable text describing the package.
Declaration
Swift
public var description_fhir: FHIRString? -
Name used .page.package.
Declaration
Swift
public var name: FHIRString? -
Resource in the implementation guide.
Declaration
Swift
public var resource: [ImplementationGuidePackageResource]? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(name: FHIRString, resource: [ImplementationGuidePackageResource]) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class ImplementationGuidePackage: BackboneElement
View on GitHub
Install in Dash
ImplementationGuidePackage Class Reference