type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="flag-status"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pc"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="1"/>
</extension>
<url value="http://hl7.org/fhir/flag-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.121"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.111"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.2.49"/>
</identifier>
<version value="6.0.0"/>
<name value="FlagStatus"/>
<title value="Flag Status"/>
<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>