SequenceRepository
open class SequenceRepository: BackboneElement
External repository which contains detailed report related with observedSeq in this resource.
Configurations of the external repository. The repository shall store target’s observedSeq or records related with target’s observedSeq.
-
External repository which contains detailed report related with observedSeq in this resource.
Configurations of the external repository. The repository shall store target’s observedSeq or records related with target’s observedSeq.
Declaration
Swift
override open class var resourceType: String
-
Id of the dataset that used to call for dataset in repository.
Declaration
Swift
public var datasetId: FHIRString?
-
Repository’s name.
Declaration
Swift
public var name: FHIRString?
-
Id of the read.
Declaration
Swift
public var readsetId: FHIRString?
-
Click and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource.
Declaration
Swift
public var type: RepositoryType?
-
URI of the repository.
Declaration
Swift
public var url: FHIRURL?
-
Id of the variantset that used to call for variantset in repository.
Declaration
Swift
public var variantsetId: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(type: RepositoryType)
-
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 SequenceRepository: BackboneElement