EncounterStatusHistory
open class EncounterStatusHistory: BackboneElement
List of past encounter statuses.
The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them.
-
List of past encounter statuses.
The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them.
Declaration
Swift
override open class var resourceType: String
-
The time that the episode was in the specified status.
Declaration
Swift
public var period: Period?
-
None
Declaration
Swift
public var status: EncounterStatus?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(period: Period, status: EncounterStatus)
-
Convenience initializer, taking all required properties as arguments.
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 EncounterStatusHistory: BackboneElement