國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG)
0.1.0 - trial-use
This page is part of the 國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2023-03-27 | Maturity Level: 3 |
{
"resourceType" : "ValueSet",
"id" : "tumor-size-units-vs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>mm</td><td>Millimeter</td></tr><tr><td>cm</td><td>Centimeter</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3
}
],
"url" : "https://www.ghd.tw/cdm-fhir/fhir/ValueSet/tumor-size-units-vs",
"version" : "0.1.0",
"name" : "TumorSizeUnitsVS",
"title" : "Tumor Size Units Value Set",
"status" : "active",
"experimental" : false,
"date" : "2023-03-27T16:59:24+00:00",
"publisher" : "國家級人體生物資料庫整合平台",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://ghd.tw/"
}
]
}
],
"description" : "Acceptable units for measuring tumor size",
"compose" : {
"include" : [
{
"system" : "http://unitsofmeasure.org",
"concept" : [
{
"code" : "mm",
"display" : "Millimeter"
},
{
"code" : "cm",
"display" : "Centimeter"
}
]
}
]
}
}