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
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class Period: Element