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 RECIST assessment timepoint response - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleRecistAssessmentResponse"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.vision-zero-oncology.de/fhir/StructureDefinition/recist-assessment-response"^^xsd:anyURI ;
fhir:link <https://www.vision-zero-oncology.de/fhir/StructureDefinition/recist-assessment-response> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ExampleRecistAssessmentResponse\"> </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 Observation "ExampleRecistAssessmentResponse" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-recist-assessment-response.html\">Profile RECIST timepoint assessment response</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Therapeutic response (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (RID#11510)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Patient/ExamplePatient</a> " BACH"</p><p><b>effective</b>: 2022-07-19</p><p><b>value</b>: stable disease <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (RID#11514)</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://radlex.org/RID"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11510" ] ;
fhir:display [ fhir:v "Therapeutic response (observable entity)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplePatient" ]
] ; #
fhir:effective [ fhir:v "2022-07-19"^^xsd:date] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://radlex.org/RID"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11514" ] ;
fhir:display [ fhir:v "stable disease" ] ] )
] . #