eCard-at FHIR ImplementationGuide
0.1.0 - ci-build

eCard-at FHIR ImplementationGuide - Local Development build (v0.1.0). See the Directory of published versions

: e-card Versichertenkategorie Codesystem - TTL Representation

Active as of 2023-09-06

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 "ecard-versichertenkategorie-cs"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://svc.co.at/CodeSystem/ecard-versichertenkategorie-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EcardVersichertenkategorieCS"] ; # 
  fhir:title [ fhir:v "e-card Versichertenkategorie Codesystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-09-06T21:44:25+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Austria"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Austria" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.at" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "FHIR Codesystem für e-card Versichertenkategorie."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Erwerbstätige, Arbeitslose, Selbstversicherte, Zivildiener, Asylanten, Flüchtlinge, Mindestsicherungsbezieher" ]
  ] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Pensionisten, Ruhegenussempfänger" ]
  ] [
fhir:code [ fhir:v "07" ] ;
fhir:display [ fhir:v "Kriegshinterbliebene" ]
  ] [
fhir:code [ fhir:v "20" ] ;
fhir:display [ fhir:v "Zugeteilte nach OFG" ]
  ] [
fhir:code [ fhir:v "21" ] ;
fhir:display [ fhir:v "Zugeteilte nach KOVG, HVG" ]
  ] [
fhir:code [ fhir:v "22" ] ;
fhir:display [ fhir:v "Zugeteilte nach KOVG-D" ]
  ] [
fhir:code [ fhir:v "24" ] ;
fhir:display [ fhir:v "Zugeteilte nach VOG" ]
  ] [
fhir:code [ fhir:v "29" ] ;
fhir:display [ fhir:v "Fremdstaaten" ]
  ] ) . #