@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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://prostatecancerspec.org/DiagnosticReport/TransurethralResectionReport> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "TransurethralResectionReport"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-report|2026.0.0" ;
       fhir:index 0 ;
       fhir:link <https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-report|2026.0.0>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport TransurethralResectionReport</b></p><a name=\"TransurethralResectionReport\"> </a><a name=\"hcTransurethralResectionReport\"> </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.medizininformatikinitiative.kerndatensatz.patho@2026.0.0&amp;canonical=https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-report\">MII PR Patho Report</a> version: 2026.0.0</p></div><h2><span title=\"Codes:{http://loinc.org 60568-3}\">Pathology Synoptic report</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 SP}\">Surgical Pathology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Peter Schmidt  Male, DoB: 1960-03-22 ( http://example.hospital.de/patient-ids#PAT-2024-002)</td></tr><tr><td>Relevant Time</td><td>2024-04-12 17:00:00+0100</td></tr><tr><td>Reported</td><td>2024-04-13 08:00:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-PathologistPractitioner.html\">Practitioner Maria Schneider </a></td></tr><tr><td>Identifier</td><td> Accession ID/E_24_003</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Relevant Time</b></td></tr><tr><td><a href=\"Observation-TransurethralResectionMacroscopicGrouper.html\"><span title=\"Codes:{http://loinc.org 22634-0}\">Pathology report gross observation Narrative</span></a> (<span title=\"Codes:{http://snomed.info/sct 41216001}\">Prostate</span>)</td><td/><td>Final</td><td>2024-04-11 14:00:00+0100</td></tr><tr><td><a href=\"Observation-TransurethralResectionDiagnosticConclusionGrouper.html\"><span title=\"Codes:{http://loinc.org 22637-3}\">Pathology report final diagnosis Narrative</span></a></td><td/><td>Final</td><td>2024-04-12</td></tr></table><p>TUR-Prostata: Azinäres Adenokarzinom, Gleason Score 4+5=9 (ISUP Grade Group 5), mit invasiven cribriformen Anteilen und intraduktalem Karzinom. Extensive Tumorinfiltration (60% des Gewebes) mit extraprostatischer Extension, Samenblaseninvasion, perineuralem und lymphovaskulärem Befall.</p></div>"
  ] ;
  fhir:DiagnosticReport.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "ACSN" ] ;
         fhir:Coding.display [ fhir:value "Accession ID" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://pathologie.example-hospital.de/fhir/fn/befundbericht" ] ;
     fhir:Identifier.value [ fhir:value "E_24_003" ]
  ] ;
  fhir:DiagnosticReport.basedOn [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/ServiceRequest/TransurethralResectionReportRequest> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/TransurethralResectionReportRequest" ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
       fhir:Coding.code [ fhir:value "SP" ] ;
       fhir:Coding.display [ fhir:value "Surgical Pathology" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:60568-3 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "60568-3" ] ;
       fhir:Coding.display [ fhir:value "Pathology Synoptic report" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://prostatecancerspec.org/Patient/Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2024-04-12T17:00:00+01:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2024-04-13T08:00:00+01:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/Practitioner/PathologistPractitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/PathologistPractitioner" ]
  ] ;
  fhir:DiagnosticReport.specimen [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenPart> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenPart" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenBlock01> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenBlock01" ]
  ], [
     fhir:index 2 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide01A> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide01A" ]
  ], [
     fhir:index 3 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide01B> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide01B" ]
  ], [
     fhir:index 4 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenBlock02> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenBlock02" ]
  ], [
     fhir:index 5 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide02A> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide02A" ]
  ], [
     fhir:index 6 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide02B> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide02B" ]
  ], [
     fhir:index 7 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenBlock03> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenBlock03" ]
  ], [
     fhir:index 8 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide03A> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide03A" ]
  ], [
     fhir:index 9 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide03B> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide03B" ]
  ], [
     fhir:index 10 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenBlock04> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenBlock04" ]
  ], [
     fhir:index 11 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide04A> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide04A" ]
  ], [
     fhir:index 12 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide04B> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide04B" ]
  ], [
     fhir:index 13 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenBlock05> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenBlock05" ]
  ], [
     fhir:index 14 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide05A> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide05A" ]
  ], [
     fhir:index 15 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide05B> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide05B" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/Observation/TransurethralResectionMacroscopicGrouper> ;
     fhir:Reference.reference [ fhir:value "Observation/TransurethralResectionMacroscopicGrouper" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://prostatecancerspec.org/Observation/TransurethralResectionDiagnosticConclusionGrouper> ;
     fhir:Reference.reference [ fhir:value "Observation/TransurethralResectionDiagnosticConclusionGrouper" ]
  ] ;
  fhir:DiagnosticReport.conclusion [ fhir:value "TUR-Prostata: Azinäres Adenokarzinom, Gleason Score 4+5=9 (ISUP Grade Group 5), mit invasiven cribriformen Anteilen und intraduktalem Karzinom. Extensive Tumorinfiltration (60% des Gewebes) mit extraprostatischer Extension, Samenblaseninvasion, perineuralem und lymphovaskulärem Befall."] .

# - ontology header ------------------------------------------------------------

<http://prostatecancerspec.org/DiagnosticReport/TransurethralResectionReport.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

