FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)| Code | Display | Deutsch (Schweiz) (German (Switzerland), de) | French (Switzerland) (fr) | Italian (Switzerland) (it) |
| 371246006 | green | grün | vert | verde |
| 371240000 | red | rot | rouge | rosso |
| 371244009 | yellow | gelb | jaune | giallo |
Source1
{
"resourceType": "ValueSet",
"id": "IVR-VS-hospitalPriority",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-hospitalPriority",
"version": "2.1.0-ci-build",
"name": "IVRVShospitalPriority",
"title": "IVR Hospital Priority",
"status": "draft",
"experimental": false,
"date": "2026-01-26T21:59:40+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 priorities for hospital admission.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "371246006",
"display": "green",
"designation": [
{
"language": "de-CH",
"value": "grün"
},
{
"language": "fr-CH",
"value": "vert"
},
{
"language": "it-CH",
"value": "verde"
}
]
},
{
"code": "371240000",
"display": "red",
"designation": [
{
"language": "de-CH",
"value": "rot"
},
{
"language": "fr-CH",
"value": "rouge"
},
{
"language": "it-CH",
"value": "rosso"
}
]
},
{
"code": "371244009",
"display": "yellow",
"designation": [
{
"language": "de-CH",
"value": "gelb"
},
{
"language": "fr-CH",
"value": "jaune"
},
{
"language": "it-CH",
"value": "giallo"
}
]
}
]
}
]
}
}