INCISIVE Implementation Guide
0.1.1 - draft
INCISIVE Implementation Guide - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2023-07-10 |
{
"resourceType" : "ValueSet",
"id" : "CurrentStateCodes",
"text" : {
"status" : "generated",
"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>"
},
"url" : "https://fhir.incisive-project.eu/ValueSet/CurrentStateCodes",
"version" : "0.1.1",
"name" : "Current_State_Codes",
"status" : "active",
"date" : "2023-07-10",
"publisher" : "INCISIVE",
"contact" : [
{
"name" : "INCISIVE",
"telecom" : [
{
"system" : "url",
"value" : "https://incisive-project.eu/"
},
{
"system" : "email",
"value" : "fhir@incisive-project.eu"
}
]
}
],
"description" : "Current State of Patient with Colorectal, Breast, Lung or Prostate Cancer",
"compose" : {
"include" : [
{
"system" : "https://fhir.incisive-project.eu/CodeSystem/CurrentStateCS",
"concept" : [
{
"code" : "0",
"display" : "Survival"
},
{
"code" : "1",
"display" : "Relapse"
},
{
"code" : "2",
"display" : "Death from cancer complications"
},
{
"code" : "3",
"display" : "Death from other cause"
},
{
"code" : "4",
"display" : "Residual disease"
},
{
"code" : "5",
"display" : "Healthy"
}
]
}
]
}
}