@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/ClaimResponse/PASClaimResponseRejectedExample> a fhir:ClaimResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PASClaimResponseRejectedExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/pas-claim-response-de"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/pas-claim-response-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: ClaimResponse PASClaimResponseRejectedExample</b></p><a name=\"PASClaimResponseRejectedExample\"> </a><a name=\"hcPASClaimResponseRejectedExample\"> </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-pas-claim-response-de.html\">PAS ClaimResponse 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>use</b>: Preauthorization</p><p><b>patient</b>: <a href=\"Patient-PASClaimPatientExample.html\">Max Mustermann  Male, DoB: 1970-03-15 ( http://fhir.de/NamingSystem/gkv/kvid-10#A123456789)</a></p><p><b>created</b>: 2024-03-07 11:15:00+0100</p><p><b>insurer</b>: <a href=\"Organization-PASClaimInsurerExample.html\">Organization AOK Bayern</a></p><p><b>request</b>: <a href=\"Claim-PASClaimHausarztExample.html\">Claim: status = active; type = Professional; use = preauthorization; created = 2024-03-05 10:30:00+0100; priority = Normal</a></p><p><b>outcome</b>: Error</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></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adjudication submitted}\">Submitted Amount</span></td></tr></table></blockquote><h3>Errors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/adjudication-error nicht-genehmigungspflichtig}\">Nicht genehmigungspflichtig</span></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:use [ fhir:v "preauthorization"] ; # 
  fhir:patient [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/PASClaimPatientExample> ;
     fhir:reference [ fhir:v "Patient/PASClaimPatientExample" ]
  ] ; # 
  fhir:created [ fhir:v "2024-03-07T11:15:00+01:00"^^xsd:dateTime] ; # 
  fhir:insurer [
     fhir:l <https://fhir.cognovis.de/praxis/Organization/PASClaimInsurerExample> ;
     fhir:reference [ fhir:v "Organization/PASClaimInsurerExample" ]
  ] ; # 
  fhir:request [
     fhir:l <https://fhir.cognovis.de/praxis/Claim/PASClaimHausarztExample> ;
     fhir:reference [ fhir:v "Claim/PASClaimHausarztExample" ]
  ] ; # 
  fhir:outcome [ fhir:v "error"] ; # 
  fhir:item ( [
     fhir:itemSequence [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:adjudication ( [
       fhir:category [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/adjudication"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/adjudication>
           ] ;
           fhir:code [ fhir:v "submitted" ] ;
           fhir:display [ fhir:v "Submitted Amount" ]
         ] )
       ]
     ] )
  ] ) ; # 
  fhir:error ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/adjudication-error"^^xsd:anyURI ;
           fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/adjudication-error>
         ] ;
         fhir:code [ fhir:v "nicht-genehmigungspflichtig" ] ;
         fhir:display [ fhir:v "Nicht genehmigungspflichtig" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

