CapabilityStatementImplementation
open class CapabilityStatementImplementation: BackboneElement
If this describes a specific instance.
Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program.
-
If this describes a specific instance.
Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program.
Declaration
Swift
override open class var resourceType: String
-
Describes this specific instance.
Declaration
Swift
public var description_fhir: FHIRString?
-
Base URL for the installation.
Declaration
Swift
public var url: FHIRURL?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(description_fhir: 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 CapabilityStatementImplementation: BackboneElement