Class TBasic

Unit

Declaration

type TBasic = class(TDomainResource)

Description

Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : Tdate_ read GetcreatedElement write SetcreatedElement;
Public property author : TReference read Getauthor write Setauthor;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier assigned to the resource for business purposes, outside the context of FHIR.

Public property code : TCodeableConcept read Getcode write Setcode;

Identifies the 'type' of resource - equivalent to the resource name for other resources.

Public property subject : TReference read Getsubject write Setsubject;

Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource.

Public property created : string read Getcreated write Setcreated;

Identifies when the resource was first created.

Public property createdElement : Tdate_ read GetcreatedElement write SetcreatedElement;
 
Public property author : TReference read Getauthor write Setauthor;

Indicates who was responsible for creating the resource instance.


Generated by PasDoc 0.15.0.