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 — PKV primary, Beihilfe 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/ExampleAccountBeihilfe> a fhir:Account ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleAccountBeihilfe"] ;
  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 ExampleAccountBeihilfe</b></p><a name=\"ExampleAccountBeihilfe\"> </a><a name=\"hcExampleAccountBeihilfe\"> </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-ExamplePatientBeamter.html\">Klaus Schneider (official) Male, DoB: 1968-11-05</a></p><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoveragePkvBeamter.html\">Coverage: status = active; type = private Krankenversicherung</a></p><p><b>priority</b>: 1</p></blockquote><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoverageBeihilfe.html\">Coverage: status = active; type = Beihilfe; subrogation = true</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/ExamplePatientBeamter> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientBeamter" ]
  ] ;
  fhir:Account.coverage [
     fhir:index 0 ;
     fhir:Account.coverage.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/ExampleCoveragePkvBeamter> ;
       fhir:Reference.reference [ fhir:value "Coverage/ExampleCoveragePkvBeamter" ]
     ] ;
     fhir:Account.coverage.priority [ fhir:value "1"^^xsd:positiveInteger ]
  ], [
     fhir:index 1 ;
     fhir:Account.coverage.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageBeihilfe> ;
       fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageBeihilfe" ]
     ] ;
     fhir:Account.coverage.priority [ fhir:value "2"^^xsd:positiveInteger ]
  ] .

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

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

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

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

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