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

: Rehabilitation participation rejection proof graph - 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/Bundle/ExampleRehabRejectionBundle> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleRehabRejectionBundle"] ;
  fhir:Bundle.type [ fhir:value "collection"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Patient/ExampleRehabPatient" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Patient/ExampleRehabPatient>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Practitioner/ExampleRehabRequester" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Practitioner/ExampleRehabRequester>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Organization/ExampleRehabPayer" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Organization/ExampleRehabPayer>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Coverage/ExampleRehabCoverage" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Coverage/ExampleRehabCoverage>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Condition/ExampleRehabCondition" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Condition/ExampleRehabCondition>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/ServiceRequest/ExampleFunctionTrainingRequest" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/ServiceRequest/ExampleFunctionTrainingRequest>
  ], [
     fhir:index 6 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Claim/ExampleFunctionTrainingClaim" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Claim/ExampleFunctionTrainingClaim>
  ], [
     fhir:index 7 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/ClaimResponse/ExampleFunctionTrainingRejection" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/ClaimResponse/ExampleFunctionTrainingRejection>
  ], [
     fhir:index 8 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.cognovis.de/praxis/Task/ExampleFunctionTrainingTask" ] ;
     fhir:Bundle.entry.resource <https://fhir.cognovis.de/praxis/Task/ExampleFunctionTrainingTask>
  ] .

<https://fhir.cognovis.de/praxis/Patient/ExampleRehabPatient> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "ExampleRehabPatient"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient" ;
       fhir:index 0 ;
       fhir:link <https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ExampleRehabPatient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ExampleRehabPatient</b></p><a name=\"ExampleRehabPatient\"> </a><a name=\"hcExampleRehabPatient\"> </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=kbv.basis@1.9.0&amp;canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient\">KBV_PR_Base_Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Alex Becker (official) Unknown, DoB: 1978-04-17</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>"
  ] ;
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [ fhir:value "Becker" ] ;
     fhir:HumanName.given [
       fhir:value "Alex" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "unknown"] ;
  fhir:Patient.birthDate [ fhir:value "1978-04-17"^^xsd:date] .

<https://fhir.cognovis.de/praxis/Practitioner/ExampleRehabRequester> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "ExampleRehabRequester"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner" ;
       fhir:index 0 ;
       fhir:link <https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_ExampleRehabRequester\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExampleRehabRequester</b></p><a name=\"ExampleRehabRequester\"> </a><a name=\"hcExampleRehabRequester\"> </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=kbv.basis@1.9.0&amp;canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner\">KBV_PR_Base_Practitioner</a></p></div><p><b>active</b>: true</p><p><b>name</b>: Klara Neumann </p></div>"
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.family [ fhir:value "Neumann" ] ;
     fhir:HumanName.given [
       fhir:value "Klara" ;
       fhir:index 0
     ]
  ] .

<https://fhir.cognovis.de/praxis/Organization/ExampleRehabPayer> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "ExampleRehabPayer"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ExampleRehabPayer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleRehabPayer</b></p><a name=\"ExampleRehabPayer\"> </a><a name=\"hcExampleRehabPayer\"> </a><p><b>identifier</b>: ArgeIkIknr/109500969</p><p><b>active</b>: true</p><p><b>name</b>: Example statutory payer</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://fhir.de/sid/arge-ik/iknr" ] ;
     fhir:Identifier.value [ fhir:value "109500969" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Example statutory payer"] .

<https://fhir.cognovis.de/praxis/Coverage/ExampleRehabCoverage> a fhir:Coverage ;
  fhir:Resource.id [ fhir:value "ExampleRehabCoverage"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-gkv" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/fpde-coverage-gkv>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_ExampleRehabCoverage\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleRehabCoverage</b></p><a name=\"ExampleRehabCoverage\"> </a><a name=\"hcExampleRehabCoverage\"> </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-gkv.html\">FPDE Coverage GKV</a></p></div><p><b>identifier</b>: Gesetzliche Krankenversicherung/A123456789</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/versicherungsart-de-basis GKV}\">gesetzliche Krankenversicherung</span></p><p><b>beneficiary</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>payor</b>: <a href=\"Organization-ExampleRehabPayer.html\">Example statutory payer</a></p></div>"
  ] ;
  fhir:Coverage.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/identifier-type-de-basis" ] ;
         fhir:Coding.code [ fhir:value "GKV" ]
       ], [
         fhir:index 1 ;
         fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/identifier-type-de-basis" ] ;
         fhir:Coding.code [ fhir:value "KVZ10" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.de/sid/gkv/kvid-10" ] ;
     fhir:Identifier.value [ fhir:value "A123456789" ]
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/versicherungsart-de-basis" ] ;
       fhir:Coding.code [ fhir:value "GKV" ] ;
       fhir:Coding.display [ fhir:value "gesetzliche Krankenversicherung" ]
     ]
  ] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/ExampleRehabPayer> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleRehabPayer" ] ;
     fhir:Reference.display [ fhir:value "Example statutory payer" ]
  ] .

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

<http://hl7.org/fhir/Organization/ExampleRehabPayer> a fhir:Organization .

<https://fhir.cognovis.de/praxis/Condition/ExampleRehabCondition> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "ExampleRehabCondition"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_ExampleRehabCondition\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleRehabCondition</b></p><a name=\"ExampleRehabCondition\"> </a><a name=\"hcExampleRehabCondition\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:\">Persistent functional limitation after orthopedic treatment</span></p><p><b>subject</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.text [ fhir:value "Persistent functional limitation after orthopedic treatment" ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] .

<https://fhir.cognovis.de/praxis/ServiceRequest/ExampleFunctionTrainingRequest> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "ExampleFunctionTrainingRequest"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-request-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-request-de>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ExampleFunctionTrainingRequest\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleFunctionTrainingRequest</b></p><a name=\"ExampleFunctionTrainingRequest\"> </a><a name=\"hcExampleFunctionTrainingRequest\"> </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-rehabilitation-participation-request-de.html\">Rehabilitation Participation Request DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id</code>/E56-2026-0002</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/annex-2b-care-domain e56-rehabilitation-participation}\">e56 Rehabilitation Participation</span></p><p><b>code</b>: <span title=\"Codes:\">Function training</span></p><p><b>subject</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>occurrence</b>: 2026-08-01 --&gt; 2027-01-31</p><p><b>authoredOn</b>: 2026-07-16</p><p><b>requester</b>: <a href=\"Practitioner-ExampleRehabRequester.html\">Practitioner Klara Neumann </a></p><p><b>reasonReference</b>: <a href=\"Condition-ExampleRehabCondition.html\">Condition </a></p><p><b>insurance</b>: <a href=\"Coverage-ExampleRehabCoverage.html\">Coverage: identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p></div>"
  ] ;
  fhir:ServiceRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id" ] ;
     fhir:Identifier.value [ fhir:value "E56-2026-0002" ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/annex-2b-care-domain" ] ;
       fhir:Coding.code [ fhir:value "e56-rehabilitation-participation" ]
     ]
  ] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.text [ fhir:value "Function training" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] ;
  fhir:ServiceRequest.occurrencePeriod [
     fhir:Period.start [ fhir:value "2026-08-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2027-01-31"^^xsd:date ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-07-16"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/ExampleRehabRequester> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExampleRehabRequester" ]
  ] ;
  fhir:ServiceRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/ExampleRehabCondition> ;
     fhir:Reference.reference [ fhir:value "Condition/ExampleRehabCondition" ]
  ] ;
  fhir:ServiceRequest.insurance [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Coverage/ExampleRehabCoverage> ;
     fhir:Reference.reference [ fhir:value "Coverage/ExampleRehabCoverage" ]
  ] .

<http://hl7.org/fhir/Practitioner/ExampleRehabRequester> a fhir:Practitioner .

<http://hl7.org/fhir/Condition/ExampleRehabCondition> a fhir:Condition .

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

<https://fhir.cognovis.de/praxis/Claim/ExampleFunctionTrainingClaim> a fhir:Claim ;
  fhir:Resource.id [ fhir:value "ExampleFunctionTrainingClaim"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-pas-claim-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-pas-claim-de>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Claim_ExampleFunctionTrainingClaim\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Claim ExampleFunctionTrainingClaim</b></p><a name=\"ExampleFunctionTrainingClaim\"> </a><a name=\"hcExampleFunctionTrainingClaim\"> </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-rehabilitation-participation-pas-claim-de.html\">Rehabilitation Participation PAS Claim DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id</code>/E56-PAS-2026-0002</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>: Preauthorization</p><p><b>patient</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>created</b>: 2026-07-16 11:00:00+0200</p><p><b>insurer</b>: <a href=\"Organization-ExampleRehabPayer.html\">Organization Example statutory payer</a></p><p><b>provider</b>: <a href=\"Practitioner-ExampleRehabRequester.html\">Practitioner Klara Neumann </a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><p><b>referral</b>: <a href=\"ServiceRequest-ExampleFunctionTrainingRequest.html\">ServiceRequest </a></p><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><a href=\"Coverage-ExampleRehabCoverage.html\">Coverage: identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></td></tr></table><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>ProductOrService</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><span title=\"Codes:\">Function training</span></td><td>24 sessions<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1*')</span></td></tr></table></div>"
  ] ;
  fhir:Claim.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id" ] ;
     fhir:Identifier.value [ fhir:value "E56-PAS-2026-0002" ]
  ] ;
  fhir:Claim.status [ fhir:value "active"] ;
  fhir:Claim.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ] ;
       fhir:Coding.code [ fhir:value "professional" ]
     ]
  ] ;
  fhir:Claim.use [ fhir:value "preauthorization"] ;
  fhir:Claim.patient [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] ;
  fhir:Claim.created [ fhir:value "2026-07-16T11:00:00+02:00"^^xsd:dateTime] ;
  fhir:Claim.insurer [
     fhir:link <http://hl7.org/fhir/Organization/ExampleRehabPayer> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleRehabPayer" ]
  ] ;
  fhir:Claim.provider [
     fhir:link <http://hl7.org/fhir/Practitioner/ExampleRehabRequester> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExampleRehabRequester" ]
  ] ;
  fhir:Claim.priority [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/processpriority" ] ;
       fhir:Coding.code [ fhir:value "normal" ]
     ]
  ] ;
  fhir:Claim.referral [
     fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleFunctionTrainingRequest> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleFunctionTrainingRequest" ]
  ] ;
  fhir:Claim.insurance [
     fhir:index 0 ;
     fhir:Claim.insurance.sequence [ fhir:value "1"^^xsd:positiveInteger ] ;
     fhir:Claim.insurance.focal [ fhir:value "true"^^xsd:boolean ] ;
     fhir:Claim.insurance.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/ExampleRehabCoverage> ;
       fhir:Reference.reference [ fhir:value "Coverage/ExampleRehabCoverage" ]
     ]
  ] ;
  fhir:Claim.item [
     fhir:index 0 ;
     fhir:Claim.item.sequence [ fhir:value "1"^^xsd:positiveInteger ] ;
     fhir:Claim.item.productOrService [
       fhir:CodeableConcept.text [ fhir:value "Function training" ]
     ] ;
     fhir:Claim.item.quantity [
       fhir:Quantity.value [ fhir:value "24"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "sessions" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "1" ]
     ]
  ] .

<http://hl7.org/fhir/ServiceRequest/ExampleFunctionTrainingRequest> a fhir:ServiceRequest .

<https://fhir.cognovis.de/praxis/ClaimResponse/ExampleFunctionTrainingRejection> a fhir:ClaimResponse ;
  fhir:Resource.id [ fhir:value "ExampleFunctionTrainingRejection"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-pas-claim-response-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-pas-claim-response-de>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ClaimResponse_ExampleFunctionTrainingRejection\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse ExampleFunctionTrainingRejection</b></p><a name=\"ExampleFunctionTrainingRejection\"> </a><a name=\"hcExampleFunctionTrainingRejection\"> </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-rehabilitation-participation-pas-claim-response-de.html\">Rehabilitation Participation PAS ClaimResponse DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-response-id</code>/E56-DECISION-2026-0002</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>: Preauthorization</p><p><b>patient</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>created</b>: 2026-07-19 09:30:00+0200</p><p><b>insurer</b>: <a href=\"Organization-ExampleRehabPayer.html\">Organization Example statutory payer</a></p><p><b>request</b>: <a href=\"Claim-ExampleFunctionTrainingClaim.html\">Claim: identifier = https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id#E56-PAS-2026-0002; status = active; type = Professional; use = preauthorization; created = 2026-07-16 11:00:00+0200; priority = Normal</a></p><p><b>outcome</b>: Processing Complete</p><p><b>disposition</b>: The requested service requires additional clinical evidence.</p><blockquote><p><b>item</b></p><p><b>itemSequence</b>: 1</p><h3>Adjudications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Category</b></td><td><b>Reason</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adjudication eligible}\">Eligible Amount</span></td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/rehabilitation-authorization-decision-reason insufficient-clinical-evidence}\">Insufficient Clinical Evidence</span></td><td>0</td></tr></table></blockquote></div>"
  ] ;
  fhir:ClaimResponse.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/authorization-response-id" ] ;
     fhir:Identifier.value [ fhir:value "E56-DECISION-2026-0002" ]
  ] ;
  fhir:ClaimResponse.status [ fhir:value "active"] ;
  fhir:ClaimResponse.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ] ;
       fhir:Coding.code [ fhir:value "professional" ]
     ]
  ] ;
  fhir:ClaimResponse.use [ fhir:value "preauthorization"] ;
  fhir:ClaimResponse.patient [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] ;
  fhir:ClaimResponse.created [ fhir:value "2026-07-19T09:30:00+02:00"^^xsd:dateTime] ;
  fhir:ClaimResponse.insurer [
     fhir:link <http://hl7.org/fhir/Organization/ExampleRehabPayer> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleRehabPayer" ]
  ] ;
  fhir:ClaimResponse.request [
     fhir:link <http://hl7.org/fhir/Claim/ExampleFunctionTrainingClaim> ;
     fhir:Reference.reference [ fhir:value "Claim/ExampleFunctionTrainingClaim" ]
  ] ;
  fhir:ClaimResponse.outcome [ fhir:value "complete"] ;
  fhir:ClaimResponse.disposition [ fhir:value "The requested service requires additional clinical evidence."] ;
  fhir:ClaimResponse.item [
     fhir:index 0 ;
     fhir:ClaimResponse.item.itemSequence [ fhir:value "1"^^xsd:positiveInteger ] ;
     fhir:ClaimResponse.item.adjudication [
       fhir:index 0 ;
       fhir:ClaimResponse.item.adjudication.category [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adjudication" ] ;
           fhir:Coding.code [ fhir:value "eligible" ]
         ]
       ] ;
       fhir:ClaimResponse.item.adjudication.reason [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/rehabilitation-authorization-decision-reason" ] ;
           fhir:Coding.code [ fhir:value "insufficient-clinical-evidence" ]
         ]
       ] ;
       fhir:ClaimResponse.item.adjudication.value [ fhir:value "0"^^xsd:decimal ]
     ]
  ] .

<http://hl7.org/fhir/Claim/ExampleFunctionTrainingClaim> a fhir:Claim .

<https://fhir.cognovis.de/praxis/Task/ExampleFunctionTrainingTask> a fhir:Task ;
  fhir:Resource.id [ fhir:value "ExampleFunctionTrainingTask"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-pas-task-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-pas-task-de>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_ExampleFunctionTrainingTask\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task ExampleFunctionTrainingTask</b></p><a name=\"ExampleFunctionTrainingTask\"> </a><a name=\"hcExampleFunctionTrainingTask\"> </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-rehabilitation-participation-pas-task-de.html\">Rehabilitation Participation PAS Task DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-task-id</code>/E56-TASK-2026-0002</p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code submit}\">Antrag einreichen</span></p><p><b>for</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>authoredOn</b>: 2026-07-16 11:00:00+0200</p><p><b>lastModified</b>: 2026-07-19 09:30:00+0200</p><p><b>requester</b>: <a href=\"Practitioner-ExampleRehabRequester.html\">Practitioner Klara Neumann </a></p><p><b>owner</b>: <a href=\"Organization-ExampleRehabPayer.html\">Organization Example statutory payer</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type claim-reference}\">Claim Reference</span></td><td><a href=\"Claim-ExampleFunctionTrainingClaim.html\">Claim: identifier = https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id#E56-PAS-2026-0002; status = active; type = Professional; use = preauthorization; created = 2026-07-16 11:00:00+0200; priority = Normal</a></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type response-reference}\">ClaimResponse Reference</span></td><td><a href=\"ClaimResponse-ExampleFunctionTrainingRejection.html\">ClaimResponse: identifier = https://fhir.cognovis.de/praxis/NamingSystem/authorization-response-id#E56-DECISION-2026-0002; status = active; type = Professional; use = preauthorization; created = 2026-07-19 09:30:00+0200; outcome = complete; disposition = The requested service requires additional clinical evidence.</a></td></tr></table></div>"
  ] ;
  fhir:Task.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/authorization-task-id" ] ;
     fhir:Identifier.value [ fhir:value "E56-TASK-2026-0002" ]
  ] ;
  fhir:Task.status [ fhir:value "completed"] ;
  fhir:Task.intent [ fhir:value "order"] ;
  fhir:Task.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code" ] ;
       fhir:Coding.code [ fhir:value "submit" ]
     ]
  ] ;
  fhir:Task.for [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] ;
  fhir:Task.authoredOn [ fhir:value "2026-07-16T11:00:00+02:00"^^xsd:dateTime] ;
  fhir:Task.lastModified [ fhir:value "2026-07-19T09:30:00+02:00"^^xsd:dateTime] ;
  fhir:Task.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/ExampleRehabRequester> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExampleRehabRequester" ]
  ] ;
  fhir:Task.owner [
     fhir:link <http://hl7.org/fhir/Organization/ExampleRehabPayer> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleRehabPayer" ]
  ] ;
  fhir:Task.input [
     fhir:index 0 ;
     fhir:Task.input.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type" ] ;
         fhir:Coding.code [ fhir:value "claim-reference" ]
       ]
     ] ;
     fhir:Task.input.valueReference [
       fhir:link <http://hl7.org/fhir/Claim/ExampleFunctionTrainingClaim> ;
       fhir:Reference.reference [ fhir:value "Claim/ExampleFunctionTrainingClaim" ]
     ]
  ] ;
  fhir:Task.output [
     fhir:index 0 ;
     fhir:Task.output.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type" ] ;
         fhir:Coding.code [ fhir:value "response-reference" ]
       ]
     ] ;
     fhir:Task.output.valueReference [
       fhir:link <http://hl7.org/fhir/ClaimResponse/ExampleFunctionTrainingRejection> ;
       fhir:Reference.reference [ fhir:value "ClaimResponse/ExampleFunctionTrainingRejection" ]
     ]
  ] .

<http://hl7.org/fhir/ClaimResponse/ExampleFunctionTrainingRejection> a fhir:ClaimResponse .

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

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