<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="example" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </div>
  </text>
  <url value="http://hl7.org/fhir/CodeSystem/example" />
  <identifier>
    <system value="http://acme.com/identifiers/codesystems" />
    <value value="internal-cholesterol-inl" />
  </identifier>
  <version value="20160128" />
  <name value="ACME Codes for Cholesterol in Serum/Plasma" />
  <status value="draft" />
  <experimental value="true" />
  <date value="2016-01-28" />
  <publisher value="HL7 International" />
  <contact>
    <name value="FHIR project team" />
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
  </contact>
  <description value="This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36." />
  <caseSensitive value="true" />
  <content value="complete" />
  <concept>
    <code value="chol-mmol" />
    <display value="SChol (mmol/L)" />
    <definition value="Serum Cholesterol, in mmol/L" />
    <designation>
      <use>
        <system value="http://acme.com/config/fhir/codesystems/internal" />
        <code value="internal-label" />
      </use>
      <value value="From ACME POC Testing" />
    </designation>
  </concept>
  <concept>
    <code value="chol-mass" />
    <display value="SChol (mg/L)" />
    <definition value="Serum Cholesterol, in mg/L" />
    <designation>
      <use>
        <system value="http://acme.com/config/fhir/codesystems/internal" />
        <code value="internal-label" />
      </use>
      <value value="From Paragon Labs" />
    </designation>
  </concept>
  <concept>
    <code value="chol" />
    <display value="SChol" />
    <definition value="Serum Cholesterol" />
    <designation>
      <use>
        <system value="http://acme.com/config/fhir/codesystems/internal" />
        <code value="internal-label" />
      </use>
      <value value="Obdurate Labs uses this with both kinds of units..." />
    </designation>
  </concept>
</CodeSystem>