ListMode
public enum ListMode: String
The processing mode that applies to this list
URL: http://hl7.org/fhir/list-mode ValueSet: http://hl7.org/fhir/ValueSet/list-mode
-
This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes
Declaration
Swift
case working = "working"
-
This list was prepared as a snapshot. It should not be assumed to be current
Declaration
Swift
case snapshot = "snapshot"
-
A list that indicates where changes have been made or recommended
Declaration
Swift
case changes = "changes"