FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/NonVaccinationReasonCS

Packagefhir.giis
Resource TypeCodeSystem
IdNonVaccinationReasonCS
FHIR VersionR4
Sourcehttps://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/CodeSystem-NonVaccinationReasonCS.html
URLhttps://paho.org/fhir/giis/CodeSystem/NonVaccinationReasonCS
Version0.1.8
Statusactive
Date2023-11-07
NameNonVaccinationReasonCS
TitleNon vaccination reason codes
Realmus
Authorityhl7
DescriptionReasons why the immunization didn't occurred, these ones are just examples
Contentcomplete

Resources that use this resource

ValueSet
NonVaccinationReasonVSNon vaccination reason

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem NonVaccinationReasonCS

Language: en-US

This case-sensitive code system https://paho.org/fhir/giis/CodeSystem/NonVaccinationReasonCS defines the following codes:

CodeDisplay
1 Child is sick
2 Child came later
3 Child has allergies
4 Stock out
5 Mother refuses vaccine
6 Rescheduled
7 Unknown

Source

{
  "resourceType": "CodeSystem",
  "id": "NonVaccinationReasonCS",
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://paho.org/fhir/giis/CodeSystem/NonVaccinationReasonCS",
  "version": "0.1.8",
  "name": "NonVaccinationReasonCS",
  "title": "Non 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": "Reasons why the immunization didn't occurred, these ones are just examples",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "1",
      "display": "Child is sick"
    },
    {
      "code": "2",
      "display": "Child came later"
    },
    {
      "code": "3",
      "display": "Child has allergies"
    },
    {
      "code": "4",
      "display": "Stock out"
    },
    {
      "code": "5",
      "display": "Mother refuses vaccine"
    },
    {
      "code": "6",
      "display": "Rescheduled"
    },
    {
      "code": "7",
      "display": "Unknown"
    }
  ]
}