-
A reference to a document.
Declaration
Swift
override open class var resourceType: String
-
Categorization of document.
Declaration
Swift
public var `class`: CodeableConcept?
-
Who/what authenticated the document.
Declaration
Swift
public var authenticator: Reference?
-
Who and/or what authored the document.
Declaration
Swift
public var author: [Reference]?
-
Document referenced.
Declaration
Swift
public var content: [DocumentReferenceContent]?
-
Clinical context of document.
Declaration
Swift
public var context: DocumentReferenceContext?
-
Document creation time.
Declaration
Swift
public var created: DateTime?
-
Organization which maintains the document.
Declaration
Swift
public var custodian: Reference?
-
Human-readable description (title).
Declaration
Swift
public var description_fhir: FHIRString?
-
The status of the underlying document.
Declaration
Swift
public var docStatus: CompositionStatus?
-
Other identifiers for the document.
Declaration
Swift
public var identifier: [Identifier]?
-
When this document reference was created.
Declaration
Swift
public var indexed: Instant?
-
Master Version Specific Identifier.
Declaration
Swift
public var masterIdentifier: Identifier?
-
Relationships to other documents.
Declaration
Swift
public var relatesTo: [DocumentReferenceRelatesTo]?
-
Document security-tags.
Declaration
Swift
public var securityLabel: [CodeableConcept]?
-
The status of this document reference.
Declaration
Swift
public var status: DocumentReferenceStatus?
-
Who/what is the subject of the document.
Declaration
Swift
public var subject: Reference?
-
Kind of document (LOINC if possible).
Declaration
Swift
public var type: CodeableConcept?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(content: [DocumentReferenceContent], indexed: Instant, status: DocumentReferenceStatus, type: CodeableConcept)
-
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 DocumentReference: DomainResource