Class TCapabilityStatementDocument
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property mode : string read Getmode write Setmode; |
Mode of this document declaration - whether an application is a producer or consumer.
|
|
property modeElement : TDocumentMode read GetmodeElement write SetmodeElement; |
|
|
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.
|
|
property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement; |
|
|
property profile : string read Getprofile write Setprofile; |
A profile on the document Bundle that constrains which resources are present, and their contents.
|
|
property profileElement : Tcanonical read GetprofileElement write SetprofileElement; |
|
Generated by PasDoc 0.15.0.
|