共同資料模式實作指引(Common Data Model IG)
1.0.0-Trial Use - draft

共同資料模式實作指引(Common Data Model IG) - Local Development build (v1.0.0-Trial Use). See the Directory of published versions

: Tumor Size Units Value Set - JSON Representation

Active as of 2023-03-27 Maturity Level: 3

Raw json | Download


{
  "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://standard-interoperability-lab.com/fhir/ValueSet/tumor-size-units-vs",
  "version" : "1.0.0-Trial Use",
  "name" : "TumorSizeUnitsVS",
  "title" : "Tumor Size Units Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-03-27T16:59:24+00:00",
  "publisher" : "共同資料模式實作指引(Common Data Model IG)",
  "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"
          }
        ]
      }
    ]
  }
}