Class TReference

Unit

Declaration

type TReference = class(TElement)

Description

A reference from one resource to another. 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 reference : string read Getreference write Setreference;
Public property referenceElement : Tstring read GetreferenceElement write SetreferenceElement;
Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property display : string read Getdisplay write Setdisplay;
Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property reference : string read Getreference write Setreference;

A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

Public property referenceElement : Tstring read GetreferenceElement write SetreferenceElement;
 
Public property identifier : TIdentifier read Getidentifier write Setidentifier;

An identifier for the other resource. This is used when there is no way to reference the other resource directly, either because the entity is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.

Public property display : string read Getdisplay write Setdisplay;

Plain text narrative that identifies the resource in addition to the resource reference.

Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
 

Generated by PasDoc 0.15.0.