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 Versichertenart 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-versichertenart-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-versichertenart-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ECardVersichertenartCS"] ; # 
  fhir:title [ fhir:v "e-card Versichertenart 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 Versichertenart.\n\n\nVersicherte der BVAEB-EB, BVAEB-OEB und aller am e-card System teilnehmenden KFA:\n\nA - der Patient ist als Vertragsbediensteter versichert\n\nB - der Patient ist als Beamter versichert\n\n\n\nVersicherte der SVS-GW:\n\nC - der Patient ist als Gewerbetreibender versichert\n\nD - der Patient ist als neue Selbstständige versichert"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Vertragsbediensteter" ]
  ] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "Beamter" ]
  ] [
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Gewerbetreibender" ]
  ] [
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "Neue Selbstständige" ]
  ] ) . #