TestScriptMetadataLink

open class TestScriptMetadataLink: BackboneElement

Links to the FHIR specification.

A link to the FHIR specification that this test is covering.

  • Links to the FHIR specification.

    A link to the FHIR specification that this test is covering.

    Declaration

    Swift

    override open class var resourceType: String
  • Short description.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • url

    URL to the specification.

    Declaration

    Swift

    public var url: FHIRURL?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(url: FHIRURL)
  • 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 TestScriptMetadataLink: BackboneElement