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:Claim ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PraxisBGClaimExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-bg-claim-de"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-bg-claim-de> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Claim PraxisBGClaimExample</b></p><a name=\"PraxisBGClaimExample\"> </a><a name=\"hcPraxisBGClaimExample\"> </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-praxis-bg-claim-de.html\">Praxis BG Claim DE</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>subType</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/billing-claim-subtype bg}\">BG Final Claim</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href=\"Patient-BillingClaimPatientExample.html\">Erika Musterfrau Female, DoB: 1965-07-20 ( http://fhir.de/NamingSystem/gkv/kvid-10#A987654321)</a></p><p><b>created</b>: 2024-04-20 09:30:00+0200</p><p><b>insurer</b>: <a href=\"Organization-BillingClaimBGInsurerExample.html\">Organization BG Holz und Metall</a></p><p><b>provider</b>: <a href=\"Practitioner-BillingClaimPractitionerExample.html\">Practitioner Hans Mueller </a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><h3>Relateds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Claim</b></td><td><b>Relationship</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Claim-PraxisPreliminaryBillingClaimExample.html\">Claim: status = active; type = Professional; subType = Preliminary Billing Claim; use = predetermination; created = 2024-04-01 08:00:00+0200; priority = Normal</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship associated}\">Associated Claim</span></td></tr></table><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td>BG Holz und Metall Unfallversicherung</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/claim-type> ] ;
fhir:code [ fhir:v "professional" ] ] )
] ; #
fhir:subType [
( fhir:coding [
fhir:system [
fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/billing-claim-subtype"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/billing-claim-subtype> ] ;
fhir:code [ fhir:v "bg" ] ] )
] ; #
fhir:use [ fhir:v "claim"] ; #
fhir:patient [
fhir:l fhir:Patient/BillingClaimPatientExample ;
fhir:reference [ fhir:v "Patient/BillingClaimPatientExample" ]
] ; #
fhir:created [ fhir:v "2024-04-20T09:30:00+02:00"^^xsd:dateTime] ; #
fhir:insurer [
fhir:l fhir:Organization/BillingClaimBGInsurerExample ;
fhir:reference [ fhir:v "Organization/BillingClaimBGInsurerExample" ]
] ; #
fhir:provider [
fhir:l fhir:Practitioner/BillingClaimPractitionerExample ;
fhir:reference [ fhir:v "Practitioner/BillingClaimPractitionerExample" ]
] ; #
fhir:priority [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/processpriority> ] ;
fhir:code [ fhir:v "normal" ] ] )
] ; #
fhir:related ( [
fhir:claim [
fhir:l fhir:Claim/PraxisPreliminaryBillingClaimExample ;
fhir:reference [ fhir:v "Claim/PraxisPreliminaryBillingClaimExample" ] ] ;
fhir:relationship [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship> ] ;
fhir:code [ fhir:v "associated" ] ] ) ]
] ) ; #
fhir:insurance ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:focal [ fhir:v true ] ;
fhir:coverage [
fhir:display [ fhir:v "BG Holz und Metall Unfallversicherung" ] ]
] ) . #
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