@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/dental/Coverage/cov-gkv-01-aok> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cov-gkv-01-aok"] ; # 
  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-01-aok</b></p><a name=\"cov-gkv-01-aok\"> </a><a name=\"hccov-gkv-01-aok\"> </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-01.html\">Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( Krankenversichertennummer)</a></p><p><b>beneficiary</b>: <a href=\"Patient-pat-gkv-01.html\">Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( Krankenversichertennummer)</a></p><p><b>period</b>: 2020-01-01 --&gt; (ongoing)</p><p><b>payor</b>: AOK Bayern (Identifier: ArgeIkIknr/108310400)</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 <https://fhir.cognovis.de/dental/Patient/pat-gkv-01> ;
     fhir:reference [ fhir:v "Patient/pat-gkv-01" ]
  ] ; # 
  fhir:beneficiary [
     fhir:l <https://fhir.cognovis.de/dental/Patient/pat-gkv-01> ;
     fhir:reference [ fhir:v "Patient/pat-gkv-01" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2020-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 "108310400" ]
     ] ;
     fhir:display [ fhir:v "AOK Bayern" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

