<ValueSet xmlns="http://hl7.org/fhir">
  <id value="core-examples-example-inline2" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:58:45.687+00:00" />
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Value set "ACME Codes for Cholesterol": This is an example value set that includes 
        all the  codes for serum cholesterol defined by ACME inc.</p>
      <p>Developed by: FHIR project team (example)</p>
      <p>Published for testing on 13-June 2012</p>
      <p>This value set includes all the ACME codes for serum cholesterol:</p>
      <table class="grid">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>chol-mmol</td>
          <td>SChol (mmol/L)</td>
          <td>Serum Cholesterol, in mmol/L</td>
        </tr>
        <tr>
          <td>chol-mass</td>
          <td>SChol (mg/L)</td>
          <td>Serum Cholesterol, in mg/L</td>
        </tr>
        <tr>
          <td>chol</td>
          <td>SChol</td>
          <td>Serum Cholesterol</td>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/ValueSet/example-inline" />
  <identifier>
    <system value="http://acme.com/identifiers/valuesets" />
    <value value="loinc-cholesterol-inl" />
  </identifier>
  <version value="20150622" />
  <name value="ACME Codes for Cholesterol in Serum/Plasma" />
  <status value="draft" />
  <experimental value="true" />
  <publisher value="HL7 International" />
  <contact>
    <name value="FHIR project team" />
    <telecom>
      <system value="other" />
      <value value="http://hl7.org/fhir" />
    </telecom>
  </contact>
  <date value="2015-06-22" />
  <description value="This is an example value set that includes all the ACME codes for serum/plasma cholesterol from v2.36." />
  <codeSystem>
    <system value="http://acme.com/config/fhir/codesystems/cholesterol" />
    <version value="4.2.3" />
    <caseSensitive value="true" />
    <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>
</ValueSet>