CompositionRelatesTo
open class CompositionRelatesTo: BackboneElement
Relationships to other compositions/documents.
Relationships that this composition has with other compositions or documents that already exist.
-
Relationships to other compositions/documents.
Relationships that this composition has with other compositions or documents that already exist.
Declaration
Swift
override open class var resourceType: String
-
The type of relationship that this composition has with anther composition or document.
Declaration
Swift
public var code: DocumentRelationshipType?
-
Target of the relationship.
Declaration
Swift
public var targetIdentifier: Identifier?
-
Target of the relationship.
Declaration
Swift
public var targetReference: Reference?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: DocumentRelationshipType, target: Any)
-
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 CompositionRelatesTo: BackboneElement