SMART Health Cards: Vaccination & Testing Implementation Guide
0.6.2 - STU 1 (Ballot Version)

This page is part of the SMART Health Cards Vaccination and Testing, Release 1 | STU 1 (v0.6.2: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Vaccine: ICD-11 - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vaccine-icd-11",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <code>http://id.who.int/icd/release/11/mms</code> where concept  is-a  XM3KV2</li><li>Include codes from <code>http://id.who.int/icd/release/11/mms</code> where concept  is-a  XM61M7</li><li>Include codes from <code>http://id.who.int/icd/release/11/mms</code> where concept  is-a  XM4W25</li><li>Include codes from <code>http://id.who.int/icd/release/11/mms</code> where concept  is-a  XM7C66</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-icd-11",
  "version" : "0.6.2",
  "name" : "VaccineICD11",
  "title" : "Vaccine: ICD-11",
  "status" : "active",
  "date" : "2021-08-13T13:26:56+00:00",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Public Health Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "vci-ig@mitre.org"
        }
      ]
    }
  ],
  "description" : "This value set includes the subset of [ICD-11](https://icd.who.int/en) that identify vaccine types.\n\nNote that the COVID-related ICD-11 vaccine codes are not in the `09/2020` version of ICD-11. They\ncan be found on the [maintenance platform](https://icd.who.int/dev11/l-m/en), and include:\n\n* `XM1NL1`: COVID-19 vaccine, inactivated virus\n* `XM5DF6`: COVID-19 vaccine, live attenuated virus\n* `XM9QW8`: COVID-19 vaccine, non-replicating viral vector\n* `XM0CX4`: COVID-19 vaccine, replicating viral vector\n* `XM5JC5`: COVID-19 vaccine, virus protein subunit\n* `XM1J92`: COVID-19 vaccine, virus like particle (VLP)\n* `XM6AT1`: COVID-19 vaccine, DNA based\n* `XM0GQ8`: COVID-19 vaccine, RNA based\n\nImplementers should consider the [ICD-11 maintenance platform](https://icd.who.int/dev11/l-m/en)\nthe canonical source of ICD-11 codes for COVID-19 vaccines.\n\nNote that this value set should contain the same codes as the [WHO Vaccine List value set](https://who-int.github.io/svc/ValueSet-who-svc-vaccines.html),\nand may be replaced with the WHO value set once that is published.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "copyright" : "More information can be found here: https://icd.who.int/en/docs/icd11-license.pdf.\nContact licensing@who.int to obtain further information.",
  "compose" : {
    "include" : [
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "XM3KV2"
          }
        ]
      },
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "XM61M7"
          }
        ]
      },
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "XM4W25"
          }
        ]
      },
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "XM7C66"
          }
        ]
      }
    ]
  }
}