CapabilityStatementSoftware
open class CapabilityStatementSoftware: BackboneElement
Software that is covered by this capability statement.
Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation.
-
Software that is covered by this capability statement.
Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation.
Declaration
Swift
override open class var resourceType: String -
A name the software is known by.
Declaration
Swift
public var name: FHIRString? -
Date this version released.
Declaration
Swift
public var releaseDate: DateTime? -
Version covered by this statement.
Declaration
Swift
public var version: FHIRString? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(name: FHIRString) -
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 CapabilityStatementSoftware: BackboneElement
View on GitHub
Install in Dash
CapabilityStatementSoftware Class Reference