0.1.0 - ci-build
CQDG_FHIR_IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-12-18 |
{
"resourceType" : "CodeSystem",
"id" : "tumor-normal-designation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem tumor-normal-designation</b></p><a name=\"tumor-normal-designation\"> </a><a name=\"hctumor-normal-designation\"> </a><a name=\"tumor-normal-designation-en-US\"> </a><p>This case-sensitive code system <code>https://fhir.cqdg.ca/CodeSystem/tumor-normal-designation</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\">Normal<a name=\"tumor-normal-designation-Normal\"> </a></td><td>Normal</td></tr><tr><td style=\"white-space:nowrap\">Tumor<a name=\"tumor-normal-designation-Tumor\"> </a></td><td>Tumor</td></tr><tr><td style=\"white-space:nowrap\">Not-applicable<a name=\"tumor-normal-designation-Not-applicable\"> </a></td><td>Not applicable</td></tr></table></div>"
},
"url" : "https://fhir.cqdg.ca/CodeSystem/tumor-normal-designation",
"version" : "0.1.0",
"name" : "TumorNormalDesignation",
"title" : "Ferlab.bio CodeSystem/tumor-normal-designation",
"status" : "active",
"experimental" : false,
"date" : "2024-12-18T18:27:33+00:00",
"publisher" : "Ferlab.bio",
"contact" : [
{
"name" : "Ferlab.bio",
"telecom" : [
{
"system" : "url",
"value" : "http://example.org/example-publisher"
}
]
}
],
"description" : "Tumor normal designation",
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "Normal",
"display" : "Normal",
"designation" : [
{
"use" : {
"system" : "https://fhir.cqdg.ca/CodeSystem/tumor-normal-designation",
"code" : "Normal"
},
"value" : "Normal"
}
]
},
{
"code" : "Tumor",
"display" : "Tumor",
"designation" : [
{
"use" : {
"system" : "https://fhir.cqdg.ca/CodeSystem/tumor-normal-designation",
"code" : "Tumor"
},
"value" : "Tumor"
}
]
},
{
"code" : "Not-applicable",
"display" : "Not applicable",
"designation" : [
{
"use" : {
"system" : "https://fhir.cqdg.ca/CodeSystem/tumor-normal-designation",
"code" : "Not-applicable"
},
"value" : "Not applicable"
}
]
}
]
}