FHIR IG Statistics: ValueSet/IVR-VS-missionType
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://fhir.ch/ig/ch-ems/CodeSystem/IVR
Code | Display | Deutsch (Schweiz) (German (Switzerland), de) | French (Switzerland) (fr) | Italian (Switzerland) (it) |
1000001 | primary mission | Primäreinsatz | Mission primaire | Intervento primario |
1000002 | secondary mission | Sekundäreinsatz | Mission secondaire | Intervento secondario |
1000003 | stand-by mission | Bereitschaftsdienst | Service de garde | Guardia medica |
Source
{
"resourceType": "ValueSet",
"id": "IVR-VS-missionType",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-missionType",
"version": "2.1.0-ci-build",
"name": "MissionType",
"title": "IVR Mission Type",
"status": "draft",
"experimental": false,
"date": "2025-07-24T15:44:25+00:00",
"publisher": "IVR Interverband für Rettungswesen",
"contact": [
{
"name": "IVR Interverband für Rettungswesen",
"telecom": [
{
"system": "url",
"value": "https://www.ivr-ias.ch/"
}
]
}
],
"description": "List of types of the missions.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"immutable": false,
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://fhir.ch/ig/ch-ems/CodeSystem/IVR",
"concept": [
{
"code": "1000001",
"display": "primary mission",
"designation": [
{
"language": "de-CH",
"value": "Primäreinsatz"
},
{
"language": "fr-CH",
"value": "Mission primaire"
},
{
"language": "it-CH",
"value": "Intervento primario"
}
]
},
{
"code": "1000002",
"display": "secondary mission",
"designation": [
{
"language": "de-CH",
"value": "Sekundäreinsatz"
},
{
"language": "fr-CH",
"value": "Mission secondaire"
},
{
"language": "it-CH",
"value": "Intervento secondario"
}
]
},
{
"code": "1000003",
"display": "stand-by mission",
"designation": [
{
"language": "de-CH",
"value": "Bereitschaftsdienst"
},
{
"language": "fr-CH",
"value": "Service de garde"
},
{
"language": "it-CH",
"value": "Guardia medica"
}
]
}
]
}
]
}
}