http://hl7.org/fhir/sid/icd-10-cm|2.0.1

name
Icd10CM
package
hl7.terminology.r5@6.3.0
content
not-present
status
active
date
2019-03-20 04:00:00.0

International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)

The International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM), describes the classification of morbidity and mortality information for statistical purposes and for the indexing of healthcare records by diseases. The ICD-10-CM codes can be used as the value of the Act.cd attribute.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/sid/icd-10-cm"
  }, {
    "name" : "version",
    "valueString" : "2.0.1"
  } ]
}