@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

<http://breastcancerspec.org/DiagnosticReport/CoreNeedleBiopsyReport> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CoreNeedleBiopsyReport"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-report|2026.0.0"^^xsd:anyURI ;
       fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-report?version=2026.0.0>
     ] )
  ] ; # 
  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: DiagnosticReport CoreNeedleBiopsyReport</b></p><a name=\"CoreNeedleBiopsyReport\"> </a><a name=\"hcCoreNeedleBiopsyReport\"> </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>Sabine Becker  Female, DoB: 1971-03-15 ( http://example.hospital.de/patient-ids#PAT-2025-105)</td></tr><tr><td>When For</td><td>2025-01-17 15:00:00+0100</td></tr><tr><td>Reported</td><td>2025-01-17 17:00:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-PathologistPractitioner.html\">Practitioner Elisabeth Hoffmann </a></td></tr><tr><td>Identifier</td><td> Accession ID/E_25_105</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>When For</b></td></tr><tr><td><a href=\"Observation-CoreNeedleBiopsyMacroscopicGrouper.html\"><span title=\"Codes:{http://loinc.org 22634-0}\">Pathology report gross observation Narrative</span></a> (<span title=\"Codes:{http://snomed.info/sct 110502005}\">Structure of lower outer quadrant of left breast (body structure)</span>)</td><td/><td>Final</td><td>2025-01-16 08:30:00+0100</td></tr><tr><td><a href=\"Observation-CoreNeedleBiopsyDiagnosticConclusionGrouper.html\"><span title=\"Codes:{http://loinc.org 22637-3}\">Pathology report final diagnosis Narrative</span></a></td><td/><td>Final</td><td>2025-01-17</td></tr></table><p>Invasives Mammakarzinom NST (ICD-O 8500/3), Nottingham Grad 2 (Score 6: Tubuli 3, Kernpleomorphie 2, Mitosen 1). ER+ (85%), PR+ (50%), HER2- (nicht amplifiziert), Ki-67 10%. B-Klassifikation B5b.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "ACSN" ] ;
         fhir:display [ fhir:v "Accession ID" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "https://pathologie.example-hospital.de/fhir/fn/befundbericht"^^xsd:anyURI ;
       fhir:l <https://pathologie.example-hospital.de/fhir/fn/befundbericht>
     ] ;
     fhir:value [ fhir:v "E_25_105" ]
  ] ) ; # 
  fhir:basedOn ( [
     fhir:l <http://breastcancerspec.org/ServiceRequest/CoreNeedleBiopsyReportRequest> ;
     fhir:reference [ fhir:v "ServiceRequest/CoreNeedleBiopsyReportRequest" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0074>
       ] ;
       fhir:code [ fhir:v "SP" ] ;
       fhir:display [ fhir:v "Surgical Pathology" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:60568-3 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "60568-3" ] ;
       fhir:display [ fhir:v "Pathology Synoptic report" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://breastcancerspec.org/Patient/Patient4> ;
     fhir:reference [ fhir:v "Patient/Patient4" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2025-01-17T15:00:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2025-01-17T17:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
     fhir:l <http://breastcancerspec.org/Practitioner/PathologistPractitioner> ;
     fhir:reference [ fhir:v "Practitioner/PathologistPractitioner" ]
  ] ) ; # 
  fhir:specimen ( [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenPart> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenPart" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenBlock01> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenBlock01" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideHE01> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideHE01" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideHE02> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideHE02" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideHE03> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideHE03" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideHE04> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideHE04" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideER01> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideER01" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideER02> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideER02" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlidePR01> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlidePR01" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlidePR02> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlidePR02" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideHER2-01> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideHER2-01" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideHER2-02> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideHER2-02" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideKi67-01> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideKi67-01" ]
  ] [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenSlideKi67-02> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenSlideKi67-02" ]
  ] ) ; # 
  fhir:result ( [
     fhir:l <http://breastcancerspec.org/Observation/CoreNeedleBiopsyMacroscopicGrouper> ;
     fhir:reference [ fhir:v "Observation/CoreNeedleBiopsyMacroscopicGrouper" ]
  ] [
     fhir:l <http://breastcancerspec.org/Observation/CoreNeedleBiopsyDiagnosticConclusionGrouper> ;
     fhir:reference [ fhir:v "Observation/CoreNeedleBiopsyDiagnosticConclusionGrouper" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "Invasives Mammakarzinom NST (ICD-O 8500/3), Nottingham Grad 2 (Score 6: Tubuli 3, Kernpleomorphie 2, Mitosen 1). ER+ (85%), PR+ (50%), HER2- (nicht amplifiziert), Ki-67 10%. B-Klassifikation B5b."] . # 

# -------------------------------------------------------------------------------------

