RareLink Implementation Guide
2.0.0 - 2.0.0

RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Vital Status Value Set - JSON Representation

Draft as of 2025-05-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vital-status-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vital-status-vs</b></p><a name=\"vital-status-vs\"> </a><a name=\"hcvital-status-vs\"> </a><a name=\"vital-status-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/438949009\">438949009</a></td><td>Alive</td></tr><tr><td><a href=\"http://snomed.info/id/419099009\">419099009</a></td><td>Dead</td></tr><tr><td><a href=\"http://snomed.info/id/399307001\">399307001</a></td><td>Unknown - Lost in follow-up</td></tr><tr><td><a href=\"http://snomed.info/id/185924006\">185924006</a></td><td>Unknown - Opted-out</td></tr><tr><td><a href=\"http://snomed.info/id/261665006\">261665006</a></td><td>Unknown - Other Reason</td></tr></table></li></ul></div>"
  },
  "url" : "https://rarelink.bih-charite.de/fhir/ValueSet/vital-status-vs",
  "version" : "2.0.0",
  "name" : "VitalStatusVS",
  "title" : "Vital Status Value Set",
  "status" : "draft",
  "date" : "2025-05-12T08:03:20+00:00",
  "publisher" : "Berlin Institute of Health - Charité Universitätsmedizin Berlin",
  "contact" : [
    {
      "name" : "Berlin Institute of Health - Charité Universitätsmedizin Berlin",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/BIH-CEI/RareLink"
        },
        {
          "system" : "email",
          "value" : "adam.graefe@charite.de"
        }
      ]
    }
  ],
  "description" : "Value set for capturing the vital status of the patient.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "438949009",
            "display" : "Alive"
          },
          {
            "code" : "419099009",
            "display" : "Dead"
          },
          {
            "code" : "399307001",
            "display" : "Unknown - Lost in follow-up"
          },
          {
            "code" : "185924006",
            "display" : "Unknown - Opted-out"
          },
          {
            "code" : "261665006",
            "display" : "Unknown - Other Reason"
          }
        ]
      }
    ]
  }
}