NAPKON Pediatrics Module
1.0.0 - trial-use

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

: Chronic hematologic diseases (ICD10-GM) - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "chronic-hematologic-diseases-icd",
  "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 codes from <code>http://fhir.de/CodeSystem/bfarm/icd-10-gm</code> where concept  matches (by regex)  ^D5[5-9]\\..* and child doesn't exist</li><li>Include codes from <code>http://fhir.de/CodeSystem/bfarm/icd-10-gm</code> where concept  matches (by regex)  ^D50\\..* and child doesn't exist</li><li>Include codes from <code>http://fhir.de/CodeSystem/bfarm/icd-10-gm</code> where concept  matches (by regex)  ^D70\\..* and child doesn't exist</li><li>Include codes from <code>http://fhir.de/CodeSystem/bfarm/icd-10-gm</code> where concept  matches (by regex)  ^D46\\..* and child doesn't exist</li><li>Include codes from <code>http://fhir.de/CodeSystem/bfarm/icd-10-gm</code> where concept  matches (by regex)  ^D6[5-8]\\..* and child doesn't exist</li><li>Include codes from <code>http://fhir.de/CodeSystem/bfarm/icd-10-gm</code> where concept  matches (by regex)  ^D[5-7].* and child doesn't exist</li></ul></div>"
  },
  "url" : "https://www.napkon.de/fhir/ValueSet/chronic-hematologic-diseases-icd",
  "version" : "1.0.0",
  "name" : "ChronicHematologicDiseasesICD",
  "title" : "Chronic hematologic diseases (ICD10-GM)",
  "status" : "active",
  "date" : "2021-08-04",
  "publisher" : "Charité - Universitätsmedizin Berlin",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description" : "Chronic hematologic diseases in the context of pediatrics and COVID-19",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2022",
        "filter" : [
          {
            "property" : "concept",
            "op" : "regex",
            "value" : "^D5[5-9]\\..*"
          },
          {
            "property" : "child",
            "op" : "exists",
            "value" : "false"
          }
        ]
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2022",
        "filter" : [
          {
            "property" : "concept",
            "op" : "regex",
            "value" : "^D50\\..*"
          },
          {
            "property" : "child",
            "op" : "exists",
            "value" : "false"
          }
        ]
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2022",
        "filter" : [
          {
            "property" : "concept",
            "op" : "regex",
            "value" : "^D70\\..*"
          },
          {
            "property" : "child",
            "op" : "exists",
            "value" : "false"
          }
        ]
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2022",
        "filter" : [
          {
            "property" : "concept",
            "op" : "regex",
            "value" : "^D46\\..*"
          },
          {
            "property" : "child",
            "op" : "exists",
            "value" : "false"
          }
        ]
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2022",
        "filter" : [
          {
            "property" : "concept",
            "op" : "regex",
            "value" : "^D6[5-8]\\..*"
          },
          {
            "property" : "child",
            "op" : "exists",
            "value" : "false"
          }
        ]
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2022",
        "filter" : [
          {
            "property" : "concept",
            "op" : "regex",
            "value" : "^D[5-7].*"
          },
          {
            "property" : "child",
            "op" : "exists",
            "value" : "false"
          }
        ]
      }
    ]
  }
}