Elektronische Leistungsbestätigung
1.0.0 - draft

Elektronische Leistungsbestätigung - Local Development build (v1.0.0). See the Directory of published versions

: KK_ELB_SGS - TTL Representation

Active as of 2023-07-07

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "KK-ELB-SGS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://e-lb.de/fhir/CodeSystem/KK_ELB_SGS</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\">A<a name=\"KK-ELB-SGS-A\"> </a></td><td>Leistungserbringer von Hilfsmitteln</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"KK-ELB-SGS-B\"> </a></td><td>Leistungserbringer von Heilmitteln</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"KK-ELB-SGS-C\"> </a></td><td>Leistungserbringer von häuslicher Krankenpflege</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"KK-ELB-SGS-F\"> </a></td><td>Hebammen</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"KK-ELB-SGS-R\"> </a></td><td>Außerklinische Intensivpflege</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://e-lb.de/fhir/CodeSystem/KK_ELB_SGS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "KK_ELB_SGS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-07-07T13:38:15+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "yoshteq GmbH & Co. KG"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "yoshteq GmbH & Co. KG" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://yoshteq.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "dominik.hufnagel@yoshteq.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Schlüssel Kennzeichen Leistungserbringer-Sammelgruppenschlüssel"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Leistungserbringer von Hilfsmitteln" ]
  ] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "Leistungserbringer von Heilmitteln" ]
  ] [
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Leistungserbringer von häuslicher Krankenpflege" ]
  ] [
fhir:code [ fhir:v "F" ] ;
fhir:display [ fhir:v "Hebammen" ]
  ] [
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "Außerklinische Intensivpflege" ]
  ] ) . #