text property

Narrative? text
override

text A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

Implementation

Narrative? get text => _capabilityStatement.text;
void text=(Narrative? _text)
inherited

Implementation

Narrative? text;