FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypeCodeSystem
IdCodeSystem-example-cpt.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-order-catalog/CodeSystem-example-cpt.html
URLhttp://hl7.org/fhir/uv/order-catalog/CodeSystem/example-cpt
Version1.0.0-ballot
Statusactive
Date2025-11-20
NameExampleCPT
TitleExample CPT Codes
Realmuv
Authorityhl7
DescriptionExample CodeSystem for fake CPT codes used in examples
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem example-cpt

This case-sensitive code system http://hl7.org/fhir/uv/order-catalog/CodeSystem/example-cpt defines the following code:

CodeDisplayDefinition
CPTfakecode Potassium, serumExample fake CPT code representing a potassium serum test, used for illustration purposes in this implementation guide

Source1

{
  "resourceType": "CodeSystem",
  "id": "example-cpt",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}