German Practice Management FHIR Profiles (R4)
0.71.0 - STU1
DE
German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleBundleBeihilfeMultiCoverage"] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [
fhir:v "https://fhir.cognovis.de/praxis/Patient/ExamplePatientBeamter"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/Patient/ExamplePatientBeamter> ] ;
( fhir:resource <https://fhir.cognovis.de/praxis/Patient/ExamplePatientBeamter> )
] [
fhir:fullUrl [
fhir:v "https://fhir.cognovis.de/praxis/Coverage/ExampleCoveragePkvBeamter"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/Coverage/ExampleCoveragePkvBeamter> ] ;
( fhir:resource <https://fhir.cognovis.de/praxis/Coverage/ExampleCoveragePkvBeamter> )
] [
fhir:fullUrl [
fhir:v "https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageBeihilfe"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageBeihilfe> ] ;
( fhir:resource <https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageBeihilfe> )
] [
fhir:fullUrl [
fhir:v "https://fhir.cognovis.de/praxis/Account/ExampleAccountBeihilfe"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/Account/ExampleAccountBeihilfe> ] ;
( fhir:resource <https://fhir.cognovis.de/praxis/Account/ExampleAccountBeihilfe> )
] ) . #
<https://fhir.cognovis.de/praxis/Patient/ExamplePatientBeamter> a fhir:Patient ;
fhir:id [ fhir:v "ExamplePatientBeamter"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-patient"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/fpde-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ExamplePatientBeamter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientBeamter</b></p><a name=\"ExamplePatientBeamter\"> </a><a name=\"hcExamplePatientBeamter\"> </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-patient.html\">FPDE Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Klaus Schneider (official) Male, DoB: 1968-11-05</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>"^^rdf:XMLLiteral ]
] ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Schneider" ] ;
( fhir:given [ fhir:v "Klaus" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1968-11-05"^^xsd:date] . #
<https://fhir.cognovis.de/praxis/Coverage/ExampleCoveragePkvBeamter> a fhir:Coverage ;
fhir:id [ fhir:v "ExampleCoveragePkvBeamter"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-privat"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-privat> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_ExampleCoveragePkvBeamter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoveragePkvBeamter</b></p><a name=\"ExampleCoveragePkvBeamter\"> </a><a name=\"hcExampleCoveragePkvBeamter\"> </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-ExamplePatientBeamter.html\">Klaus Schneider (official) Male, DoB: 1968-11-05</a></p><p><b>payor</b>: Allianz Private 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:beneficiary [
fhir:l fhir:Patient/ExamplePatientBeamter ;
fhir:reference [ fhir:v "Patient/ExamplePatientBeamter" ]
] ; #
fhir:payor ( [
fhir:display [ fhir:v "Allianz Private Krankenversicherung" ]
] ) . #
<https://fhir.cognovis.de/praxis/Coverage/ExampleCoverageBeihilfe> a fhir:Coverage ;
fhir:id [ fhir:v "ExampleCoverageBeihilfe"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.de/StructureDefinition/coverage-de-basis"^^xsd:anyURI ;
fhir:l <http://fhir.de/StructureDefinition/coverage-de-basis> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_ExampleCoverageBeihilfe\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageBeihilfe</b></p><a name=\"ExampleCoverageBeihilfe\"> </a><a name=\"hcExampleCoverageBeihilfe\"> </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=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0-ballot2&canonical=http://fhir.de/StructureDefinition/coverage-de-basis\">Coverage, deutsches Basisprofil</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/versicherungsart-de-basis BEI}\">Beihilfe</span></p><p><b>beneficiary</b>: <a href=\"Patient-ExamplePatientBeamter.html\">Klaus Schneider (official) Male, DoB: 1968-11-05</a></p><p><b>payor</b>: Beihilfestelle Land Baden-Wuerttemberg</p><p><b>subrogation</b>: true</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 "BEI" ] ;
fhir:display [ fhir:v "Beihilfe" ] ] )
] ; #
fhir:beneficiary [
fhir:l fhir:Patient/ExamplePatientBeamter ;
fhir:reference [ fhir:v "Patient/ExamplePatientBeamter" ]
] ; #
fhir:payor ( [
fhir:display [ fhir:v "Beihilfestelle Land Baden-Wuerttemberg" ]
] ) ; #
fhir:subrogation [ fhir:v true] . #
<https://fhir.cognovis.de/praxis/Account/ExampleAccountBeihilfe> a fhir:Account ;
fhir:id [ fhir:v "ExampleAccountBeihilfe"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Account_ExampleAccountBeihilfe\"> </a><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>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ;
fhir:code [ fhir:v "PBILLACCT" ] ;
fhir:display [ fhir:v "patient billing account" ] ] )
] ; #
fhir:subject ( [
fhir:l fhir:Patient/ExamplePatientBeamter ;
fhir:reference [ fhir:v "Patient/ExamplePatientBeamter" ]
] ) ; #
fhir:coverage ( [
fhir:coverage [
fhir:l fhir:Coverage/ExampleCoveragePkvBeamter ;
fhir:reference [ fhir:v "Coverage/ExampleCoveragePkvBeamter" ] ] ;
fhir:priority [ fhir:v "1"^^xsd:positiveInteger ]
] [
fhir:coverage [
fhir:l fhir:Coverage/ExampleCoverageBeihilfe ;
fhir:reference [ fhir:v "Coverage/ExampleCoverageBeihilfe" ] ] ;
fhir:priority [ fhir:v "2"^^xsd:positiveInteger ]
] ) . #
IG © 2026+ cognovis GmbH. Package de.cognovis.fhir.praxis#0.71.0 based on FHIR 4.0.1. Generated 2026-05-30
Links: Table of Contents |
QA Report