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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "vaccine-icd-11"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-icd-11"];
  fhir:ValueSet.version [ fhir:value "0.6.2"];
  fhir:ValueSet.name [ fhir:value "VaccineICD11"];
  fhir:ValueSet.title [ fhir:value "Vaccine: ICD-11"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2021-08-13T13:26:56+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "HL7 International - Public Health Work Group"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health Work Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "vci-ig@mitre.org" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "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."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:ValueSet.copyright [ fhir:value "More information can be found here: https://icd.who.int/en/docs/icd11-license.pdf.\nContact licensing@who.int to obtain further information."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://id.who.int/icd/release/11/mms" ];
       fhir:ValueSet.compose.include.filter [
         fhir:index 0;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
         fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ];
         fhir:ValueSet.compose.include.filter.value [ fhir:value "XM3KV2" ]       ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://id.who.int/icd/release/11/mms" ];
       fhir:ValueSet.compose.include.filter [
         fhir:index 0;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
         fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ];
         fhir:ValueSet.compose.include.filter.value [ fhir:value "XM61M7" ]       ]     ], [
       fhir:index 2;
       fhir:ValueSet.compose.include.system [ fhir:value "http://id.who.int/icd/release/11/mms" ];
       fhir:ValueSet.compose.include.filter [
         fhir:index 0;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
         fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ];
         fhir:ValueSet.compose.include.filter.value [ fhir:value "XM4W25" ]       ]     ], [
       fhir:index 3;
       fhir:ValueSet.compose.include.system [ fhir:value "http://id.who.int/icd/release/11/mms" ];
       fhir:ValueSet.compose.include.filter [
         fhir:index 0;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
         fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ];
         fhir:ValueSet.compose.include.filter.value [ fhir:value "XM7C66" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.