ICHOM FHIR Implementation Guide: Breast Cancer, published by ICHOM. This is not an authorized publication; it is the continuous build for version 0.0.1). This version is based on the current content of https://github.com/HL7/fhir-ichom-breast-cancer-ig/ and changes regularly. See the Directory of published versions
| Active as of 2022-03-28 |
{
"resourceType" : "CodeSystem",
"id" : "RecurrenceCodeSystem",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://connect.ichom.org/fhir/CodeSystem/recurrence 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=\"RecurrenceCodeSystem-0\"> </a></td><td>No</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"RecurrenceCodeSystem-1\"> </a></td><td>Yes, local recurrence</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"RecurrenceCodeSystem-2\"> </a></td><td>Yes, regional recurrence</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"RecurrenceCodeSystem-3\"> </a></td><td>Yes, distant recurrence</td></tr><tr><td style=\"white-space:nowrap\">999<a name=\"RecurrenceCodeSystem-999\"> </a></td><td>Unknown</td></tr></table></div>"
},
"url" : "http://connect.ichom.org/fhir/CodeSystem/recurrence",
"version" : "0.0.1",
"name" : "RecurrenceCodeSystem",
"title" : "Recurrence of neoplasm",
"status" : "active",
"date" : "2022-03-28T13:44:43+00:00",
"publisher" : "ICHOM",
"contact" : [
{
"name" : "ICHOM",
"telecom" : [
{
"system" : "url",
"value" : "https://ichom.org"
}
]
}
],
"description" : "Codes used to indicate recurrence of neoplasm",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "0",
"display" : "No"
},
{
"code" : "1",
"display" : "Yes, local recurrence"
},
{
"code" : "2",
"display" : "Yes, regional recurrence"
},
{
"code" : "3",
"display" : "Yes, distant recurrence"
},
{
"code" : "999",
"display" : "Unknown"
}
]
}