Linkage
open class Linkage: DomainResource
Links records for ‘same’ item.
Identifies two or more records (resource instances) that are referring to the same real-world occurrence
.
-
Links records for ‘same’ item.
Identifies two or more records (resource instances) that are referring to the same real-world
occurrence
.Declaration
Swift
override open class var resourceType: String -
Whether this linkage assertion is active or not.
Declaration
Swift
public var active: FHIRBool? -
Who is responsible for linkages.
Declaration
Swift
public var author: Reference? -
Item to be linked.
Declaration
Swift
public var item: [LinkageItem]? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(item: [LinkageItem]) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class Linkage: DomainResource
View on GitHub
Install in Dash
Linkage Class Reference