Class TStructureDefinitionContext
Unit
bsFhir_r4b
Declaration
type TStructureDefinitionContext = class(TBackboneElement)
Description
A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
Defines how to interpret the expression that defines what the context of the extension is.
|
|
property expression : string read Getexpression write Setexpression; |
An expression that defines where an extension can be used in resources.
|
|
property expressionElement : Tstring read GetexpressionElement write SetexpressionElement; |
|
Generated by PasDoc 0.15.0.
|