LocationMode
public enum LocationMode: String
Indicates whether a resource instance represents a specific location or a class of locations.
URL: http://hl7.org/fhir/location-mode ValueSet: http://hl7.org/fhir/ValueSet/location-mode
-
The Location resource represents a specific instance of a location (e.g. Operating Theatre 1A).
Declaration
Swift
case instance = "instance"
-
The Location represents a class of locations (e.g. Any Operating Theatre) although this class of locations could be constrained within a specific boundary (such as organization, or parent location, address etc.).
Declaration
Swift
case kind = "kind"