pub struct NarrativeInner {
pub id: Option<String>,
pub extension: Vec<Extension>,
pub status: NarrativeStatus,
pub status_ext: Option<FieldExtension>,
pub div: String,
pub div_ext: Option<FieldExtension>,
}Expand description
Narrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.
Narrative v5.0.0
Human-readable summary of the resource (essential clinical and business information)
A human-readable summary of the resource conveying the essential clinical and business information for the resource.
Fields§
§id: Option<String>Unique id for inter-element referencing
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
extension: Vec<Extension>Additional content defined by implementations
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
status: NarrativeStatusNarrativeStatus; generated | extensions | additional | empty
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.
status_ext: Option<FieldExtension>Extension field.
div: StringLimited xhtml content
The actual narrative content, a stripped down version of XHTML.
The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects.
div_ext: Option<FieldExtension>Extension field.
Trait Implementations§
Source§impl Clone for NarrativeInner
impl Clone for NarrativeInner
Source§fn clone(&self) -> NarrativeInner
fn clone(&self) -> NarrativeInner
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more