Test IG Code System


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="test-ig-cs"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://hl7.org/fhir/test/CodeSystem/test-ig-cs"/>
  <version value="0.1"/>
  <name value="Test IG Code System"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2016-01-28"/>
  <publisher value="HL7 International"/>
  <contact>
    <name value="FHIR project team"/>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="Example code system for testing IG publication issues"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="code 1"/>
    <display value="Test Code 1"/>
    <definition value="Definition for Test Code 1"/>
    <designation>
      <language value="de"/>
      <value value="Prüfung Code 1"/>
    </designation>
  </concept>
  <concept>
    <code value="code 2"/>
    <display value="Test Code 2"/>
    <definition value="Definition for Test Code 2"/>
    <designation>
      <language value="zh"/>
      <value value="测试代码2"/>
    </designation>
    <concept>
      <code value="code 3"/>
      <display value="Test Code 3"/>
      <definition value="Definition for Test Code 3"/>
    </concept>
  </concept>
</CodeSystem>