{
  "resourceType": "ValueSet",
  "id": "icd-10",
  "meta": {
    "lastUpdated": "2019-10-24T11:53:00+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ICD-10 Codes</h2><div><p>This value set includes sample ICD-10 codes.</p>\n</div><p><b>Copyright Statement:</b> This is an example set.</p><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/sid/icd-10</code><table class=\"none\"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>123456</td><td>DIAG-1</td><td/></tr><tr><td>123457</td><td>DIAG-1a</td><td/></tr><tr><td>987654</td><td>DIAG-2</td><td/></tr><tr><td>123987</td><td>DIAG-3</td><td/></tr><tr><td>112233</td><td>DIAG-4</td><td/></tr><tr><td>997755</td><td>DIAG-5</td><td/></tr><tr><td>321789</td><td>DIAG-6</td><td/></tr></table></li></ul></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.2",
  "name": "ICD-10 Codes",
  "status": "draft",
  "experimental": true,
  "date": "2019-10-24T11:53:00+11: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"
          }
        ]
      }
    ]
  }
}