Test IG Code System

{
  "resourceType" : "CodeSystem",
  "id" : "test-ig-cs",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Test IG Code System</h2><div><p>Example code system for testing IG publication issues</p>
</div><p>This code system http://hl7.org/fhir/test/CodeSystem/test-ig-cs defines the following codes:</p><table class="codes"><tr><td><b>Lvl</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td>code 1<a name="test-ig-cs-code1"> </a></td><td>Test Code 1</td><td>Definition for Test Code 1</td></tr><tr><td>1</td><td>code 2<a name="test-ig-cs-code2"> </a></td><td>Test Code 2</td><td>Definition for Test Code 2</td></tr><tr><td>2</td><td>  code 3<a name="test-ig-cs-code3"> </a></td><td>Test Code 3</td><td>Definition for Test Code 3</td></tr></table><p><b>Additional Language Displays</b></p><table class="codes"><tr><td><b>Code</b></td><td><b>Deutsch (German, de)</b></td><td><b>中文 (Chinese, zh)</b></td></tr><tr><td>code 1</td><td>Prüfung Code 1</td><td></td></tr><tr><td>code 2</td><td></td><td>测试代码2</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/test/CodeSystem/test-ig-cs",
  "version" : "0.1",
  "name" : "Test IG Code System",
  "status" : "draft",
  "experimental" : true,
  "date" : "2016-01-28",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "name" : "FHIR project team",
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "Example code system for testing IG publication issues",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "code 1",
      "display" : "Test Code 1",
      "definition" : "Definition for Test Code 1",
      "designation" : [
        {
          "language" : "de",
          "value" : "Prüfung Code 1"
        }
      ]
    },
    {
      "code" : "code 2",
      "display" : "Test Code 2",
      "definition" : "Definition for Test Code 2",
      "designation" : [
        {
          "language" : "zh",
          "value" : "测试代码2"
        }
      ],
      "concept" : [
        {
          "code" : "code 3",
          "display" : "Test Code 3",
          "definition" : "Definition for Test Code 3"
        }
      ]
    }
  ]
}