@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/Composition/TransurethralResectionComposition> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "TransurethralResectionComposition"] ;
  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: Composition TransurethralResectionComposition</b></p><a name=\"TransurethralResectionComposition\"> </a><a name=\"hcTransurethralResectionComposition\"> </a><p><b>identifier</b>: Accession ID/PATH-COMP-2024-003</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11526-1}, {http://ihe-d.de/CodeSystems/IHEXDStypeCode PATH}\">Pathology study</span></p><p><b>encounter</b>: <a href=\"Encounter-TransurethralResectionEncounter.html\">Encounter: identifier = http://example.hospital.de/encounters#E_24_003; status = finished; class = IMP (IMP)</a></p><p><b>date</b>: 2024-04-15 08:00:00+0100</p><p><b>author</b>: <a href=\"Organization-PathologyLabOrganization.html\">Pathologisches Institut</a></p><p><b>title</b>: Histopathologischer Befundbericht - TUR-Prostata</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Legal</td><td><a href=\"Organization-PathologyLabOrganization.html\">Organization Pathologielabor</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization-PathologyLabOrganization.html\">Organization Pathologielabor</a></p><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PATREPE}\">pathology report entry task</span></td><td><a href=\"ServiceRequest-TransurethralResectionReportRequest.html\">ServiceRequest Transurethral prostatectomy (procedure)</a></td></tr></table></div>"
  ] ;
  fhir:Composition.identifier [
     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 "http://example.hospital.de/pathology-reports" ] ;
     fhir:Identifier.value [ fhir:value "PATH-COMP-2024-003" ]
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11526-1 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11526-1" ] ;
       fhir:Coding.display [ fhir:value "Pathology study" ]
     ], [
       fhir:index 1 ;
       fhir:Coding.system [ fhir:value "http://ihe-d.de/CodeSystems/IHEXDStypeCode" ] ;
       fhir:Coding.code [ fhir:value "PATH" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://prostatecancerspec.org/Patient/Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Patient2" ] ;
     fhir:Reference.display [ fhir:value "Peter Schmidt, geb. 22.03.1960 (PAT-2024-002)" ]
  ] ;
  fhir:Composition.encounter [
     fhir:link <http://prostatecancerspec.org/Encounter/TransurethralResectionEncounter> ;
     fhir:Reference.reference [ fhir:value "Encounter/TransurethralResectionEncounter" ]
  ] ;
  fhir:Composition.date [ fhir:value "2024-04-15T08:00:00+01:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://prostatecancerspec.org/Organization/PathologyLabOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/PathologyLabOrganization" ] ;
     fhir:Reference.display [ fhir:value "Pathologisches Institut" ]
  ] ;
  fhir:Composition.title [ fhir:value "Histopathologischer Befundbericht - TUR-Prostata"] ;
  fhir:Composition.attester [
     fhir:index 0 ;
     fhir:Composition.attester.mode [ fhir:value "legal" ] ;
     fhir:Composition.attester.party [
       fhir:link <http://prostatecancerspec.org/Organization/PathologyLabOrganization> ;
       fhir:Reference.reference [ fhir:value "Organization/PathologyLabOrganization" ]
     ]
  ] ;
  fhir:Composition.custodian [
     fhir:link <http://prostatecancerspec.org/Organization/PathologyLabOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/PathologyLabOrganization" ]
  ] ;
  fhir:Composition.event [
     fhir:index 0 ;
     fhir:Composition.event.code [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
         fhir:Coding.code [ fhir:value "PATREPE" ]
       ]
     ] ;
     fhir:Composition.event.detail [
       fhir:index 0 ;
       fhir:link <http://prostatecancerspec.org/ServiceRequest/TransurethralResectionReportRequest> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/TransurethralResectionReportRequest" ]
     ]
  ] ;
  fhir:Composition.section [
     fhir:index 0 ;
     fhir:Composition.section.title [ fhir:value "Pathologiebefundbericht" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:60567-5 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "60567-5" ] ;
         fhir:Coding.display [ fhir:value "Comprehensive pathology report panel" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Klinische Angaben</h3><p>Obstruktive Miktionsbeschwerden bei bekannter Prostatahyperplasie. PSA 4,2 ng/ml. Transurethrale Resektion der Prostata (TUR-P).</p><h3>Makroskopie</h3><p>TUR-Prostata-Präparat 25 g. Keine Samenblasen, keine Lymphknoten im Resektat.</p><table border=\"1\" cellpadding=\"4\" cellspacing=\"0\"><tbody><tr><td>Präparat</td><td>TUR-Prostata-Späne</td></tr><tr><td>Gewicht</td><td>25 g</td></tr><tr><td>Samenblasen</td><td>Nicht im Resektat</td></tr><tr><td>Lymphknoten</td><td>Nicht im Resektat</td></tr></tbody></table><h3>Mikroskopie</h3><p>Prostatastanzgewebe mit ausgeprägter nodulärer glandulärer und stromaler Hyperplasie. Fokale chronisch-lymphozytäre Prostatitis. Kein Anhalt für Malignität.</p><h3>Diagnostische Schlussfolgerung</h3><p>Benigne Prostatahyperplasie mit glandulärer und stromaler Hyperplasie. Ausgeprägte noduläre Hyperplasie mit überwiegend glandulären Anteilen. Fokale chronisch-lymphozytäre Prostatitis. Kein Anhalt für Malignität, kein ASAP, keine High-grade-PIN.</p><p><b>Diagnose:</b> Benigne Prostatahyperplasie (BPH)</p><table border=\"1\" cellpadding=\"4\" cellspacing=\"0\"><tbody><tr><td>Histologische Diagnose</td><td>Benigne Prostatahyperplasie mit glandulärer und stromaler Hyperplasie</td></tr><tr><td>BPH-Typ</td><td>Ausgeprägte noduläre Hyperplasie mit überwiegend glandulären Anteilen</td></tr><tr><td>Entzündung</td><td>Fokale chronisch-lymphozytäre Prostatitis</td></tr><tr><td>Malignität</td><td>Kein Anhalt</td></tr><tr><td>ASAP</td><td>Nicht nachgewiesen</td></tr><tr><td>High-grade-PIN</td><td>Nicht nachgewiesen</td></tr></tbody></table></div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://prostatecancerspec.org/DiagnosticReport/TransurethralResectionReport> ;
       fhir:Reference.reference [ fhir:value "DiagnosticReport/TransurethralResectionReport" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://prostatecancerspec.org/Composition/TransurethralResectionComposition.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

