CH Term (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-term/ and changes regularly. See the Directory of published versions
: BFS Medizinische Statistik - 18 1.2.V03 - Eintrittsart / Mode d’admission / Genere di ricovero - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bfs-medstats-18-admittype"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bfs-medstats-18-admittype</b></p><a name=\"bfs-medstats-18-admittype\"> </a><a name=\"hcbfs-medstats-18-admittype\"> </a><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-18-admittype</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"bfs-medstats-18-admittype-1\"> </a></td><td>Notfall (Behandlung innerhalb von 12 Std. unabdingbar)</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"bfs-medstats-18-admittype-2\"> </a></td><td>angemeldet, geplant</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"bfs-medstats-18-admittype-3\"> </a></td><td>Geburt (Kind in dieser Klinik geboren)</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"bfs-medstats-18-admittype-4\"> </a></td><td>interner Übertritt</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"bfs-medstats-18-admittype-5\"> </a></td><td>Verlegung innerhalb 24 Std</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"bfs-medstats-18-admittype-8\"> </a></td><td>andere</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"bfs-medstats-18-admittype-9\"> </a></td><td>unbekannt</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-18-admittype"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.3.0-ci-build"] ; #
fhir:name [ fhir:v "BfsMedstats17Admittype"] ; #
fhir:title [ fhir:v "BFS Medizinische Statistik - 18 1.2.V03 - Eintrittsart / Mode d’admission / Genere di ricovero"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2019-01-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 Switzerland"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ] )
] [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "BFS defines variables for medical statistic (german, french, italian) see [BFS](https://www.bfs.admin.ch/bfs/de/home/statistiken/kataloge-datenbanken/publikationen.assetdetail.7066232.html). Beschreibung der Umstände des Eintritts. Wie wurde der Patient / die Patientin aufgenommen?"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:compositional [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Notfall (Behandlung innerhalb von 12 Std. unabdingbar)" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "angemeldet, geplant" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Geburt (Kind in dieser Klinik geboren)" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "interner Übertritt" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Verlegung innerhalb 24 Std" ]
] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "andere" ]
] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "unbekannt" ]
] ) . #