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

: Cause of death Value Set - JSON Representation

Draft as of 2025-04-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "CauseOfDeath",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CauseOfDeath</b></p><a name=\"CauseOfDeath\"> </a><a name=\"hcCauseOfDeath\"> </a><a name=\"CauseOfDeath-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>C1707251</td><td>Other cancer</td></tr><tr><td>C3262234</td><td>Other cause</td></tr><tr><td>C0679861</td><td>Complications of treatment</td></tr><tr><td>C0027651</td><td>Neoplasm</td></tr><tr><td>C0277589</td><td>Death of unknown cause</td></tr></table></li></ul></div>"
  },
  "url" : "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/CauseOfDeath",
  "version" : "1.1.0",
  "name" : "CauseOfDeath",
  "title" : "Cause of death 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" : "Cause of death",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/umls",
        "concept" : [
          {
            "code" : "C1707251",
            "display" : "Other cancer"
          },
          {
            "code" : "C3262234",
            "display" : "Other cause"
          },
          {
            "code" : "C0679861",
            "display" : "Complications of treatment"
          },
          {
            "code" : "C0027651",
            "display" : "Neoplasm"
          },
          {
            "code" : "C0277589",
            "display" : "Death of unknown cause"
          }
        ]
      }
    ]
  }
}