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

: Vaccine Product codes CodeSet - JSON Representation

Draft as of 2024-08-12

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "VaccineProducts",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecodesystem"🔗 ,
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem VaccineProducts</b></p><a name=\"VaccineProducts\"> </a><a name=\"hcVaccineProducts\"> </a><a name=\"VaccineProducts-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td></tr><tr><td>classification</td><td>classification</td><td>http://smart.who.int/immunizations-measles#classification</td><td>code</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://smart.who.int/immunizations-measles/CodeSystem/VaccineProducts</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">20009060/2<a name=\"VaccineProducts-20009060.472\"> </a></td><td>Serum Institute of India Measles vaccine</td></tr><tr><td style=\"white-space:nowrap\">7680007030014<a name=\"VaccineProducts-7680007030014\"> </a></td><td>M-M-RvaxPRO</td></tr></table></div>"
  },
  "url" : "http://smart.who.int/immunizations-measles/CodeSystem/VaccineProducts",
  "version" : "0.1.0",
  "name" : "VaccineProducts",
  "title" : "Vaccine Product codes CodeSet",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-08-12T09:04:38+00:00",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "Vaccine Product codes, containing the different available products.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "property" : [
    {
      "code" : "classification",
      "uri" : "http://smart.who.int/immunizations-measles#classification",
      "type" : "code"
    }
  ],
  "concept" : [
    {
      "code" : "20009060/2",
      "display" : "Serum Institute of India Measles vaccine",
      "property" : [
        {
          "code" : "classification",
          "valueCode" : "XM8L15"
        }
      ]
    },
    {
      "code" : "7680007030014",
      "display" : "M-M-RvaxPRO",
      "property" : [
        {
          "code" : "classification",
          "valueCode" : "XM8TF3"
        }
      ]
    }
  ]
}