TestScriptMetadata
open class TestScriptMetadata: BackboneElement
Required capability that is assumed to function correctly on the FHIR server being tested.
The required capability must exist and are assumed to function correctly on the FHIR server being tested.
-
Required capability that is assumed to function correctly on the FHIR server being tested.
The required capability must exist and are assumed to function correctly on the FHIR server being tested.
Declaration
Swift
override open class var resourceType: String
-
Capabilities that are assumed to function correctly on the FHIR server being tested.
Declaration
Swift
public var capability: [TestScriptMetadataCapability]?
-
Links to the FHIR specification.
Declaration
Swift
public var link: [TestScriptMetadataLink]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(capability: [TestScriptMetadataCapability])
-
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 TestScriptMetadata: BackboneElement