FHIR IG Statistics: ValueSet/IVR-VS-urgency
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) |
1000007 | with siren | mit Sondersignal | Avec sirène | Con segnali prioritari |
1000008 | without siren | ohne Sondersignal | Sans sirène | Senza segnali prioritari |
Source
{
"resourceType": "ValueSet",
"id": "IVR-VS-urgency",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-urgency",
"version": "2.1.0-ci-build",
"name": "Urgency",
"title": "IVR Urgency",
"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 the mission's priorities.",
"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": "1000007",
"display": "with siren",
"designation": [
{
"language": "de-CH",
"value": "mit Sondersignal"
},
{
"language": "fr-CH",
"value": "Avec sirène"
},
{
"language": "it-CH",
"value": "Con segnali prioritari"
}
]
},
{
"code": "1000008",
"display": "without siren",
"designation": [
{
"language": "de-CH",
"value": "ohne Sondersignal"
},
{
"language": "fr-CH",
"value": "Sans sirène"
},
{
"language": "it-CH",
"value": "Senza segnali prioritari"
}
]
}
]
}
]
}
}