{
  "resourceType": "CodeSystem",
  "id": "example",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>CodeSystem \"ACME Codes for Cholesterol\": This is an example code system that includes \r\n        all the codes for serum cholesterol defined by ACME inc.</p><p>Developed by: FHIR project team (example)</p><p>Published for testing on 28-Jan 2016</p><p>This code system defines 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>"
  },
  "url": "http://hl7.org/fhir/CodeSystem/example",
  "identifier": {
    "system": "http://acme.com/identifiers/codesystems",
    "value": "internal-cholesterol-inl"
  },
  "version": "20160128",
  "name": "ACME Codes for Cholesterol in Serum/Plasma",
  "status": "draft",
  "experimental": true,
  "date": "2016-01-28",
  "publisher": "HL7 International",
  "contact": [
    {
      "name": "FHIR project team",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "chol-mmol",
      "display": "SChol (mmol/L)",
      "definition": "Serum Cholesterol, in mmol/L",
      "designation": [
        {
          "use": {
            "system": "http://acme.com/config/fhir/codesystems/internal",
            "code": "internal-label"
          },
          "value": "From ACME POC Testing"
        }
      ]
    },
    {
      "code": "chol-mass",
      "display": "SChol (mg/L)",
      "definition": "Serum Cholesterol, in mg/L",
      "designation": [
        {
          "use": {
            "system": "http://acme.com/config/fhir/codesystems/internal",
            "code": "internal-label"
          },
          "value": "From Paragon Labs"
        }
      ]
    },
    {
      "code": "chol",
      "display": "SChol",
      "definition": "Serum Cholesterol",
      "designation": [
        {
          "use": {
            "system": "http://acme.com/config/fhir/codesystems/internal",
            "code": "internal-label"
          },
          "value": "Obdurate Labs uses this with both kinds of units..."
        }
      ]
    }
  ]
}