Class TElementDefinitionDiscriminator

Unit

Declaration

type TElementDefinitionDiscriminator = class(TBackboneType)

Description

Captures constraints on each element within the resource, profile, or extension. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TDiscriminatorType read Gettype_Element write Settype_Element;
Public property path : string read Getpath write Setpath;
Public property pathElement : Tstring read GetpathElement write SetpathElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

How the element value is interpreted when discrimination is evaluated.

Public property type_Element : TDiscriminatorType read Gettype_Element write Settype_Element;
 
Public property path : string read Getpath write Setpath;

A FHIRPath expression, using [the simple subset of FHIRPath](fhirpath.html#simple), that is used to identify the element on which discrimination is based.

Public property pathElement : Tstring read GetpathElement write SetpathElement;
 

Generated by PasDoc 0.15.0.