@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-pkv-01-dkv> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cov-pkv-01-dkv"] ; # 
  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-pkv-01-dkv</b></p><a name=\"cov-pkv-01-dkv\"> </a><a name=\"hccov-pkv-01-dkv\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/versicherungsart-de-basis PKV}\">Private Krankenversicherung</span></p><p><b>subscriber</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>beneficiary</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>period</b>: 2018-06-01 --&gt; (ongoing)</p><p><b>payor</b>: DKV Deutsche Krankenversicherung</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 "PKV" ] ;
       fhir:display [ fhir:v "Private Krankenversicherung" ]
     ] )
  ] ; # 
  fhir:subscriber [
     fhir:l <https://fhir.cognovis.de/dental/Patient/pat-pkv-01> ;
     fhir:reference [ fhir:v "Patient/pat-pkv-01" ]
  ] ; # 
  fhir:beneficiary [
     fhir:l <https://fhir.cognovis.de/dental/Patient/pat-pkv-01> ;
     fhir:reference [ fhir:v "Patient/pat-pkv-01" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2018-06-01"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
     fhir:display [ fhir:v "DKV Deutsche Krankenversicherung" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

