| Package | fhir.giis |
| Resource Type | CodeSystem |
| Id | VaccinationReasonCS |
| FHIR Version | R4 |
| Source | https://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/CodeSystem-VaccinationReasonCS.html |
| URL | https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS |
| Version | 0.1.8 |
| Status | active |
| Date | 2023-11-07 |
| Name | VaccinationReasonCS |
| Title | Vaccination reason codes |
| Realm | us |
| Authority | hl7 |
| Description | Codes for vaccination reason, these ones are just examples |
| Content | complete |
| ValueSet | |
| VaccinationReasonVS | Vaccination reason |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem VaccinationReasonCS
Language: en-US
This case-sensitive code system https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS defines the following codes:
| Code | Display |
| 1 | Adult immunization |
| 2 | Vaccination campaign |
| 3 | Travel consult |
| 4 | Travel follow up |
| 5 | Immunization catchup |
| 6 | Vaccination campaign |
| 7 | College/Camp |
| 8 | Antenatal |
| 99 | Other |
{
"resourceType": "CodeSystem",
"id": "VaccinationReasonCS",
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}