@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://prostatecancerspec.org/ServiceRequest/TransurethralEnucleationReportRequest> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "TransurethralEnucleationReportRequest"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-service-request|2026.0.0" ;
       fhir:index 0 ;
       fhir:link <https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-service-request|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: ServiceRequest TransurethralEnucleationReportRequest</b></p><a name=\"TransurethralEnucleationReportRequest\"> </a><a name=\"hcTransurethralEnucleationReportRequest\"> </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-2024-004</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://snomed.info/sct 90470006}\">Prostatectomy (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-Patient3.html\">Klaus Becker  Male, DoB: 1958-11-10 ( http://example.hospital.de/patient-ids#PAT-2024-003)</a></p><p><b>encounter</b>: <a href=\"Encounter-TransurethralEnucleationEncounter.html\">Encounter: identifier = http://example.hospital.de/encounters#E_24_004; status = finished; class = IMP (IMP)</a></p><p><b>requester</b>: <a href=\"Practitioner-UrologistPractitioner.html\">Practitioner Andreas Weber </a></p><p><b>performer</b>: <a href=\"Practitioner-PathologistPractitioner.html\">Practitioner Maria Schneider </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 266569009}\">Benign prostatic hyperplasia</span></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"Observation-TransurethralEnucleationPSAPre.html\">Observation Prostate specific Ag [Mass/volume] in Serum or Plasma</a></li><li><a href=\"Procedure-TransurethralEnucleationProcedure.html\">Procedure Enukleation der Prostata</a></li><li><a href=\"Condition-TransurethralEnucleationDiagnosisBPH.html\">Condition Prostatahyperplasie ohne Beschwerden beim Wasserlassen</a></li></ul><p><b>specimen</b>: <a href=\"Specimen-TransurethralEnucleationSpecimenPart.html\">Specimen: identifier = Placer Identifier,Filler Identifier; accessionIdentifier = https://pathologie.example-hospital.de/fhir/fn/befundbericht#E_24_004; status = available; type = Tissue specimen</a></p></div>"
  ] ;
  fhir:ServiceRequest.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 "PLAC" ] ;
         fhir:Coding.display [ fhir:value "Placer Identifier" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://example.hospital.de/serviceRequest" ] ;
     fhir:Identifier.value [ fhir:value "PATH-RPT-2024-004" ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "completed"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:726007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "726007" ] ;
       fhir:Coding.display [ fhir:value "Pathology consultation, comprehensive, records and specimen with report (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:90470006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "90470006" ] ;
       fhir:Coding.display [ fhir:value "Prostatectomy (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://prostatecancerspec.org/Patient/Patient3> ;
     fhir:Reference.reference [ fhir:value "Patient/Patient3" ]
  ] ;
  fhir:ServiceRequest.encounter [
     fhir:link <http://prostatecancerspec.org/Encounter/TransurethralEnucleationEncounter> ;
     fhir:Reference.reference [ fhir:value "Encounter/TransurethralEnucleationEncounter" ]
  ] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://prostatecancerspec.org/Practitioner/UrologistPractitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/UrologistPractitioner" ]
  ] ;
  fhir:ServiceRequest.performer [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/Practitioner/PathologistPractitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/PathologistPractitioner" ]
  ] ;
  fhir:ServiceRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:266569009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "266569009" ] ;
       fhir:Coding.display [ fhir:value "Benign prostatic hyperplasia" ]
     ]
  ] ;
  fhir:ServiceRequest.supportingInfo [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/Observation/TransurethralEnucleationPSAPre> ;
     fhir:Reference.reference [ fhir:value "Observation/TransurethralEnucleationPSAPre" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://prostatecancerspec.org/Procedure/TransurethralEnucleationProcedure> ;
     fhir:Reference.reference [ fhir:value "Procedure/TransurethralEnucleationProcedure" ]
  ], [
     fhir:index 2 ;
     fhir:link <http://prostatecancerspec.org/Condition/TransurethralEnucleationDiagnosisBPH> ;
     fhir:Reference.reference [ fhir:value "Condition/TransurethralEnucleationDiagnosisBPH" ]
  ] ;
  fhir:ServiceRequest.specimen [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralEnucleationSpecimenPart> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralEnucleationSpecimenPart" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://prostatecancerspec.org/ServiceRequest/TransurethralEnucleationReportRequest.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

