Skip to content

Instantly share code, notes, and snippets.

@patrick-werner
Last active November 25, 2021 12:38
Show Gist options
  • Save patrick-werner/14c727584c9e815b12213df51592be8f to your computer and use it in GitHub Desktop.
Save patrick-werner/14c727584c9e815b12213df51592be8f to your computer and use it in GitHub Desktop.
ICD10-Examples
{
"resourceType": "CodeSystem",
"id": "icd-10-gm",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"url": "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
"version": "2021",
"versionNeeded": true,
"name": "Icd-10-gm",
"title": "Internationale statistische Klassifikation der Krankheiten und verwandter Gesundheitsprobleme",
"description": "Internationale statistische Klassifikation der Krankheiten und verwandter Gesundheitsprobleme",
"language": "de",
"status": "active",
"experimental": false,
"copyright": "WHO, DIMDI 1994 - 2020",
"date": "2019-09-20",
"publisher": "BfArM - Bundesinstitut für Arzneimittel und Medizinprodukte",
"contact": [
{
"name": "BfArM - Bundesinstitut für Arzneimittel und Medizinprodukte",
"telecom": [
{
"system": "url",
"value": "https://www.dimdi.de/dynamic/de/startseite/"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"property": [
{
"code": "coding-hint",
"uri": "http://fhir.de/bfarm/icd-10-gm/Concept.coding-hint",
"description": "TODO",
"type": "string"
},
{
"code": "definition",
"uri": "http://snomed.info/field/Concept.definition",
"description": "TODO",
"type": "string"
},
{
"code": "exclusion",
"uri": "http://snomed.info/field/Concept.exclusion",
"description": "TODO",
"type": "string"
},
{
"code": "inclusion",
"uri": "http://snomed.info/field/Concept.inclusion",
"description": "TODO",
"type": "string"
},
{
"code": "introduction",
"uri": "http://snomed.info/field/Concept.introduction",
"description": "TODO",
"type": "string"
},
{
"code": "modifierlink",
"uri": "http://snomed.info/field/Concept.modifierlink",
"description": "TODO",
"type": "code"
},
{
"code": "note",
"uri": "http://snomed.info/field/Concept.note",
"description": "TODO",
"type": "string"
},
{
"code": "preferred",
"uri": "http://snomed.info/field/Concept.preferred",
"description": "TODO",
"type": "string"
},
{
"code": "preferredLong",
"uri": "http://snomed.info/field/Concept.preferredLong",
"description": "TODO",
"type": "string"
},
{
"code": "text",
"uri": "http://snomed.info/field/Concept.text",
"description": "TODO",
"type": "string"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment