CompositionSection
open class CompositionSection: BackboneElementComposition is broken into sections.
The root of the sections that make up the composition.
- 
                  
                  Composition is broken into sections. The root of the sections that make up the composition. DeclarationSwift override open class var resourceType: String
- 
                  
                  Classification of section (recommended). DeclarationSwift public var code: CodeableConcept?
- 
                  
                  Why the section is empty. DeclarationSwift public var emptyReason: CodeableConcept?
- 
                  
                  A reference to data that supports this section. DeclarationSwift public var entry: [Reference]?
- 
                  
                  How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. DeclarationSwift public var mode: ListMode?
- 
                  
                  Order of section entries. DeclarationSwift public var orderedBy: CodeableConcept?
- 
                  
                  Nested Section. DeclarationSwift public var section: [CompositionSection]?
- 
                  
                  Text summary of the section, for human interpretation. DeclarationSwift public var text: Narrative?
- 
                  
                  Label for section (e.g. for ToC). DeclarationSwift public var title: FHIRString?
- 
                  
                  Label for section (e.g. for ToC). DeclarationSwift override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)ParametersjsonThe JSON element to use to populate the receiver contextThe instantiation context to use 
- 
                  
                  Undocumented DeclarationSwift open class CompositionSection: BackboneElement
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           CompositionSection Class Reference
      CompositionSection Class Reference