{
  "resourceType": "CodeSystem",
  "id": "definition-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>DefinitionStatus</h2>\n            <div>\n              <p>Codes identifying the lifecycle stage of a definition</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/definition-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>draft\n                  <a name=\"definition-status-draft\"> </a>\n                </td>\n                <td>Draft</td>\n                <td>The definition is in the design stage and is not yet considered to be &quot;ready for use&quot;</td>\n              </tr>\n              <tr>\n                <td>active\n                  <a name=\"definition-status-active\"> </a>\n                </td>\n                <td>Active</td>\n                <td>The definition is considered ready for use</td>\n              </tr>\n              <tr>\n                <td>withdrawn\n                  <a name=\"definition-status-withdrawn\"> </a>\n                </td>\n                <td>Withdrawn</td>\n                <td>The definition should no longer be used</td>\n              </tr>\n              <tr>\n                <td>unknown\n                  <a name=\"definition-status-unknown\"> </a>\n                </td>\n                <td>Unknown</td>\n                <td>The authoring system does not know which of the status values currently applies for this request.  Note: This concept is not to be used for &quot;other&quot; - one of the listed statuses is presumed to apply, it's just not known which one.</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": 0
    }
  ],
  "url": "http://hl7.org/fhir/definition-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.99"
  },
  "version": "3.0.1",
  "name": "DefinitionStatus",
  "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": "Codes identifying the lifecycle stage of a definition",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/definition-status",
  "content": "complete",
  "concept": [
    {
      "code": "draft",
      "display": "Draft",
      "definition": "The definition is in the design stage and is not yet considered to be \"ready for use\""
    },
    {
      "code": "active",
      "display": "Active",
      "definition": "The definition is considered ready for use"
    },
    {
      "code": "withdrawn",
      "display": "Withdrawn",
      "definition": "The definition should no longer be used"
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The authoring system does not know which of the status values currently applies for this request.  Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, it's just not known which one."
    }
  ]
}