PackagesCanonicalsLogsProblems
    Packages
    de.basisprofil.r4@1.5.1-beta1
    http://fhir.de/StructureDefinition/CodingICD10GM
{
  "description": "Abbildung der Mindestanforderungen eines ICD 10 GM (German Modification) Diagnosecodes",
  "_filename": "StructureDefinition-CodingICD10GM.json",
  "package_name": "de.basisprofil.r4",
  "date": "2023-11-30",
  "derivation": "constraint",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "fhirVersion": "4.0.1",
  "name": "CodingICD10GM",
  "abstract": false,
  "type": "Coding",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Coding-Profil für ICD-10-GM",
  "package_version": "1.5.1-beta1",
  "status": "active",
  "id": "d1b12f8b-0406-466b-b801-e523c667e162",
  "kind": "complex-type",
  "url": "http://fhir.de/StructureDefinition/CodingICD10GM",
  "version": "1.5.1",
  "differential": {
    "element": [ {
      "id": "Coding.extension:Mehrfachcodierungs-Kennzeichen",
      "max": "1",
      "min": 0,
      "path": "Coding.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.de/StructureDefinition/icd-10-gm-mehrfachcodierungs-kennzeichen" ]
      } ],
      "sliceName": "Mehrfachcodierungs-Kennzeichen"
    }, {
      "id": "Coding.extension:Seitenlokalisation",
      "max": "1",
      "min": 0,
      "path": "Coding.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.de/StructureDefinition/seitenlokalisation" ]
      } ],
      "sliceName": "Seitenlokalisation"
    }, {
      "id": "Coding.extension:Diagnosesicherheit",
      "max": "1",
      "min": 0,
      "path": "Coding.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit" ]
      } ],
      "sliceName": "Diagnosesicherheit"
    }, {
      "id": "Coding.system",
      "min": 1,
      "path": "Coding.system",
      "short": "Canonische CodeSystem URL für ICD-10-GM",
      "fixedUri": "http://fhir.de/CodeSystem/bfarm/icd-10-gm"
    }, {
      "id": "Coding.version",
      "min": 1,
      "path": "Coding.version",
      "short": "Die Jahresversion von ICD-10-GM. Angegeben wird immer die vierstellige Jahreszahl (z.B. \"2017\")",
      "definition": "Bie Verwendung von ICD-10-GM ist die Angabe der Version zwingend erforderlich.\r\nHierdurch wird der Tatsache Rechnung getragen, dass jede der jährlich neu erscheinenden Fassung von ICD-10-GM ein neues Codesystem darstellt."
    }, {
      "id": "Coding.code",
      "min": 1,
      "path": "Coding.code",
      "short": "Der ICD-10-Code",
      "example": [ {
        "label": "Einfacher ICD-Code",
        "valueCode": "F17.4"
      } ],
      "constraint": [ {
        "key": "icd-regex",
        "human": "In code sind nur gültige ICD-10-Codes ohne Zusätze erlaubt",
        "source": "http://fhir.de/StructureDefinition/CodingICD10GM",
        "severity": "warning",
        "expression": "matches('^[A-Z][0-9][A-Z0-9](\\\\.?[A-Z0-9]{0,4})?$')"
      } ]
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.de/technische-komitees/fhir/",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coding"
}