Implementation Guide
gematik Terminology
Version 1.0.5-ballot.1 - draft

: EPA Drug Category CodeSystem - JSON Representation

Draft as of 2025-02-14

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "epa-drug-category-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem epa-drug-category-cs</b></p><a name=\"epa-drug-category-cs\"> </a><a name=\"hcepa-drug-category-cs\"> </a><a name=\"epa-drug-category-cs-en-US\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/terminology/CodeSystem/epa-drug-category-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">00<a name=\"epa-drug-category-cs-00\"> </a></td><td>Arzneimittel oder in die Arzneimittelversorgung nach § 31 SGB V einbezogenes Produkt</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"epa-drug-category-cs-01\"> </a></td><td>BtM</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"epa-drug-category-cs-02\"> </a></td><td>AMVV § 3a Abs. 1 (Thalidomid o. ä.)</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"epa-drug-category-cs-03\"> </a></td><td>Sonstiges</td></tr></table></div>"
  },
  "url" : "https://gematik.de/fhir/terminology/CodeSystem/epa-drug-category-cs",
  "version" : "1.0.5-ballot.1",
  "name" : "EPADrugCategoryCS",
  "title" : "EPA Drug Category CodeSystem",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-02-14",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "name" : "gematik GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gematik.de"
        },
        {
          "system" : "email",
          "value" : "patientteam [ at ] gematik.de"
        }
      ]
    }
  ],
  "description" : "The CodeSystem for drug category.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "00",
      "display" : "Arzneimittel oder in die Arzneimittelversorgung nach § 31 SGB V einbezogenes Produkt"
    },
    {
      "code" : "01",
      "display" : "BtM"
    },
    {
      "code" : "02",
      "display" : "AMVV § 3a Abs. 1 (Thalidomid o. ä.)"
    },
    {
      "code" : "03",
      "display" : "Sonstiges"
    }
  ]
}