CompositionSection
open class CompositionSection: BackboneElement
Composition 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.
Declaration
Swift
override open class var resourceType: String
-
Classification of section (recommended).
Declaration
Swift
public var code: CodeableConcept?
-
Why the section is empty.
Declaration
Swift
public var emptyReason: CodeableConcept?
-
A reference to data that supports this section.
Declaration
Swift
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.
Declaration
Swift
public var mode: ListMode?
-
Order of section entries.
Declaration
Swift
public var orderedBy: CodeableConcept?
-
Nested Section.
Declaration
Swift
public var section: [CompositionSection]?
-
Text summary of the section, for human interpretation.
Declaration
Swift
public var text: Narrative?
-
Label for section (e.g. for ToC).
Declaration
Swift
public var title: FHIRString?
-
Label for section (e.g. for ToC).
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class CompositionSection: BackboneElement