TestScriptMetadataCapability

open class TestScriptMetadataCapability: BackboneElement

Capabilities that are assumed to function correctly on the FHIR server being tested.

Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.

  • Capabilities that are assumed to function correctly on the FHIR server being tested.

    Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.

    Declaration

    Swift

    override open class var resourceType: String
  • Required Capability Statement.

    Declaration

    Swift

    public var capabilities: Reference?
  • The expected capabilities of the server.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • Which server these requirements apply to.

    Declaration

    Swift

    public var destination: FHIRInteger?
  • Links to the FHIR specification.

    Declaration

    Swift

    public var link: [FHIRURL]?
  • Which origin server these requirements apply to.

    Declaration

    Swift

    public var origin: [FHIRInteger]?
  • Are the capabilities required?.

    Declaration

    Swift

    public var required: FHIRBool?
  • Are the capabilities validated?.

    Declaration

    Swift

    public var validated: FHIRBool?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(capabilities: Reference)
  • 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 TestScriptMetadataCapability: BackboneElement