Class TCapabilityStatementRest

Unit

Declaration

type TCapabilityStatementRest = 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 mode : string read Getmode write Setmode;
Public property modeElement : TRestfulCapabilityMode read GetmodeElement write SetmodeElement;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement;
Public property security : TCapabilityStatementSecurity read Getsecurity write Setsecurity;
Public property resource : TCapabilityStatementResourceArray read GetresourceArray;
Public property interaction : TCapabilityStatementInteraction1Array read GetinteractionArray;
Public property searchParam : TCapabilityStatementSearchParamArray read GetsearchParamArray;
Public property operation : TCapabilityStatementOperationArray read GetoperationArray;
Public property compartment : TBSFHIRPrimitiveStringArray read GetcompartmentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property mode : string read Getmode write Setmode;

Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.

Public property modeElement : TRestfulCapabilityMode read GetmodeElement write SetmodeElement;
 
Public property documentation : string read Getdocumentation write Setdocumentation;

Information about the system's restful capabilities that apply across all applications, such as security.

Public property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement;
 
Public property security : TCapabilityStatementSecurity read Getsecurity write Setsecurity;

Information about security implementation from an interface perspective - what a client needs to know.

Public property resource : TCapabilityStatementResourceArray read GetresourceArray;

A specification of the restful capabilities of the solution for a specific resource type.

Public property interaction : TCapabilityStatementInteraction1Array read GetinteractionArray;

A specification of restful operations supported by the system.

Public property searchParam : TCapabilityStatementSearchParamArray read GetsearchParamArray;

Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.

Public property operation : TCapabilityStatementOperationArray read GetoperationArray;

Definition of an operation or a named query together with its parameters and their meaning and type.

Public property compartment : TBSFHIRPrimitiveStringArray read GetcompartmentArray;

An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL .


Generated by PasDoc 0.15.0.