DocumentReferenceContext
open class DocumentReferenceContext: BackboneElement
Clinical context of document.
The clinical context in which the document was prepared.
-
Clinical context of document.
The clinical context in which the document was prepared.
Declaration
Swift
override open class var resourceType: String
-
Context of the document content.
Declaration
Swift
public var encounter: Reference?
-
Main clinical acts documented.
Declaration
Swift
public var event: [CodeableConcept]?
-
Kind of facility where patient was seen.
Declaration
Swift
public var facilityType: CodeableConcept?
-
Time of service that is being documented.
Declaration
Swift
public var period: Period?
-
Additional details about where the content was created (e.g. clinical specialty).
Declaration
Swift
public var practiceSetting: CodeableConcept?
-
Related identifiers or resources.
Declaration
Swift
public var related: [DocumentReferenceContextRelated]?
-
Patient demographics from source.
Declaration
Swift
public var sourcePatientInfo: Reference?
-
Patient demographics from source.
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 DocumentReferenceContext: BackboneElement