{
"description": "Abbildung der Mindestanforderungen eines ICD 10 GM (German Modification) Diagnosecodes",
"_filename": "Profile-coding-icd10gm.json",
"package_name": "de.basisprofil.r4",
"date": "2021-02-17",
"derivation": "constraint",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"fhirVersion": "4.0.1",
"name": "CodingICD10GM",
"abstract": false,
"copyright": "HL7 Deutschland e.V.",
"type": "Coding",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Coding-Profil für ICD-10-GM",
"package_version": "1.2.0-alpha2",
"status": "active",
"id": "69f9de00-baa4-4ab5-bf8b-46d1c673e987",
"kind": "complex-type",
"url": "http://fhir.de/StructureDefinition/CodingICD10GM",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "Coding.extension",
"path": "Coding.extension",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
}
}, {
"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": [ {
"name": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"telecom": [ {
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coding"
}