INCISIVE Implementation Guide - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Current_State_Codes - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CurrentStateCodes"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-CurrentStateCS.html\"><code>https://fhir.incisive-project.eu/CodeSystem/CurrentStateCS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-CurrentStateCS.html#CurrentStateCS-0\">0</a></td><td>Survival</td></tr><tr><td><a href=\"CodeSystem-CurrentStateCS.html#CurrentStateCS-1\">1</a></td><td>Relapse</td></tr><tr><td><a href=\"CodeSystem-CurrentStateCS.html#CurrentStateCS-2\">2</a></td><td>Death from cancer complications</td></tr><tr><td><a href=\"CodeSystem-CurrentStateCS.html#CurrentStateCS-3\">3</a></td><td>Death from other cause</td></tr><tr><td><a href=\"CodeSystem-CurrentStateCS.html#CurrentStateCS-4\">4</a></td><td>Residual disease</td></tr><tr><td><a href=\"CodeSystem-CurrentStateCS.html#CurrentStateCS-5\">5</a></td><td>Healthy</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://fhir.incisive-project.eu/ValueSet/CurrentStateCodes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.1"] ; #
fhir:name [ fhir:v "Current_State_Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2023-07-10"^^xsd:date] ; #
fhir:publisher [ fhir:v "INCISIVE"] ; #
fhir:contact ( [
fhir:name [ fhir:v "INCISIVE" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://incisive-project.eu/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@incisive-project.eu" ] ] )
] ) ; #
fhir:description [ fhir:v "Current State of Patient with Colorectal, Breast, Lung or Prostate Cancer"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://fhir.incisive-project.eu/CodeSystem/CurrentStateCS"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Survival" ] ] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Relapse" ] ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Death from cancer complications" ] ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Death from other cause" ] ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Residual disease" ] ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Healthy" ] ] ) ] )
] . #