{
  "resourceType": "ValueSet",
  "id": "icd-10",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>ICD-10 Codes</h2>\n            <div>\n              <p>This value set includes sample ICD-10 codes.</p>\n\n            </div>\n            <p>\n              <b>Copyright Statement:</b> This is an example set.\n            </p>\n            <p>This value set includes codes from the following code systems:</p>\n            <ul>\n              <li>Include these codes as defined in \n                <code>http://hl7.org/fhir/sid/icd-10</code>\n                <table class=\"none\">\n                  <tr>\n                    <td>\n                      <b>Code</b>\n                    </td>\n                    <td>\n                      <b>Display</b>\n                    </td>\n                  </tr>\n                  <tr>\n                    <td>123456</td>\n                    <td>DIAG-1</td>\n                    <td/>\n                  </tr>\n                  <tr>\n                    <td>123457</td>\n                    <td>DIAG-1a</td>\n                    <td/>\n                  </tr>\n                  <tr>\n                    <td>987654</td>\n                    <td>DIAG-2</td>\n                    <td/>\n                  </tr>\n                  <tr>\n                    <td>123987</td>\n                    <td>DIAG-3</td>\n                    <td/>\n                  </tr>\n                  <tr>\n                    <td>112233</td>\n                    <td>DIAG-4</td>\n                    <td/>\n                  </tr>\n                  <tr>\n                    <td>997755</td>\n                    <td>DIAG-5</td>\n                    <td/>\n                  </tr>\n                  <tr>\n                    <td>321789</td>\n                    <td>DIAG-6</td>\n                    <td/>\n                  </tr>\n                </table>\n              </li>\n            </ul>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/icd-10",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.523"
    }
  ],
  "version": "3.0.1",
  "name": "ICD-10 Codes",
  "status": "draft",
  "experimental": true,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This value set includes sample ICD-10 codes.",
  "copyright": "This is an example set.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/sid/icd-10",
        "concept": [
          {
            "code": "123456",
            "display": "DIAG-1"
          },
          {
            "code": "123457",
            "display": "DIAG-1a"
          },
          {
            "code": "987654",
            "display": "DIAG-2"
          },
          {
            "code": "123987",
            "display": "DIAG-3"
          },
          {
            "code": "112233",
            "display": "DIAG-4"
          },
          {
            "code": "997755",
            "display": "DIAG-5"
          },
          {
            "code": "321789",
            "display": "DIAG-6"
          }
        ]
      }
    ]
  }
}