NAPKON Pediatrics Module
1.0.0 - trial-use

NAPKON Pediatrics Module - Local Development build (v1.0.0). See the Directory of published versions

: Value Set of Chronic Kidney Diseases - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "chronic-kidney-diseases-sct",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><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://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=90708001:246454002=255399007\">90708001:246454002=255399007</a></td><td>Kidney disease where Occurrence = Congenital</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=128606002:246454002=255399007\">128606002:246454002=255399007</a></td><td>Disorder of the urinary system where Occurrence = Congenital</td></tr></table></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  90708001 (Kidney disease)</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  128606002 (Disorder of the urinary system)</li></ul></div>"
  },
  "url" : "https://www.napkon.de/fhir/ValueSet/chronic-kidney-diseases-sct",
  "version" : "1.0.0",
  "name" : "ChronicKidneyDiseasesSCT",
  "title" : "Value Set of Chronic Kidney Diseases",
  "status" : "active",
  "date" : "2021-10-18",
  "publisher" : "Charité - Universitätsmedizin Berlin",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description" : "Chronic kidney diseases in the context of pediatrics",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "90708001:246454002=255399007",
            "display" : "Kidney disease where Occurrence = Congenital"
          },
          {
            "code" : "128606002:246454002=255399007",
            "display" : "Disorder of the urinary system where Occurrence = Congenital"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "90708001"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "128606002"
          }
        ]
      }
    ]
  }
}