ISiK Basis Implementierungsleitfaden
Version 6.0.0-rc - ci-build

: TestKatalog - JSON Representation

Active as of 2025-12-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "CodeSystemExample",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKCodeSystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CodeSystemExample</b></p><a name=\"CodeSystemExample\"> </a><a name=\"hcCodeSystemExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKCodeSystem.html\">ISiKCodeSystem</a></p></div><p>This case-sensitive code system <code>http://example.org/fhir/CodeSystem/TestKatalog</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">test<a name=\"CodeSystemExample-test\"> </a></td><td>Test</td><td>Dies ist ein Test-Code</td></tr></table></div>"
  },
  "url" : "http://example.org/fhir/CodeSystem/TestKatalog",
  "version" : "6.0.0-rc",
  "name" : "TestKatalog",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-17",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "name" : "gematik GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://gematik.de"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "test",
      "display" : "Test",
      "definition" : "Dies ist ein Test-Code"
    }
  ]
}