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

: Age Category Value Set - JSON Representation

Draft as of 2025-05-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "age-category-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet age-category-vs</b></p><a name=\"age-category-vs\"> </a><a name=\"hcage-category-vs\"> </a><a name=\"age-category-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/3658006\">3658006</a></td><td>Infancy</td></tr><tr><td><a href=\"http://snomed.info/id/713153009\">713153009</a></td><td>Toddler</td></tr><tr><td><a href=\"http://snomed.info/id/255398004\">255398004</a></td><td>Childhood</td></tr><tr><td><a href=\"http://snomed.info/id/263659003\">263659003</a></td><td>Adolescence</td></tr><tr><td><a href=\"http://snomed.info/id/41847000\">41847000</a></td><td>Adulthood</td></tr><tr><td><a href=\"http://snomed.info/id/303112003\">303112003</a></td><td>Fetal period</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/261665006\">261665006</a></td><td>Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "https://rarelink.bih-charite.de/fhir/ValueSet/age-category-vs",
  "version" : "2.0.0",
  "name" : "AgeCategoryVS",
  "title" : "Age Category 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 age category of a patient.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "3658006",
            "display" : "Infancy"
          },
          {
            "code" : "713153009",
            "display" : "Toddler"
          },
          {
            "code" : "255398004",
            "display" : "Childhood"
          },
          {
            "code" : "263659003",
            "display" : "Adolescence"
          },
          {
            "code" : "41847000",
            "display" : "Adulthood"
          },
          {
            "code" : "303112003",
            "display" : "Fetal period"
          },
          {
            "code" : "419099009",
            "display" : "Dead"
          },
          {
            "code" : "261665006",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}