FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageelga.moped
Resource TypeCodeSystem
IdCodeSystem-BehandlungsartCS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/CodeSystem-BehandlungsartCS.html
URLhttps://elga.moped.at/CodeSystem/BehandlungsartCS
Version0.1.0
Statusactive
Date2026-01-26T07:12:06+00:00
NameBehandlungsartCS
TitleBehandlungsart
DescriptionCodeSystem für die Behandlungsart
Contentcomplete

Resources that use this resource

ValueSet
BehandlungsartVSBehandlungsart

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem BehandlungsartCS

This case-sensitive code system https://elga.moped.at/CodeSystem/BehandlungsartCS defines the following codes:

CodeDisplay
S Stationär
I Spitalsambulant
E Extramural ambulant

Source1

{
  "resourceType": "CodeSystem",
  "id": "BehandlungsartCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/CodeSystem/BehandlungsartCS",
  "version": "0.1.0",
  "name": "BehandlungsartCS",
  "title": "Behandlungsart",
  "status": "active",
  "experimental": true,
  "date": "2026-01-26T07:12:06+00:00",
  "publisher": "ELGA GmbH",
  "contact": [
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://elga.gv.at"
        }
      ]
    }
  ],
  "description": "CodeSystem für die Behandlungsart",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "S",
      "display": "Stationär"
    },
    {
      "code": "I",
      "display": "Spitalsambulant"
    },
    {
      "code": "E",
      "display": "Extramural ambulant"
    }
  ]
}