{
  "resourceType" : "CodeSystem",
  "id" : "definition-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem definition-status</b></p><a name=\"definition-status\"> </a><a name=\"hcdefinition-status\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/definition-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">draft<a name=\"definition-status-draft\"> </a></td><td>Draft</td><td>The definition is in the design stage and is not yet considered to be &quot;ready for use&quot;.</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"definition-status-active\"> </a></td><td>Active</td><td>The definition is considered ready for use.</td></tr><tr><td style=\"white-space:nowrap\">withdrawn<a name=\"definition-status-withdrawn\"> </a></td><td>Withdrawn</td><td>The definition should no longer be used.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"definition-status-unknown\"> </a></td><td>Unknown</td><td>The authoring/source system does not know which of the status values currently applies for this resource.  Note: This concept is not to be used for &quot;other&quot; - one of the listed statuses is presumed to apply,  but the authoring/source system does not know which.</td></tr></table></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4.r4b"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
      }]
    }
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/definition-status",
  "version" : "4.0.1",
  "name" : "DefinitionStatus",
  "title" : "DefinitionStatus",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T08:29:23+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [{
    "name" : "FHIR Infrastructure",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "description" : "Codes identifying the lifecycle stage of a definition.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/definition-status|4.3.0",
  "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/source system does not know which of the status values currently applies for this resource.  Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply,  but the authoring/source system does not know which."
  }]
}