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

FHIR IG Statistics: ValueSet/IVR-VS-hospitalPriority

Packagech.fhir.ig.ch-ems
Resource TypeValueSet
IdIVR-VS-hospitalPriority
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-ems/https://build.fhir.org/ig/hl7ch/ch-ems/ValueSet-IVR-VS-hospitalPriority.html
URLhttp://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-hospitalPriority
Version2.1.0-ci-build
Statusdraft
Date2025-07-24T15:44:25+00:00
NameIVRVShospitalPriority
TitleIVR Hospital Priority
Realmch
Authorityhl7
DescriptionList of priorities for hospital admission.
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch-ems-observation-statuspriorityCH EMS Observation: Status Priority

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

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

Generated Narrative: ValueSet IVR-VS-hospitalPriority

  • Include these codes as defined in http://snomed.info/sct
    CodeDisplayDeutsch (Schweiz) (German (Switzerland), de)French (Switzerland) (fr)Italian (Switzerland) (it)
    371246006greengrünvertverde
    371240000redrotrougerosso
    371244009yellowgelbjaunegiallo

Source

{
  "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": "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 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"
              }
            ]
          }
        ]
      }
    ]
  }
}