List
open class List: DomainResource
Information summarized from a list of other resources.
A set of information summarized from a list of other resources.
-
Information summarized from a list of other resources.
A set of information summarized from a list of other resources.
Declaration
Swift
override open class var resourceType: String
-
What the purpose of this list is.
Declaration
Swift
public var code: CodeableConcept?
-
When the list was prepared.
Declaration
Swift
public var date: DateTime?
-
Why list is empty.
Declaration
Swift
public var emptyReason: CodeableConcept?
-
Context in which list created.
Declaration
Swift
public var encounter: Reference?
-
Entries in the list.
Declaration
Swift
public var entry: [ListEntry]?
-
Business identifier.
Declaration
Swift
public var identifier: [Identifier]?
-
How this 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?
-
Comments about the list.
Declaration
Swift
public var note: [Annotation]?
-
What order the list has.
Declaration
Swift
public var orderedBy: CodeableConcept?
-
Who and/or what defined the list contents (aka Author).
Declaration
Swift
public var source: Reference?
-
Indicates the current state of this list.
Declaration
Swift
public var status: ListStatus?
-
If all resources have the same subject.
Declaration
Swift
public var subject: Reference?
-
Descriptive name for the list.
Declaration
Swift
public var title: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(mode: ListMode, status: ListStatus)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class List: DomainResource