Class TCapabilityStatementSearchParam
Unit
bsFhir_r5
Declaration
type TCapabilityStatementSearchParam = class(TBackboneElement)
Description
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server or Client for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
The label used for the search parameter in this particular system's API - i.e. the 'name' portion of the name-value pair that will appear as part of the search URL. This SHOULD be the same as the SearchParameter.code of the defining SearchParameter. However, it can sometimes differ if necessary to disambiguate when a server supports multiple SearchParameters that happen to share the same code.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property definition : string read Getdefinition write Setdefinition; |
An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url](searchparameter-definitions.html#SearchParameter.url)). This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs.
|
|
property definitionElement : Tcanonical read GetdefinitionElement write SetdefinitionElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type of value a search parameter refers to, and how the content is interpreted.
|
|
property type_Element : TSearchParamType read Gettype_Element write Settype_Element; |
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.
|
|
property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement; |
|
Generated by PasDoc 0.15.0.
|