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" : "CodeSystem",
"id" : "CurrentStateCS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://fhir.incisive-project.eu/CodeSystem/CurrentStateCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"CurrentStateCS-0\"> </a></td><td>Survival</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"CurrentStateCS-1\"> </a></td><td>Relapse</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CurrentStateCS-2\"> </a></td><td>Death from cancer complications</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CurrentStateCS-3\"> </a></td><td>Death from other cause</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CurrentStateCS-4\"> </a></td><td>Residual disease</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CurrentStateCS-5\"> </a></td><td>Healthy</td></tr></table></div>"
},
"url" : "https://fhir.incisive-project.eu/CodeSystem/CurrentStateCS",
"version" : "0.1.1",
"name" : "Current_State_Code_System",
"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 Satate for INCISIVE",
"caseSensitive" : false,
"valueSet" : "https://fhir.incisive-project.eu/ValueSet/CurrentStateCodes",
"content" : "complete",
"count" : 6,
"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"
}
]
}