Search FHIR

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

: DNA Change Type Value Set - JSON Representation

Draft as of 2025-04-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "DNAChangeType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet DNAChangeType</b></p><a name=\"DNAChangeType\"> </a><a name=\"hcDNAChangeType\"> </a><a name=\"DNAChangeType-en-US\"> </a><p>Ce jeu de valeur (ValueSet) inclut les codes selon les règles suivantes :</p><ul><li>Include ces codes sont définis dans <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA6692-3/\">LA6692-3</a></td><td>Deletion</td></tr><tr><td><a href=\"https://loinc.org/LA6686-5/\">LA6686-5</a></td><td>Duplication</td></tr><tr><td><a href=\"https://loinc.org/LA6687-3/\">LA6687-3</a></td><td>Insertion</td></tr><tr><td><a href=\"https://loinc.org/LA6688-1/\">LA6688-1</a></td><td>Insertion/Deletion (indel)</td></tr><tr><td><a href=\"https://loinc.org/LA6689-9/\">LA6689-9</a></td><td>Inversion</td></tr><tr><td><a href=\"https://loinc.org/LA6690-7/\">LA6690-7</a></td><td>Substitution</td></tr></table></li><li>Include ces codes sont définis dans <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>O55-1</td><td>Virus insertion site</td></tr><tr><td>O55-2</td><td>Delins</td></tr></table></li></ul></div>"
  },
  "url" : "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/DNAChangeType",
  "version" : "1.1.0",
  "name" : "DNAChangeType",
  "title" : "DNA Change 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" : "DNAChangeType",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LA6692-3",
            "display" : "Deletion"
          },
          {
            "code" : "LA6686-5",
            "display" : "Duplication"
          },
          {
            "code" : "LA6687-3",
            "display" : "Insertion"
          },
          {
            "code" : "LA6688-1",
            "display" : "Insertion/Deletion (indel)"
          },
          {
            "code" : "LA6689-9",
            "display" : "Inversion"
          },
          {
            "code" : "LA6690-7",
            "display" : "Substitution"
          }
        ]
      },
      {
        "system" : "https://github.com/siric-osiris/OSIRIS",
        "concept" : [
          {
            "code" : "O55-1",
            "display" : "Virus insertion site"
          },
          {
            "code" : "O55-2",
            "display" : "Delins"
          }
        ]
      }
    ]
  }
}