@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://prostatecancerspec.org/Observation/TransurethralResectionInflammation> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "TransurethralResectionInflammation"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-finding|2026.0.0" ;
       fhir:index 0 ;
       fhir:link <https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-finding|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: Observation TransurethralResectionInflammation</b></p><a name=\"TransurethralResectionInflammation\"> </a><a name=\"hcTransurethralResectionInflammation\"> </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-finding\">MII PR Patho Finding</a> version: 2026.0.0</p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-TransurethralResectionReportRequest.html\">ServiceRequest Transurethral prostatectomy (procedure)</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{http://loinc.org 22637-3}\">Pathology report final diagnosis Narrative</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 9713002}\">Chronische Entzündung</span></p><p><b>subject</b>: <a href=\"Patient-Patient2.html\">Peter Schmidt  Male, DoB: 1960-03-22 ( http://example.hospital.de/patient-ids#PAT-2024-002)</a></p><p><b>effective</b>: 2024-04-12</p><p><b>performer</b>: <a href=\"Practitioner-PathologistPractitioner.html\">Practitioner Maria Schneider </a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 52101004}\">Present (qualifier value)</span></p><p><b>note</b>: </p><blockquote><div><p>Fokal chronisch-lymphozytäre Prostatitis</p>\n</div></blockquote><p><b>specimen</b>: <a href=\"Specimen-TransurethralResectionSpecimenSlide01A.html\">Specimen: identifier = https://pathologie.example-hospital.de/fhir/fn/befundbericht#E_24_003_A_1_1HE; accessionIdentifier = https://pathologie.example-hospital.de/fhir/fn/befundbericht#E_24_003; status = available; type = Tissue section (specimen)</a></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QuestionnaireResponseTransurethralResection.html\">Response to Questionnaire 'https://art-decor.org/fhir/Questionnaire/2.16.840.1.113883.3.1937.777.18.27.22--20251014150033' about '-&gt;Peter Schmidt  Male, DoB: 1960-03-22 ( http://example.hospital.de/patient-ids#PAT-2024-002)'</a></p></div>"
  ] ;
  fhir:Observation.basedOn [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/ServiceRequest/TransurethralResectionReportRequest> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/TransurethralResectionReportRequest" ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:22637-3 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "22637-3" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:9713002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "9713002" ] ;
       fhir:Coding.display [ fhir:value "Prostatitis" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Chronische Entzündung" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://prostatecancerspec.org/Patient/Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2024-04-12"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/Practitioner/PathologistPractitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/PathologistPractitioner" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:52101004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "52101004" ] ;
       fhir:Coding.display [ fhir:value "Present (qualifier value)" ]
     ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Fokal chronisch-lymphozytäre Prostatitis" ]
  ] ;
  fhir:Observation.specimen [
     fhir:link <http://prostatecancerspec.org/Specimen/TransurethralResectionSpecimenSlide01A> ;
     fhir:Reference.reference [ fhir:value "Specimen/TransurethralResectionSpecimenSlide01A" ]
  ] ;
  fhir:Observation.derivedFrom [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/QuestionnaireResponse/QuestionnaireResponseTransurethralResection> ;
     fhir:Reference.reference [ fhir:value "QuestionnaireResponse/QuestionnaireResponseTransurethralResection" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://prostatecancerspec.org/Observation/TransurethralResectionInflammation.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

