Class TBasic
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifier assigned to the resource for business purposes, outside the context of FHIR.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Identifies the 'type' of resource - equivalent to the resource name for other resources.
|
|
property subject : TReference read Getsubject write Setsubject; |
Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource.
|
|
property created : string read Getcreated write Setcreated; |
Identifies when the resource was first created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property author : TReference read Getauthor write Setauthor; |
Indicates who was responsible for creating the resource instance.
|
Generated by PasDoc 0.15.0.
|