FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| umls | Unified Medical Language System |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/umls| Code | Display |
| C0238767 | Bilateral |
| C0205091 | Left |
| C2939193 | Median (qualifier value) |
| C1272460 | Not Applicable |
| C0205090 | Right |
| C0439673 | Unknown |
Source1
{
"resourceType": "ValueSet",
"id": "Laterality",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://oncofair-ig.kereval.cloud/ValueSet/Laterality",
"version": "0.1.0",
"name": "Laterality",
"title": "Tumor Laterality Value Set",
"status": "active",
"date": "2025-11-17T13:40:44+01:00",
"publisher": "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
"contact": [
{
"name": "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
"telecom": [
{
"system": "url",
"value": "https://github.com/ONCOFAIR"
}
]
}
],
"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"
}
]
}
]
}
}