ListStatus
public enum ListStatus: String
                The current state of the list
URL: http://hl7.org/fhir/list-status ValueSet: http://hl7.org/fhir/ValueSet/list-status
- 
                  
                  
The list is considered to be an active part of the patient’s record.
Declaration
Swift
case current = "current" 
- 
                  
                  
The list is
old
and should no longer be considered accurate or relevant.Declaration
Swift
case retired = "retired" 
- 
                  
                  
The list was never accurate. It is retained for medico-legal purposes only.
Declaration
Swift
case enteredInError = "entered-in-error" 
            View on GitHub
          
            Install in Dash
          
      ListStatus Enum Reference