FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/icd-10-procedures (JSON)

Financial Management Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemICD10ProcedureCodes

{
  "resourceType" : "CodeSystem",
  "id" : "icd-10-procedures",
  "meta" : {
    "lastUpdated" : "2024-03-27T11:56:58.316+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/sid/ex-icd-10-procedures</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">123001<a name=\"icd-10-procedures-123001\"> </a></td><td>PROC-1</td><td>Procedure 1</td></tr><tr><td style=\"white-space:nowrap\">123002<a name=\"icd-10-procedures-123002\"> </a></td><td>PROC-2</td><td>Procedure 2</td></tr><tr><td style=\"white-space:nowrap\">123003<a name=\"icd-10-procedures-123003\"> </a></td><td>PROC-3</td><td>Procedure 3</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fm"
  }],
  "url" : "http://hl7.org/fhir/sid/ex-icd-10-procedures",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.575"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.567"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "ICD10ProcedureCodes",
  "title" : "ICD-10 Procedure Codes",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International",
  "description" : "This value set includes sample ICD-10 Procedure codes.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "copyright" : "This is an example set.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "123001",
    "display" : "PROC-1",
    "definition" : "Procedure 1"
  },
  {
    "code" : "123002",
    "display" : "PROC-2",
    "definition" : "Procedure 2"
  },
  {
    "code" : "123003",
    "display" : "PROC-3",
    "definition" : "Procedure 3"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.