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