MII IG Kerndatensatz-Modul Molekulares Tumorboard, published by Medizininformatik-Initiative. This guide is not an authorized publication; it is the continuous build for version 2026.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medizininformatik-initiative/kerndatensatzmodul-molekulares-tumorboard/ and changes regularly. See the Directory of published versions
: PatientKimMusterperson-Observation-18 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PatientKimMusterperson-Observation-18"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation PatientKimMusterperson-Observation-18</b></p><a name=\"PatientKimMusterperson-Observation-18\"> </a><a name=\"hcPatientKimMusterperson-Observation-18\"> </a><p><b>partOf</b>: <a href=\"Procedure-PatientKimMusterperson-Procedure-4.html\">Procedure Computertomographie [CT], nativ</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 836274002}\">Peritonealkarzinose</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 255314001}\">Progress</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:partOf ( [
fhir:l fhir:Procedure/PatientKimMusterperson-Procedure-4 ;
fhir:reference [ fhir:v "Procedure/PatientKimMusterperson-Procedure-4" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:836274002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "836274002" ] ;
fhir:display [ fhir:v "Carcinomatosis of peritoneum" ] ] ) ;
fhir:text [ fhir:v "Peritonealkarzinose" ]
] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:255314001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "255314001" ] ;
fhir:display [ fhir:v "Progressive" ] ] ) ;
fhir:text [ fhir:v "Progress" ]
] . #