{
  "resourceType" : "CodeSystem",
  "id" : "specimen-status-cs-german",
  "url" : "https://gematik.de/fhir/epa-laboratory/CodeSystem/specimen-status-cs-german",
  "version" : "1.0.0",
  "name" : "SpecimenStatusCSGerman",
  "title" : "SpecimenStatus German",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-09-30",
  "publisher" : "gematik GmbH",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.gematik.de"
    }]
  }],
  "description" : "Dieses Codesystem enthält die Codes für deutsche Bezeichner für SpecimenStatus German.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE"
    }]
  }],
  "copyright" : "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [{
    "code" : "Verfuegbar",
    "display" : "Verfügbar"
  },
  {
    "code" : "IrrtuermlicheEingabe",
    "display" : "Irrtürmliche Eingabe"
  },
  {
    "code" : "Nichtverfuegbar",
    "display" : "Nicht verfügbar"
  },
  {
    "code" : "Nichtgeeignet",
    "display" : "Nicht geeignet"
  }]
}