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

: Abrechnungskonto KFO — GKV primary, PKV-Zusatz secondary - 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/Account/ExampleAccountKfo> a fhir:Account ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleAccountKfo"] ;
  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: Account ExampleAccountKfo</b></p><a name=\"ExampleAccountKfo\"> </a><a name=\"hcExampleAccountKfo\"> </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-ExamplePatientKfo.html\">Anna Mueller (official) Female, DoB: 1990-03-22</a></p><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoverageGkvKfo.html\">Coverage: extension = Bayern (KBV_CS_SFHIR_ITA_WOP#71); 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-ExampleCoveragePkvZusatzKfo.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/ExamplePatientKfo> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientKfo" ]
  ] ;
  fhir:Account.coverage [
     fhir:index 0 ;
     fhir:Account.coverage.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageGkvKfo> ;
       fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageGkvKfo" ]
     ] ;
     fhir:Account.coverage.priority [ fhir:value "1"^^xsd:positiveInteger ]
  ], [
     fhir:index 1 ;
     fhir:Account.coverage.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/ExampleCoveragePkvZusatzKfo> ;
       fhir:Reference.reference [ fhir:value "Coverage/ExampleCoveragePkvZusatzKfo" ]
     ] ;
     fhir:Account.coverage.priority [ fhir:value "2"^^xsd:positiveInteger ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatientKfo> a fhir:Patient .

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

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

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

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