--- type: "codesystem" title: "Flag Status" codesystem: "flag-status" --- # Flag Status - **Official URL**: http://hl7.org/fhir/flag-status - **Version**: 6.0.0 - **Status**: active - **Name**: FlagStatus - **Title**: Flag Status - **Publisher**: HL7 (FHIR Project) - **Description**: 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. - **Case Sensitive**: true - **Content**: complete ## Concepts | 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. | ## CodeSystem XML ```xml <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."/> <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> ```