EpisodeOfCareStatusHistory
open class EpisodeOfCareStatusHistory: BackboneElement
Past list of status codes (the current status may be included to cover the start date of the status).
The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).
-
Past list of status codes (the current status may be included to cover the start date of the status).
The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).
Declaration
Swift
override open class var resourceType: String
-
Duration the EpisodeOfCare was in the specified status.
Declaration
Swift
public var period: Period?
-
planned | waitlist | active | onhold | finished | cancelled.
Declaration
Swift
public var status: EpisodeOfCareStatus?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(period: Period, status: EpisodeOfCareStatus)
-
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 EpisodeOfCareStatusHistory: BackboneElement