Class TTerminologyCapabilitiesCodeSystem

Unit

Declaration

type TTerminologyCapabilitiesCodeSystem = class(TBackboneElement)

Description

A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server 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 uri : string read Geturi write Seturi;
Public property uriElement : Tcanonical read GeturiElement write SeturiElement;
Public property version : TTerminologyCapabilitiesVersionArray read GetversionArray;
Public property content : string read Getcontent write Setcontent;
Public property contentElement : TCodeSystemContentMode read GetcontentElement write SetcontentElement;
Public property subsumption : boolean read Getsubsumption write Setsubsumption;
Public property subsumptionElement : Tboolean read GetsubsumptionElement write SetsubsumptionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property uri : string read Geturi write Seturi;

Canonical identifier for the code system, represented as a URI.

Public property uriElement : Tcanonical read GeturiElement write SeturiElement;
 
Public property version : TTerminologyCapabilitiesVersionArray read GetversionArray;

For the code system, a list of versions that are supported by the server.

Public property content : string read Getcontent write Setcontent;

The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.

Public property contentElement : TCodeSystemContentMode read GetcontentElement write SetcontentElement;
 
Public property subsumption : boolean read Getsubsumption write Setsubsumption;

True if subsumption is supported for this version of the code system.

Public property subsumptionElement : Tboolean read GetsubsumptionElement write SetsubsumptionElement;
 

Generated by PasDoc 0.15.0.