Class TCapabilityStatementImplementation
Unit
bsFhir_r4b 
Declaration
type TCapabilityStatementImplementation = 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 description : string read Getdescription write Setdescription; | 
 
| 
 
 Information about the specific installation that this capability statement relates to.  
 |  
 
  | 
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; | 
 
| 
  |  
 
  | 
property url : string read Geturl write Seturl; | 
 
| 
 
 An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.  
 |  
 
  | 
property urlElement : Turl read GeturlElement write SeturlElement; | 
 
| 
  |  
 
  | 
property custodian : TReference read Getcustodian write Setcustodian; | 
 
| 
 
 The organization responsible for the management of the instance and oversight of the data on the server at the specified URL.  
 |  
 
 Generated by PasDoc 0.15.0. 
 |