German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel GKV-Versicherung Aylin Özdemir (Barmer) - 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:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cov-gkv-dental-01-gkv"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage cov-gkv-dental-01-gkv</b></p><a name=\"cov-gkv-dental-01-gkv\"> </a><a name=\"hccov-gkv-dental-01-gkv\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/versicherungsart-de-basis GKV}\">Gesetzliche Krankenversicherung</span></p><p><b>subscriber</b>: <a href=\"Patient-pat-gkv-dental-01.html\">Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)</a></p><p><b>beneficiary</b>: <a href=\"Patient-pat-gkv-dental-01.html\">Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)</a></p><p><b>period</b>: 2024-01-01 --&gt; (ongoing)</p><p><b>payor</b>: Barmer (Identifier: ArgeIkIknr/104940005)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.de/CodeSystem/versicherungsart-de-basis"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/versicherungsart-de-basis>       ] ;
fhir:code [ fhir:v "GKV" ] ;
fhir:display [ fhir:v "Gesetzliche Krankenversicherung" ]     ] )
  ] ; # 
  fhir:subscriber [
fhir:l fhir:Patient/pat-gkv-dental-01 ;
fhir:reference [ fhir:v "Patient/pat-gkv-dental-01" ]
  ] ; # 
  fhir:beneficiary [
fhir:l fhir:Patient/pat-gkv-dental-01 ;
fhir:reference [ fhir:v "Patient/pat-gkv-dental-01" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-01-01"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:identifier [
fhir:system [
fhir:v "http://fhir.de/sid/arge-ik/iknr"^^xsd:anyURI ;
fhir:l <http://fhir.de/sid/arge-ik/iknr>       ] ;
fhir:value [ fhir:v "104940005" ]     ] ;
fhir:display [ fhir:v "Barmer" ]
  ] ) . #