Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Anwesenheitsart - TTL Representation

Active as of 2025-03-01

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 "AnwesenheitsartCS"] ; # 
  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 AnwesenheitsartCS</b></p><a name=\"AnwesenheitsartCS\"> </a><a name=\"hcAnwesenheitsartCS\"> </a><a name=\"AnwesenheitsartCS-en-US\"> </a><p>This case-sensitive code system <code>https://elga.moped.at/CodeSystem/AnwesenheitsartCS</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\">ANW<a name=\"AnwesenheitsartCS-ANW\"> </a></td><td>physisch anwesend</td></tr><tr><td style=\"white-space:nowrap\">ABW<a name=\"AnwesenheitsartCS-ABW\"> </a></td><td>physisch nicht anwesend</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://elga.moped.at/CodeSystem/AnwesenheitsartCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AnwesenheitsartCS"] ; # 
  fhir:title [ fhir:v "Anwesenheitsart"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-03-01T12:22:50+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ELGA GmbH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ELGA GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://elga.gv.at" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem für die Anwesenheitsart"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ANW" ] ;
fhir:display [ fhir:v "physisch anwesend" ]
  ] [
fhir:code [ fhir:v "ABW" ] ;
fhir:display [ fhir:v "physisch nicht anwesend" ]
  ] ) . #