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" : "GenomeEntityType",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet GenomeEntityType</b></p><a name=\"GenomeEntityType\"> </a><a name=\"hcGenomeEntityType\"> </a><a name=\"GenomeEntityType-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>C0017337</td><td>Gene</td></tr><tr><td>C1101610</td><td>miRNA</td></tr><tr><td>C1956352</td><td>piRNA</td></tr><tr><td>C0035696</td><td>mRNA</td></tr><tr><td>C0887909</td><td>ncRNA</td></tr><tr><td>C0079941</td><td>ORF</td></tr><tr><td>C0439673</td><td>Unknown</td></tr></table></li></ul></div>"
},
"url" : "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/GenomeEntityType",
"version" : "1.1.0",
"name" : "GenomeEntityType",
"title" : "Genome entity type 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" : "Type of genome entity",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/umls",
"concept" : [
{
"code" : "C0017337",
"display" : "Gene"
},
{
"code" : "C1101610",
"display" : "miRNA"
},
{
"code" : "C1956352",
"display" : "piRNA"
},
{
"code" : "C0035696",
"display" : "mRNA"
},
{
"code" : "C0887909",
"display" : "ncRNA"
},
{
"code" : "C0079941",
"display" : "ORF"
},
{
"code" : "C0439673",
"display" : "Unknown"
}
]
}
]
}
}