PatientLink

open class PatientLink: BackboneElement

Link to another patient resource that concerns the same actual person.

Link to another patient resource that concerns the same actual patient.

  • Link to another patient resource that concerns the same actual person.

    Link to another patient resource that concerns the same actual patient.

    Declaration

    Swift

    override open class var resourceType: String
  • The other patient or related person resource that the link refers to.

    Declaration

    Swift

    public var other: Reference?
  • The type of link between this patient resource and another patient resource.

    Declaration

    Swift

    public var type: LinkType?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(other: Reference, type: LinkType)
  • 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 PatientLink: BackboneElement