FHIR Osiris Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2024-03-21 |
{
"resourceType" : "ValueSet",
"id" : "TNMVersion",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>https://github.com/siric-osiris/OSIRIS</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C27-1</td><td>5th edition</td></tr><tr><td>C27-2</td><td>6th edition</td></tr><tr><td>C27-3</td><td>7th edition</td></tr></table></li></ul></div>"
},
"url" : "https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/ValueSet/TNMVersion",
"version" : "2.1.0",
"name" : "TNMVersion",
"title" : "TNM Version Value Set",
"status" : "draft",
"date" : "2024-03-21T14:34:32+00:00",
"publisher" : "Arkhn",
"contact" : [
{
"name" : "Arkhn",
"telecom" : [
{
"system" : "url",
"value" : "http://arkhn.com"
},
{
"system" : "email",
"value" : "contact@arkhn.com"
}
]
},
{
"name" : "Nicolas Riss",
"telecom" : [
{
"system" : "email",
"value" : "nicolas@arkhn.com"
}
]
}
],
"description" : "TNM version",
"compose" : {
"include" : [
{
"system" : "https://github.com/siric-osiris/OSIRIS",
"concept" : [
{
"code" : "C27-1",
"display" : "5th edition"
},
{
"code" : "C27-2",
"display" : "6th edition"
},
{
"code" : "C27-3",
"display" : "7th edition"
}
]
}
]
}
}