DocumentReferenceRelatesTo

open class DocumentReferenceRelatesTo: BackboneElement

Relationships to other documents.

Relationships that this document has with other document references that already exist.

  • Relationships to other documents.

    Relationships that this document has with other document references that already exist.

    Declaration

    Swift

    override open class var resourceType: String
  • The type of relationship that this document has with anther document.

    Declaration

    Swift

    public var code: DocumentRelationshipType?
  • Target of the relationship.

    Declaration

    Swift

    public var target: Reference?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(code: DocumentRelationshipType, 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 DocumentReferenceRelatesTo: BackboneElement