DocumentManifest
open class DocumentManifest: DomainResource
A list that defines a set of documents.
A collection of documents compiled for a purpose together with metadata that applies to the collection.
-
A list that defines a set of documents.
A collection of documents compiled for a purpose together with metadata that applies to the collection.
Declaration
Swift
override open class var resourceType: String
-
Who and/or what authored the manifest.
Declaration
Swift
public var author: [Reference]?
-
The items included.
Declaration
Swift
public var content: [DocumentManifestContent]?
-
When this document manifest created.
Declaration
Swift
public var created: DateTime?
-
Human-readable description (title).
Declaration
Swift
public var description_fhir: FHIRString?
-
Other identifiers for the manifest.
Declaration
Swift
public var identifier: [Identifier]?
-
Unique Identifier for the set of documents.
Declaration
Swift
public var masterIdentifier: Identifier?
-
Intended to get notified about this set of documents.
Declaration
Swift
public var recipient: [Reference]?
-
Related things.
Declaration
Swift
public var related: [DocumentManifestRelated]?
-
The source system/application/software.
Declaration
Swift
public var source: FHIRURL?
-
The status of this document manifest.
Declaration
Swift
public var status: DocumentReferenceStatus?
-
The subject of the set of documents.
Declaration
Swift
public var subject: Reference?
-
Kind of document set.
Declaration
Swift
public var type: CodeableConcept?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(content: [DocumentManifestContent], status: DocumentReferenceStatus)
-
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 DocumentManifest: DomainResource