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

FHIR IG Statistics: CodeSystem/swissnoso-procedure-location

Packagech.fhir.ig.swissnoso
TypeCodeSystem
Idswissnoso-procedure-location
FHIR VersionR4
Sourcehttp://fhir.ch/ig/swissnoso/http://fhir.ch/ig/swissnoso/CodeSystem-swissnoso-procedure-location.html
URLhttp://fhir.ch/ig/swissnoso/CodeSystem/swissnoso-procedure-location
Version1.0.0
Statusactive
Date2022-06-14T13:09:44+02:00
NameSwissnosoProcedureLocation
TitleSwissnoso Procedure Location
Realmch
Authorityhl7
DescriptionThis code system contains codes defined by Swissnoso for representing the location where the procedure is performed.
CopyrightCC-BY-SA-4.0
Contentcomplete

Resources that use this resource

ValueSet
swissnoso-procedure-locationSwissnoso Procedure Location

Resources that this resource uses

No resources found


Narrative

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

This code system http://fhir.ch/ig/swissnoso/CodeSystem/swissnoso-procedure-location defines the following codes:

CodeDisplay
1 Emergency ward
2 Bed ward
3 Intensive care unit
4 Operating room
5 Delivery room
6 Other place
7 Hospital external place

Additional Language Displays

CodeDeutsch (Schweiz) (German (Switzerland), de)French (Switzerland) (fr)Italian (Switzerland) (it)
1NotfallstationService des urgencesPronto soccorso
2BettenstationUnité hospitalièreDegenza
3IntensivstationSoins intensifsCure intensive
4OperationssaalSalle d’opérationSala operatoria
5GebärsaalSalle d’accouchementSala parto
6Anderer OrtAutre lieuAltra sede
7Spitalexterner OrtEn dehors du milieu hospitalierEsterna all’ospedale

Source

{
  "resourceType": "CodeSystem",
  "id": "swissnoso-procedure-location",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/swissnoso/CodeSystem/swissnoso-procedure-location",
  "version": "1.0.0",
  "name": "SwissnosoProcedureLocation",
  "title": "Swissnoso Procedure Location",
  "status": "active",
  "date": "2022-06-14T13:09:44+02:00",
  "publisher": "Swissnoso",
  "contact": [
    {
      "name": "Swissnoso",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.swissnoso.ch/"
        }
      ]
    }
  ],
  "description": "This code system contains codes defined by Swissnoso for representing the location where the procedure is performed.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CHE"
        }
      ]
    }
  ],
  "copyright": "CC-BY-SA-4.0",
  "caseSensitive": false,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "1",
      "display": "Emergency ward",
      "designation": [
        {
          "language": "de-CH",
          "value": "Notfallstation"
        },
        {
          "language": "fr-CH",
          "value": "Service des urgences"
        },
        {
          "language": "it-CH",
          "value": "Pronto soccorso"
        }
      ]
    },
    {
      "code": "2",
      "display": "Bed ward",
      "designation": [
        {
          "language": "de-CH",
          "value": "Bettenstation"
        },
        {
          "language": "fr-CH",
          "value": "Unité hospitalière"
        },
        {
          "language": "it-CH",
          "value": "Degenza"
        }
      ]
    },
    {
      "code": "3",
      "display": "Intensive care unit",
      "designation": [
        {
          "language": "de-CH",
          "value": "Intensivstation"
        },
        {
          "language": "fr-CH",
          "value": "Soins intensifs"
        },
        {
          "language": "it-CH",
          "value": "Cure intensive"
        }
      ]
    },
    {
      "code": "4",
      "display": "Operating room",
      "designation": [
        {
          "language": "de-CH",
          "value": "Operationssaal"
        },
        {
          "language": "fr-CH",
          "value": "Salle d’opération"
        },
        {
          "language": "it-CH",
          "value": "Sala operatoria"
        }
      ]
    },
    {
      "code": "5",
      "display": "Delivery room",
      "designation": [
        {
          "language": "de-CH",
          "value": "Gebärsaal"
        },
        {
          "language": "fr-CH",
          "value": "Salle d’accouchement"
        },
        {
          "language": "it-CH",
          "value": "Sala parto"
        }
      ]
    },
    {
      "code": "6",
      "display": "Other place",
      "designation": [
        {
          "language": "de-CH",
          "value": "Anderer Ort"
        },
        {
          "language": "fr-CH",
          "value": "Autre lieu"
        },
        {
          "language": "it-CH",
          "value": "Altra sede"
        }
      ]
    },
    {
      "code": "7",
      "display": "Hospital external place",
      "designation": [
        {
          "language": "de-CH",
          "value": "Spitalexterner Ort"
        },
        {
          "language": "fr-CH",
          "value": "En dehors du milieu hospitalier"
        },
        {
          "language": "it-CH",
          "value": "Esterna all’ospedale"
        }
      ]
    }
  ]
}