GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: Vaccination reason codes - JSON Representation

Active as of 2023-11-07

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "VaccinationReasonCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem VaccinationReasonCS</b></p><a name=\"VaccinationReasonCS\"> </a><a name=\"hcVaccinationReasonCS\"> </a><a name=\"VaccinationReasonCS-en-US\"> </a><p>This case-sensitive code system <code>https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS</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\">1<a name=\"VaccinationReasonCS-1\"> </a></td><td>Adult immunization</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"VaccinationReasonCS-2\"> </a></td><td>Vaccination campaign</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"VaccinationReasonCS-3\"> </a></td><td>Travel consult</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"VaccinationReasonCS-4\"> </a></td><td>Travel follow up</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"VaccinationReasonCS-5\"> </a></td><td>Immunization catchup</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"VaccinationReasonCS-6\"> </a></td><td>Vaccination campaign</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"VaccinationReasonCS-7\"> </a></td><td>College/Camp</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"VaccinationReasonCS-8\"> </a></td><td>Antenatal</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"VaccinationReasonCS-99\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS",
  "version" : "0.1.8",
  "name" : "VaccinationReasonCS",
  "title" : "Vaccination reason codes",
  "status" : "active",
  "experimental" : true,
  "date" : "2023-11-07",
  "publisher" : "CENS",
  "contact" : [
    {
      "name" : "CENS",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cens.cl"
        }
      ]
    }
  ],
  "description" : "Codes for vaccination reason, these ones are just examples",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "1",
      "display" : "Adult immunization"
    },
    {
      "code" : "2",
      "display" : "Vaccination campaign"
    },
    {
      "code" : "3",
      "display" : "Travel consult"
    },
    {
      "code" : "4",
      "display" : "Travel follow up"
    },
    {
      "code" : "5",
      "display" : "Immunization catchup"
    },
    {
      "code" : "6",
      "display" : "Vaccination campaign"
    },
    {
      "code" : "7",
      "display" : "College/Camp"
    },
    {
      "code" : "8",
      "display" : "Antenatal"
    },
    {
      "code" : "99",
      "display" : "Other"
    }
  ]
}