WHO SMART Guidelines - Measles Immunization
0.1.0 - ci-build

WHO SMART Guidelines - Measles Immunization, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-example-immz/ and changes regularly. See the Directory of published versions

: Measles Vaccine Type ValueSet - JSON Representation

Active as of 2024-08-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "VaccineTypes",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablevalueset"🔗 ,
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablevalueset"🔗 ,
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-computablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VaccineTypes</b></p><a name=\"VaccineTypes\"> </a><a name=\"hcVaccineTypes\"> </a><a name=\"VaccineTypes-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-ICD11.html\"><code>http://id.who.int/icd/release/11/mms</code></a> where parent  = <a href=\"CodeSystem-ICD11.html#ICD11-XM28X5\">XM28X5</a></li><li>Include these codes as defined in <a href=\"CodeSystem-ICD11.html\"><code>http://id.who.int/icd/release/11/mms</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-ICD11.html#ICD11-XM28X5\">XM28X5</a></td><td style=\"color: #cccccc\">Measles vaccines</td></tr><tr><td><a href=\"CodeSystem-ICD11.html#ICD11-XM2340\">XM2340</a></td><td style=\"color: #cccccc\">Mumps, live attenuated</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/30940-1/\">30940-1</a></td><td>Measles virus+Mumps virus+Rubella virus dose count in combination vaccine</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/836382004\">836382004</a></td><td>Measles morbillivirus antigen-containing vaccine product</td></tr></table></li></ul></div>"
  },
  "url" : "http://smart.who.int/immunizations-measles/ValueSet/VaccineTypes",
  "version" : "0.1.0",
  "name" : "VaccineTypes",
  "title" : "Measles Vaccine Type ValueSet",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-08-12T09:04:38+00:00",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "Measles Vaccine type Codes, containing the different types of antigens used in vaccine guidelines.",
  "compose" : {
    "include" : [
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "filter" : [
          {
            "property" : "parent",
            "op" : "=",
            "value" : "XM28X5"
          }
        ]
      },
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "concept" : [
          {
            "code" : "XM28X5"
          },
          {
            "code" : "XM2340"
          }
        ]
      },
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "30940-1",
            "display" : "Measles virus+Mumps virus+Rubella virus dose count in combination vaccine"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "836382004",
            "display" : "Measles morbillivirus antigen-containing vaccine product"
          }
        ]
      }
    ]
  }
}