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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: GeneticMaterial - JSON Representation

Draft as of 2025-04-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "GeneticMaterial",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet GeneticMaterial</b></p><a name=\"GeneticMaterial\"> </a><a name=\"hcGeneticMaterial\"> </a><a name=\"GeneticMaterial-en-US\"> </a><p>Ce jeu de valeur (ValueSet) inclut les codes selon les règles suivantes :</p><ul><li>Importe tous les codes contenu dans <a href=\"http://tx.fhir.org/r4/ValueSet/35d6a08a-0d04-4dd6-8fea-c80c44b510bc\">LOINCAnswerListLL2938_0</a></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>O19-1</td><td>MT</td></tr><tr><td>O19-2</td><td>viral</td></tr><tr><td>O19-3</td><td>bacterial</td></tr></table></li><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>C0439673</td><td>Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/GeneticMaterial",
  "version" : "1.1.0",
  "name" : "GeneticMaterial",
  "title" : "GeneticMaterial",
  "status" : "draft",
  "date" : "2025-04-03T14:14:07+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" : "Genetic material",
  "compose" : {
    "include" : [
      {
        "valueSet" : [
          🔗 "http://loinc.org/vs/LL2938-0"
        ]
      },
      {
        "system" : "https://github.com/siric-osiris/OSIRIS",
        "concept" : [
          {
            "code" : "O19-1",
            "display" : "MT"
          },
          {
            "code" : "O19-2",
            "display" : "viral"
          },
          {
            "code" : "O19-3",
            "display" : "bacterial"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/umls",
        "concept" : [
          {
            "code" : "C0439673",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}