Class TCapabilityStatementDocument

Unit

Declaration

type TCapabilityStatementDocument = 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 : TDocumentMode read GetmodeElement write SetmodeElement;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement;
Public property profile : string read Getprofile write Setprofile;
Public property profileElement : Tcanonical read GetprofileElement write SetprofileElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property mode : string read Getmode write Setmode;

Mode of this document declaration - whether an application is a producer or consumer.

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

A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc.

Public property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement;
 
Public property profile : string read Getprofile write Setprofile;

A profile on the document Bundle that constrains which resources are present, and their contents.

Public property profileElement : Tcanonical read GetprofileElement write SetprofileElement;
 

Generated by PasDoc 0.15.0.