German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

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

: Beispiel PKV-Versicherung Charlotte von Hohenstein (DKV) - TTL Representation

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Coverage/cov-pkv-01-dkv> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cov-pkv-01-dkv"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/versicherungsart-de-basis" ] ;
       fhir:Coding.code [ fhir:value "PKV" ] ;
       fhir:Coding.display [ fhir:value "Private Krankenversicherung" ]
     ]
  ] ;
  fhir:Coverage.subscriber [
     fhir:link <http://hl7.org/fhir/Patient/pat-pkv-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ]
  ] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/pat-pkv-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ]
  ] ;
  fhir:Coverage.period [
     fhir:Period.start [ fhir:value "2018-06-01"^^xsd:date ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "DKV Deutsche Krankenversicherung" ]
  ] .

<http://hl7.org/fhir/Patient/pat-pkv-01> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Coverage/cov-pkv-01-dkv.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Coverage/cov-pkv-01-dkv.ttl> .