ObservationRelated
open class ObservationRelated: BackboneElement
Resource related to this observation.
A reference to another resource (usually another Observation) whose relationship is defined by the relationship type code.
-
Resource related to this observation.
A reference to another resource (usually another Observation) whose relationship is defined by the relationship type code.
Declaration
Swift
override open class var resourceType: String -
Resource that is related to this one.
Declaration
Swift
public var target: Reference? -
A code specifying the kind of relationship that exists with the target resource.
Declaration
Swift
public var type: ObservationRelationshipType? -
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
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class ObservationRelated: BackboneElement
View on GitHub
Install in Dash
ObservationRelated Class Reference