| Class TNarrativeUnit
bsFhir_r4 Declaration
type TNarrative = class(TElement) Description
 A human-readable summary of the resource conveying the essential clinical and business information for the resource. 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  HierarchyOverviewMethodsProperties
|  | property status : string read Getstatus write Setstatus; |  
|  | property statusElement : TNarrativeStatus read GetstatusElement write SetstatusElement; |  
|  | property div_ : string read Getdiv_ write Setdiv_; |  DescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property status : string read Getstatus write Setstatus; |  | 
 The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.  |  
|  | property statusElement : TNarrativeStatus read GetstatusElement write SetstatusElement; |  |  |  
|  | property div_ : string read Getdiv_ write Setdiv_; |  | 
 The actual narrative content, a stripped down version of XHTML.  |  Generated by PasDoc 0.15.0.
 |