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
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class ImplementationGuidePackage: BackboneElement