This code system http://hl7.org/fhir/flag-status defines the following codes:

Code Display Definition
active Active A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag.
inactive Inactive The flag no longer needs to be displayed.
entered-in-error Entered in Error The flag was added in error and should no longer be displayed.
<status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error."/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/flag-status"/> <content value="complete"/> <concept> <code value="active"/> <display value="Active"/> <definition value="A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag."/> </concept> <concept> <code value="inactive"/> <display value="Inactive"/> <definition value="The flag no longer needs to be displayed."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="The flag was added in error and should no longer be displayed."/> </concept> </CodeSystem>