Class TCapabilityStatementInteraction

Unit

Declaration

type TCapabilityStatementInteraction = 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 code : string read Getcode write Setcode;
Public property codeElement : TTypeRestfulInteraction read GetcodeElement write SetcodeElement;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

Coded identifier of the operation, supported by the system resource.

Public property codeElement : TTypeRestfulInteraction read GetcodeElement write SetcodeElement;
 
Public property documentation : string read Getdocumentation write Setdocumentation;

Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.

Public property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement;
 

Generated by PasDoc 0.15.0.