NAPKON Pediatrics Module
1.0.0 - trial-use

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

: Medical History Stem Cell Transplants ICD - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "medical-history-stem-cell-transplant-icd",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://fhir.de/CodeSystem/bfarm/icd-10-gm</code> version <code>2022</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>Z94.80</td><td>Zustand nach hämatopoetischer Stammzelltransplantation ohne gegenwärtige Immunsuppression</td></tr><tr><td>Z94.81</td><td>Zustand nach hämatopoetischer Stammzelltransplantation mit gegenwärtiger Immunsuppression</td></tr></table></li></ul></div>"
  },
  "url" : "https://www.napkon.de/fhir/ValueSet/medical-history-stem-cell-transplant-icd",
  "version" : "1.0.0",
  "name" : "MedicalHistoryStemCellTransplantICD",
  "title" : "Medical History Stem Cell Transplants ICD",
  "status" : "active",
  "date" : "2021-10-08",
  "publisher" : "Charité - Universitätsmedizin Berlin",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description" : "Medical history linked to stem cells or bone marrow transplant for pediatric patients",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2022",
        "concept" : [
          {
            "code" : "Z94.80",
            "display" : "Zustand nach hämatopoetischer Stammzelltransplantation ohne gegenwärtige Immunsuppression"
          },
          {
            "code" : "Z94.81",
            "display" : "Zustand nach hämatopoetischer Stammzelltransplantation mit gegenwärtiger Immunsuppression"
          }
        ]
      }
    ]
  }
}