Period
open class Period: Element
Time range defined by start and end date/time.
A time period defined by a start and end date and optionally time.
-
Time range defined by start and end date/time.
A time period defined by a start and end date and optionally time.
Declaration
Swift
override open class var resourceType: String -
End time with inclusive boundary, if not ongoing.
Declaration
Swift
public var end: DateTime? -
Starting time with inclusive boundary.
Declaration
Swift
public var start: DateTime? -
Starting time with inclusive boundary.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class Period: Element
View on GitHub
Install in Dash
Period Class Reference