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 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;

URI for the Code System.

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 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.