PersonLink
open class PersonLink: BackboneElement
Link to a resource that concerns the same actual person.
-
Link to a resource that concerns the same actual person.
Declaration
Swift
override open class var resourceType: String
-
Level of assurance that this link is actually associated with the target resource.
Declaration
Swift
public var assurance: IdentityAssuranceLevel?
-
The resource to which this actual person is associated.
Declaration
Swift
public var target: Reference?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(target: 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 PersonLink: BackboneElement