@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://breastcancerspec.org/ServiceRequest/CoreNeedleBiopsyReportRequest> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CoreNeedleBiopsyReportRequest"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-service-request|2026.0.0"^^xsd:anyURI ;
       fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-service-request?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: ServiceRequest CoreNeedleBiopsyReportRequest</b></p><a name=\"CoreNeedleBiopsyReportRequest\"> </a><a name=\"hcCoreNeedleBiopsyReportRequest\"> </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-service-request\">MII PR Patho Service Request</a> version: 2026.0.0</p></div><p><b>identifier</b>: Placer Identifier/PATH-RPT-2025-105</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 726007}\">Pathology consultation, comprehensive, records and specimen with report (procedure)</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 66110-8}\">Breast Pathology biopsy report</span></p><p><b>subject</b>: <a href=\"Patient-Patient4.html\">Sabine Becker  Female, DoB: 1971-03-15 ( http://example.hospital.de/patient-ids#PAT-2025-105)</a></p><p><b>encounter</b>: <a href=\"Encounter-CoreNeedleBiopsyEncounter.html\">Encounter: identifier = http://example.hospital.de/encounters#E_25_105; status = finished; class = AMB (AMB)</a></p><p><b>requester</b>: <a href=\"Practitioner-BreastSurgeonPractitioner.html\">Practitioner Thomas Richter </a></p><p><b>performer</b>: <a href=\"Practitioner-PathologistPractitioner.html\">Practitioner Elisabeth Hoffmann </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 129792006}\">Mammographic architectural distortion of breast (finding)</span></p><p><b>supportingInfo</b>: <a href=\"DiagnosticReport-CoreNeedleBiopsyImagingReport.html\">Diagnostic Report for 'MG Breast Screening' for '-&gt;Sabine Becker  Female, DoB: 1971-03-15 ( http://example.hospital.de/patient-ids#PAT-2025-105)'</a></p><p><b>specimen</b>: <a href=\"Specimen-CoreNeedleBiopsySpecimenPart.html\">Specimen: identifier = Placer Identifier,Filler Identifier; accessionIdentifier = https://pathologie.example-hospital.de/fhir/fn/befundbericht#E_25_105; status = available; type = Specimen from breast obtained by core needle biopsy (specimen); note = HG-Stanzen/Mamma, li., 5 Uhr, 5 cm von Mamille, US-gestützte Stanzbiopsie. 2 Stanzzylinder, zusammen 22 mm, mittelfest, grauweißlich, Bleistiftminenstärke.</a></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 "PLAC" ] ;
         fhir:display [ fhir:v "Placer Identifier" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://example.hospital.de/serviceRequest"^^xsd:anyURI ;
       fhir:l <http://example.hospital.de/serviceRequest>
     ] ;
     fhir:value [ fhir:v "PATH-RPT-2025-105" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:726007 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "726007" ] ;
       fhir:display [ fhir:v "Pathology consultation, comprehensive, records and specimen with report (procedure)" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:66110-8 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "66110-8" ] ;
       fhir:display [ fhir:v "Breast Pathology biopsy report" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://breastcancerspec.org/Patient/Patient4> ;
     fhir:reference [ fhir:v "Patient/Patient4" ]
  ] ; # 
  fhir:encounter [
     fhir:l <http://breastcancerspec.org/Encounter/CoreNeedleBiopsyEncounter> ;
     fhir:reference [ fhir:v "Encounter/CoreNeedleBiopsyEncounter" ]
  ] ; # 
  fhir:requester [
     fhir:l <http://breastcancerspec.org/Practitioner/BreastSurgeonPractitioner> ;
     fhir:reference [ fhir:v "Practitioner/BreastSurgeonPractitioner" ]
  ] ; # 
  fhir:performer ( [
     fhir:l <http://breastcancerspec.org/Practitioner/PathologistPractitioner> ;
     fhir:reference [ fhir:v "Practitioner/PathologistPractitioner" ]
  ] ) ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       a sct:129792006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "129792006" ] ;
       fhir:display [ fhir:v "Mammographic architectural distortion of breast (finding)" ]
     ] )
  ] ) ; # 
  fhir:supportingInfo ( [
     fhir:l <http://breastcancerspec.org/DiagnosticReport/CoreNeedleBiopsyImagingReport> ;
     fhir:reference [ fhir:v "DiagnosticReport/CoreNeedleBiopsyImagingReport" ]
  ] ) ; # 
  fhir:specimen ( [
     fhir:l <http://breastcancerspec.org/Specimen/CoreNeedleBiopsySpecimenPart> ;
     fhir:reference [ fhir:v "Specimen/CoreNeedleBiopsySpecimenPart" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

