Class TCapabilityStatementImplementation

Unit

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

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property url : string read Geturl write Seturl;
Public property urlElement : Turl read GeturlElement write SeturlElement;
Public property custodian : TReference read Getcustodian write Setcustodian;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Information about the specific installation that this capability statement relates to.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public 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.

Public property urlElement : Turl read GeturlElement write SeturlElement;
 
Public 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.