@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://prostatecancerspec.org/Condition/TransurethralResectionDiagnosisBPH> a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "TransurethralResectionDiagnosisBPH"] ;
  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: Condition TransurethralResectionDiagnosisBPH</b></p><a name=\"TransurethralResectionDiagnosisBPH\"> </a><a name=\"hcTransurethralResectionDiagnosisBPH\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm N40}\">Prostatahyperplasie</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>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>onset</b>: 2023-03-01</p><p><b>recordedDate</b>: 2024-01-05</p><p><b>note</b>: </p><blockquote><div><p>Symptomatische BPH mit obstruktiven Miktionsbeschwerden und rezidivierenden Harnwegsinfekten. Prostatavolumen ca. 45ml. IPSS 19. Indikation zur TUR-P gestellt.</p>\n</div></blockquote></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "encounter-diagnosis" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/icd-10-gm" ] ;
       fhir:Coding.code [ fhir:value "N40" ] ;
       fhir:Coding.display [ fhir:value "Prostatahyperplasie" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://prostatecancerspec.org/Patient/Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Patient2" ]
  ] ;
  fhir:Condition.encounter [
     fhir:link <http://prostatecancerspec.org/Encounter/TransurethralResectionEncounter> ;
     fhir:Reference.reference [ fhir:value "Encounter/TransurethralResectionEncounter" ]
  ] ;
  fhir:Condition.onsetDateTime [ fhir:value "2023-03-01"^^xsd:date] ;
  fhir:Condition.recordedDate [ fhir:value "2024-01-05"^^xsd:date] ;
  fhir:Condition.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Symptomatische BPH mit obstruktiven Miktionsbeschwerden und rezidivierenden Harnwegsinfekten. Prostatavolumen ca. 45ml. IPSS 19. Indikation zur TUR-P gestellt." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://prostatecancerspec.org/Condition/TransurethralResectionDiagnosisBPH.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

