Class TCapabilityStatementSearchParam
Unit
bsFhir_r4
Declaration
type TCapabilityStatementSearchParam = class(TBackboneElement)
Description
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server 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 name of the search parameter used in the interface.
|
|
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]]]). 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.
|