German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: Multi-Coverage Bundle: ZE GKV + ZZV - 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/Bundle/ExampleBundleZeMultiCoverage> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleBundleZeMultiCoverage"] ;
  fhir:Bundle.type [ fhir:value "collection"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Patient/example-patient" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Patient/example-patient>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageGkvZe" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageGkvZe>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageZzvZe" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageZzvZe>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Account/ExampleAccountZe" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Account/ExampleAccountZe>
  ] .

<https://fhir.cognovis.de/praxis/Patient/example-patient> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "example-patient"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_example-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient example-patient</b></p><a name=\"example-patient\"> </a><a name=\"hcexample-patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Thomas Weber (official) Male, DoB: 1975-06-15</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  ] ;
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [ fhir:value "Weber" ] ;
     fhir:HumanName.given [
       fhir:value "Thomas" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1975-06-15"^^xsd:date] .

<https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageGkvZe> a fhir:Coverage ;
  fhir:Resource.id [ fhir:value "ExampleCoverageGkvZe"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-gkv" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-gkv>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_ExampleCoverageGkvZe\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageGkvZe</b></p><a name=\"ExampleCoverageGkvZe\"> </a><a name=\"hcExampleCoverageGkvZe\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fpde-coverage-gkv.html\">FPDE Coverage GKV</a></p></div><p><b>Kennzeichen Wohnortprinzip (WOP)</b>: <a href=\"https://simplifier.net/resolve?scope=de.cognovis.terminology.kbv@1.0.0&amp;canonical=https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ITA_WOP#KBV-CS-SFHIR-ITA-WOP-v1.23.x-38\">KBV_CS_SFHIR_ITA_WOP: 38</a> (Nordrhein)</p><p><b>identifier</b>: Gesetzliche Krankenversicherung/A123456789</p><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>beneficiary</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>payor</b>: TK - Techniker Krankenkasse</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://fhir.de/StructureDefinition/gkv/wop" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ITA_WOP" ] ;
       fhir:Coding.code [ fhir:value "38" ] ;
       fhir:Coding.display [ fhir:value "Nordrhein" ]
     ]
  ] ;
  fhir:Coverage.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/identifier-type-de-basis" ] ;
         fhir:Coding.code [ fhir:value "GKV" ]
       ], [
         fhir:index 1 ;
         fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/identifier-type-de-basis" ] ;
         fhir:Coding.code [ fhir:value "KVZ10" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.de/sid/gkv/kvid-10" ] ;
     fhir:Identifier.value [ fhir:value "A123456789" ]
  ] ;
  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 "GKV" ] ;
       fhir:Coding.display [ fhir:value "gesetzliche Krankenversicherung" ]
     ]
  ] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "TK - Techniker Krankenkasse" ]
  ] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

<https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageZzvZe> a fhir:Coverage ;
  fhir:Resource.id [ fhir:value "ExampleCoverageZzvZe"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-privat" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-privat>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_ExampleCoverageZzvZe\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageZzvZe</b></p><a name=\"ExampleCoverageZzvZe\"> </a><a name=\"hcExampleCoverageZzvZe\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fpde-coverage-privat.html\">FPDE Coverage Privat</a></p></div><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>beneficiary</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>payor</b>: DKV Zahnzusatzversicherung Premium</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.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "DKV Zahnzusatzversicherung Premium" ]
  ] .

<https://fhir.cognovis.de/praxis/Account/ExampleAccountZe> a fhir:Account ;
  fhir:Resource.id [ fhir:value "ExampleAccountZe"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Account_ExampleAccountZe\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Account ExampleAccountZe</b></p><a name=\"ExampleAccountZe\"> </a><a name=\"hcExampleAccountZe\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PBILLACCT}\">patient billing account</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoverageGkvZe.html\">Coverage: extension = Nordrhein (KBV_CS_SFHIR_ITA_WOP#38); identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p><p><b>priority</b>: 1</p></blockquote><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoverageZzvZe.html\">Coverage: status = active; type = private Krankenversicherung</a></p><p><b>priority</b>: 2</p></blockquote></div>"
  ] ;
  fhir:Account.status [ fhir:value "active"] ;
  fhir:Account.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "PBILLACCT" ] ;
       fhir:Coding.display [ fhir:value "patient billing account" ]
     ]
  ] ;
  fhir:Account.subject [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:Account.coverage [
     fhir:index 0 ;
     fhir:Account.coverage.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageGkvZe> ;
       fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageGkvZe" ]
     ] ;
     fhir:Account.coverage.priority [ fhir:value "1"^^xsd:positiveInteger ]
  ], [
     fhir:index 1 ;
     fhir:Account.coverage.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageZzvZe> ;
       fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageZzvZe" ]
     ] ;
     fhir:Account.coverage.priority [ fhir:value "2"^^xsd:positiveInteger ]
  ] .

<http://hl7.org/fhir/Coverage/ExampleCoverageGkvZe> a fhir:Coverage .

<http://hl7.org/fhir/Coverage/ExampleCoverageZzvZe> a fhir:Coverage .

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

<http://hl7.org/fhir/Bundle/ExampleBundleZeMultiCoverage.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/ExampleBundleZeMultiCoverage.ttl> .