German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Honorarbescheid Q3/2025 — mit Richtigstellung - TTL Representation
Raw ttl | Download
@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:ClaimResponse ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleHonorarbescheid"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse ExampleHonorarbescheid</b></p><a name=\"ExampleHonorarbescheid\"> </a><a name=\"hcExampleHonorarbescheid\"> </a><p><b>Honorarbescheid Quartal</b>: 3/2025</p><p><b>Honorarbescheid Korrekturrichtung</b>: SR</p><p><b>Honorarbescheid Patientenname</b>: Mueller, Hans</p><p><b>Honorarbescheid Geburtsdatum</b>: 1958-03-22</p><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>use</b>: Claim</p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>created</b>: 2025-07-01</p><p><b>insurer</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><p><b>outcome</b>: Processing Complete</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-quartal"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-quartal> ] ;
fhir:value [
a fhir:String ;
fhir:v "3/2025" ]
] [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-correction-sign"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-correction-sign> ] ;
fhir:value [
a fhir:String ;
fhir:v "SR" ]
] [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-patient-name"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-patient-name> ] ;
fhir:value [
a fhir:String ;
fhir:v "Mueller, Hans" ]
] [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-patient-birthdate"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-patient-birthdate> ] ;
fhir:value [
a fhir:Date ;
fhir:v "1958-03-22"^^xsd:date ]
] ) ; #
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:use [ fhir:v "claim"] ; #
fhir:patient [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:created [ fhir:v "2025-07-01"^^xsd:date] ; #
fhir:insurer [
fhir:l fhir:Organization/example-organization ;
fhir:reference [ fhir:v "Organization/example-organization" ]
] ; #
fhir:outcome [ fhir:v "complete"] . #