Order Catalog Implementation Guide
1.0.0-ballot - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Example CPT Codes - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "example-cpt",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem example-cpt</b></p><a name=\"example-cpt\"> </a><a name=\"hcexample-cpt\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/order-catalog/CodeSystem/example-cpt</code> defines the following code:</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\">CPTfakecode<a name=\"example-cpt-CPTfakecode\"> </a></td><td>Potassium, serum</td><td>Example fake CPT code representing a potassium serum test, used for illustration purposes in this implementation guide</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "oo"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/example-cpt",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.55.16.4"
    }
  ],
  "version" : "1.0.0-ballot",
  "name" : "ExampleCPT",
  "title" : "Example CPT Codes",
  "status" : "active",
  "experimental" : true,
  "date" : "2025-11-20",
  "publisher" : "HL7 International / Orders and Observations",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "Example CodeSystem for fake CPT codes used in examples",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "CPTfakecode",
      "display" : "Potassium, serum",
      "definition" : "Example fake CPT code representing a potassium serum test, used for illustration purposes in this implementation guide"
    }
  ]
}