LinkageItem
open class LinkageItem: BackboneElement
Item to be linked.
Identifies one of the records that is considered to refer to the same real-world occurrence as well as how the items hould be evaluated within the collection of linked items.
-
Item to be linked.
Identifies one of the records that is considered to refer to the same real-world occurrence as well as how the items hould be evaluated within the collection of linked items.
Declaration
Swift
override open class var resourceType: String
-
Resource being linked.
Declaration
Swift
public var resource: Reference?
-
Distinguishes which item is
source of truth
(if any) and which items are no longer considered to be current representations.Declaration
Swift
public var type: LinkageType?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(resource: Reference, type: LinkageType)
-
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 LinkageItem: BackboneElement