BundleEntrySearch
open class BundleEntrySearch: BackboneElement
Search related information.
Information about the search process that lead to the creation of this entry.
-
Search related information.
Information about the search process that lead to the creation of this entry.
Declaration
Swift
override open class var resourceType: String -
Why this entry is in the result set - whether it’s included as a match or because of an _include requirement.
Declaration
Swift
public var mode: SearchEntryMode? -
Search ranking (between 0 and 1).
Declaration
Swift
public var score: FHIRDecimal? -
Search ranking (between 0 and 1).
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 BundleEntrySearch: BackboneElement
View on GitHub
Install in Dash
BundleEntrySearch Class Reference