FHIR Osiris Implementation Guide
1.1.0 - trial-implementation
This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Draft as of 2025-04-03 |
{
"resourceType" : "ValueSet",
"id" : "Laterality",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet Laterality</b></p><a name=\"Laterality\"> </a><a name=\"hcLaterality\"> </a><a name=\"Laterality-en-US\"> </a><ul><li>Include ces codes sont définis dans <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-umls.html\"><code>http://terminology.hl7.org/CodeSystem/umls</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C0238767</td><td>Bilateral</td></tr><tr><td>C0205091</td><td>Left</td></tr><tr><td>C2939193</td><td>Median (qualifier value)</td></tr><tr><td>C1272460</td><td>Not Applicable</td></tr><tr><td>C0205090</td><td>Right</td></tr><tr><td>C0439673</td><td>Unknown</td></tr></table></li></ul></div>"
},
"url" : "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/Laterality",
"version" : "1.1.0",
"name" : "Laterality",
"title" : "Tumor Laterality Value Set",
"status" : "draft",
"date" : "2025-04-03T15:16:31+02:00",
"publisher" : "institutcancer",
"contact" : [
{
"name" : "institutcancer",
"telecom" : [
{
"system" : "url",
"value" : "http://cancer.fr"
},
{
"system" : "email",
"value" : "osiris@institutcancer.fr"
}
]
},
{
"name" : "Aurélien JOBARD",
"telecom" : [
{
"system" : "email",
"value" : "osiris@institutcancer.fr"
}
]
}
],
"description" : "Tumor laterality",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/umls",
"concept" : [
{
"code" : "C0238767",
"display" : "Bilateral"
},
{
"code" : "C0205091",
"display" : "Left"
},
{
"code" : "C2939193",
"display" : "Median (qualifier value)"
},
{
"code" : "C1272460",
"display" : "Not Applicable"
},
{
"code" : "C0205090",
"display" : "Right"
},
{
"code" : "C0439673",
"display" : "Unknown"
}
]
}
]
}
}