This page is part of the HL7 Terminology (v5.4.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: null - JSON Representation
Raw json | Download
{
"resourceType" : "NamingSystem",
"id" : "icd10",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://terminology.hl7.org/NamingSystem/icd10</td></tr><tr><td>Version</td><td>2.2.1</td></tr><tr><td>Name</td><td>Icd10</td></tr><tr><td>Title</td><td>ICD-10</td></tr><tr><td>Status</td><td>retired</td></tr><tr><td>Definition</td><td><div><p>International Classification of Diseases revision 10 (ICD 10)</p>\n</div></td></tr><tr><td>Publisher</td><td>WHO</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Comment</b></td></tr><tr><td>OID</td><td>2.16.840.1.113883.6.3</td><td>true</td><td/></tr><tr><td>URI</td><td>http://terminology.hl7.org/CodeSystem/icd10</td><td>false</td><td>Published as a stub for HL7 convenience; the official URL should be used in implementations.</td></tr><tr><td>URI</td><td>http://hl7.org/fhir/sid/icd-10</td><td>true</td><td/></tr><tr><td>Other</td><td>I10</td><td>true</td><td>This is the V2 code sytstem mnemonic.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
"valueUri" : "http://terminology.hl7.org/NamingSystem/icd10"
},
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
"valueString" : "2.2.1"
},
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title",
"valueString" : "ICD-10"
}
],
"name" : "Icd10",
"status" : "retired",
"kind" : "codesystem",
"date" : "2021-11-09T10:00:00+10:00",
"publisher" : "WHO",
"contact" : [
{
"name" : "World Health Organization"
}
],
"responsible" : "WHO",
"description" : "International Classification of Diseases revision 10 (ICD 10)",
"uniqueId" : [
{
"type" : "oid",
"value" : "2.16.840.1.113883.6.3",
"preferred" : true
},
{
"type" : "uri",
"value" : "http://terminology.hl7.org/CodeSystem/icd10",
"preferred" : false,
"comment" : "Published as a stub for HL7 convenience; the official URL should be used in implementations."
},
{
"type" : "uri",
"value" : "http://hl7.org/fhir/sid/icd-10",
"preferred" : true
},
{
"type" : "other",
"value" : "I10",
"preferred" : true,
"comment" : "This is the V2 code sytstem mnemonic."
}
]
}