SearchParameter
open class SearchParameter: DomainResource
Search Parameter for a resource.
A search parameter that defines a named search item that can be used to search/filter on a resource.
-
Search Parameter for a resource.
A search parameter that defines a named search item that can be used to search/filter on a resource.
Declaration
Swift
override open class var resourceType: String -
The resource type(s) this search parameter applies to.
Declaration
Swift
public var base: [FHIRString]? -
Chained names supported.
Declaration
Swift
public var chain: [FHIRString]? -
Code used in URL.
Declaration
Swift
public var code: FHIRString? -
Comparators supported for the search parameter.
Declaration
Swift
public var comparator: [SearchComparator]? -
For Composite resources to define the parts.
Declaration
Swift
public var component: [SearchParameterComponent]? -
Contact details for the publisher.
Declaration
Swift
public var contact: [ContactDetail]? -
Date this was last changed.
Declaration
Swift
public var date: DateTime? -
Original Definition for the search parameter.
Declaration
Swift
public var derivedFrom: FHIRURL? -
Natural language description of the search parameter.
Declaration
Swift
public var description_fhir: FHIRString? -
For testing purposes, not real usage.
Declaration
Swift
public var experimental: FHIRBool? -
FHIRPath expression that extracts the values.
Declaration
Swift
public var expression: FHIRString? -
Intended jurisdiction for search parameter (if applicable).
Declaration
Swift
public var jurisdiction: [CodeableConcept]? -
A modifier supported for the search parameter.
Declaration
Swift
public var modifier: [SearchModifierCode]? -
Name for this search parameter (computer friendly).
Declaration
Swift
public var name: FHIRString? -
Name of the publisher (organization or individual).
Declaration
Swift
public var publisher: FHIRString? -
Why this search parameter is defined.
Declaration
Swift
public var purpose: FHIRString? -
The status of this search parameter. Enables tracking the life-cycle of the content.
Declaration
Swift
public var status: PublicationStatus? -
Types of resource (if a resource reference).
Declaration
Swift
public var target: [FHIRString]? -
The type of value a search parameter refers to, and how the content is interpreted.
Declaration
Swift
public var type: SearchParamType? -
Logical URI to reference this search parameter (globally unique).
Declaration
Swift
public var url: FHIRURL? -
Context the content is intended to support.
Declaration
Swift
public var useContext: [UsageContext]? -
Business version of the search parameter.
Declaration
Swift
public var version: FHIRString? -
XPath that extracts the values.
Declaration
Swift
public var xpath: FHIRString? -
How the search parameter relates to the set of elements returned by evaluating the xpath query.
Declaration
Swift
public var xpathUsage: XPathUsageType? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(base: [FHIRString], code: FHIRString, description_fhir: FHIRString, name: FHIRString, status: PublicationStatus, type: SearchParamType, url: FHIRURL) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class SearchParameter: DomainResource
View on GitHub
Install in Dash
SearchParameter Class Reference