German Oncological Data Standard (GOLD)
0.1.0 - CI Build Germany flag

German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example of a RECIST Radiological Read Procedure - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-radiological-recist-read-procedure"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.vision-zero-oncology.de/fhir/StructureDefinition/radiological-recist-read-procedure"^^xsd:anyURI ;
fhir:link <https://www.vision-zero-oncology.de/fhir/StructureDefinition/radiological-recist-read-procedure>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"example-radiological-recist-read-procedure\"> </a></p><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\">Resource Procedure &quot;example-radiological-recist-read-procedure&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-radiological-recist-read-procedure.html\">Radiological read procedure for RECIST</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: Diagnostic procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103693007)</span></p><p><b>code</b>: In partial remission <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103337004)</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Pateint/examplePatient\">Pateint/examplePatient</a></p><p><b>report</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/DiagnosticReport/exampleDiagnosticReport\">DiagnosticReport/exampleDiagnosticReport</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
a sct:103693007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103693007" ] ;
fhir:display [ fhir:v "Diagnostic procedure" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:103337004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103337004" ] ;
fhir:display [ fhir:v "In partial remission" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Pateint/examplePatient" ]
  ] ; # 
  fhir:report ( [
fhir:reference [ fhir:v "DiagnosticReport/exampleDiagnosticReport" ]
  ] ) . #