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 imaging procedures from SNOMED CT - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "imaging-procedures-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 codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  40701008 (Echocardiography)</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  450436003 (Positron emission tomography with computed tomography)</li></ul></div>"
  },
  "url" : "https://www.napkon.de/fhir/ValueSet/imaging-procedures-sct",
  "version" : "1.0.0",
  "name" : "ImagingProceduresSCT",
  "title" : "Value Set of imaging procedures from SNOMED CT",
  "status" : "active",
  "date" : "2021-09-23",
  "publisher" : "Charité - Universitätsmedizin Berlin",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description" : "Imaging procedures in the context of pediatrics and COVID-19",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "40701008"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "450436003"
          }
        ]
      }
    ]
  }
}