SMART ICVP
0.1.0 - ci-build

This page is part of the ICVP (v0.1.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: ICVP Disease Targeted - JSON Representation

Draft as of 2024-10-07

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ICVPDiseaseTargeted",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ICVPDiseaseTargeted</b></p><a name=\"ICVPDiseaseTargeted\"> </a><a name=\"hcICVPDiseaseTargeted\"> </a><a name=\"ICVPDiseaseTargeted-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://smart.who.int/ts/0.1.0/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><td><b>Definition</b></td></tr><tr><td><a href=\"http://smart.who.int/ts/0.1.0/CodeSystem-ICD11.html#ICD11-1D47\">1D47</a></td><td>Yellow fever</td><td>Yellow fever</td></tr><tr><td><a href=\"http://smart.who.int/ts/0.1.0/CodeSystem-ICD11.html#ICD11-1C81\">1C81</a></td><td>Poliomyelitis</td><td>Poliomyelitis</td></tr></table></li></ul></div>"
  },
  "url" : "http://smart.who.int/icvp/ValueSet/ICVPDiseaseTargeted",
  "version" : "0.1.0",
  "name" : "ICVPDiseaseTargeted",
  "title" : "ICVP Disease Targeted",
  "status" : "draft",
  "date" : "2024-10-07T07:31:05+00:00",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "Value set for yellow fever and polio only",
  "compose" : {
    "include" : [
      {
        "system" : "http://id.who.int/icd/release/11/mms",
        "concept" : [
          {
            "code" : "1D47",
            "display" : "Yellow fever"
          },
          {
            "code" : "1C81",
            "display" : "Poliomyelitis"
          }
        ]
      }
    ]
  }
}