{
  "resourceType": "CodeSystem",
  "id": "flag-status",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>FlagStatus</h2>\n            <div>\n              <p>Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or entered in error.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/flag-status defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>active\n                  <a name=\"flag-status-active\"> </a>\n                </td>\n                <td>Active</td>\n                <td>A current flag that should be displayed to a user. A system may use the category to determine which roles should view the flag.</td>\n              </tr>\n              <tr>\n                <td>inactive\n                  <a name=\"flag-status-inactive\"> </a>\n                </td>\n                <td>Inactive</td>\n                <td>The flag does not need to be displayed any more.</td>\n              </tr>\n              <tr>\n                <td>entered-in-error\n                  <a name=\"flag-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered in Error</td>\n                <td>The flag was added in error, and should no longer be displayed.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    }
  ],
  "url": "http://hl7.org/fhir/flag-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.111"
  },
  "version": "3.0.1",
  "name": "FlagStatus",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or entered in error.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/flag-status",
  "content": "complete",
  "concept": [
    {
      "code": "active",
      "display": "Active",
      "definition": "A current flag that should be displayed to a user. A system may use the category to determine which roles should view the flag."
    },
    {
      "code": "inactive",
      "display": "Inactive",
      "definition": "The flag does not need to be displayed any more."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "The flag was added in error, and should no longer be displayed."
    }
  ]
}