EncounterLocation
open class EncounterLocation: BackboneElement
List of locations where the patient has been.
List of locations where the patient has been during this encounter.
-
List of locations where the patient has been.
List of locations where the patient has been during this encounter.
Declaration
Swift
override open class var resourceType: String
-
Location the encounter takes place.
Declaration
Swift
public var location: Reference?
-
Time period during which the patient was present at the location.
Declaration
Swift
public var period: Period?
-
The status of the participants’ presence at the specified location during the period specified. If the participant is is no longer at the location, then the period will have an end date/time.
Declaration
Swift
public var status: EncounterLocationStatus?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(location: Reference)
-
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 EncounterLocation: BackboneElement