@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/Observation/RadicalProstatectomyPSAPostoperative> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "RadicalProstatectomyPSAPostoperative"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-prostate-psa|2026.0.0" ;
       fhir:index 0 ;
       fhir:link <https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-prostate-psa|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 RadicalProstatectomyPSAPostoperative</b></p><a name=\"RadicalProstatectomyPSAPostoperative\"> </a><a name=\"hcRadicalProstatectomyPSAPostoperative\"> </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.onkologie@2026.0.0&amp;canonical=https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-prostate-psa\">MII PR Onkologie PSA-Wert</a> version: 2026.0.0</p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 26436-6}\">Laboratory studies (set)</span>, <span title=\"Codes:{http://loinc.org LP7839-6}\">Pathology</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2857-1}\">Prostate specific Ag [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-Patient1.html\">Hans Mueller  Male, DoB: 1955-08-15 ( http://example.hospital.de/patient-ids#PAT-2024-001)</a></p><p><b>effective</b>: 2024-04-26 08:00:00+0100</p><p><b>value</b>: 0.02 ng/ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeng/mL = 'ng/mL')</span></p><p><b>note</b>: </p><blockquote><div><p>Exzellente biochemische Remission, PSA nicht nachweisbar</p>\n</div></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:26436-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "26436-6" ] ;
       fhir:Coding.display [ fhir:value "Laboratory studies (set)" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:LP7839-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "LP7839-6" ] ;
       fhir:Coding.display [ fhir:value "Pathology" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:2857-1 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "2857-1" ] ;
       fhir:Coding.display [ fhir:value "Prostate specific Ag [Mass/volume] in Serum or Plasma" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://prostatecancerspec.org/Patient/Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Patient1" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2024-04-26T08:00:00+01:00"^^xsd:dateTime] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "0.02"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "ng/ml" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "ng/mL" ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Exzellente biochemische Remission, PSA nicht nachweisbar" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://prostatecancerspec.org/Observation/RadicalProstatectomyPSAPostoperative.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

