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

FHIR IG analytics

Packagehl7.terminology
Resource TypeValueSet
IdValueSet-cpt-usable.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/ValueSet-cpt-usable.html
URLhttp://terminology.hl7.org/ValueSet/cpt-usable
Version1.0.0
Statusactive
Date2023-08-05T16:43:13+10:00
NameAmaCPTUsableCodes
TitleAMA CPT Usable Codes
Realmuv
Authorityhl7
DescriptionAll CPT codes (no modifiers) that represent procedure codes (e.g. for Procedure.code).
CopyrightCPT © Copyright 2023 American Medical Association. All rights reserved. AMA and CPT are registered trademarks of the American Medical Association.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
cptCurrent Procedural Terminology (CPT®)

Narrative

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

Generated Narrative: ValueSet cpt-usable

This value set includes codes based on the following rules:

  • Include codes fromhttp://www.ama-assn.org/go/cpt version Not Stated (use latest from terminology server) where modified = false and modifier = false
  • Include codes fromhttp://www.ama-assn.org/go/cpt version Not Stated (use latest from terminology server) where modified = true

Source1

{
  "resourceType": "ValueSet",
  "id": "cpt-usable",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "vocab"
    }
  ],
  "url": "http://terminology.hl7.org/ValueSet/cpt-usable",
  "version": "1.0.0",
  "name": "AmaCPTUsableCodes",
  "title": "AMA CPT Usable Codes",
  "status": "active",
  "experimental": false,
  "date": "2023-08-05T16:43:13+10:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "All CPT codes (no modifiers) that represent procedure codes (e.g. for Procedure.code).",
  "immutable": true,
  "copyright": "CPT © Copyright 2023 American Medical Association. All rights reserved. AMA and CPT are registered trademarks of the American Medical Association.",
  "compose": {
    "include": [
      {
        "system": "http://www.ama-assn.org/go/cpt",
        "filter": [
          {
            "property": "modified",
            "op": "=",
            "value": "false"
          },
          {
            "property": "modifier",
            "op": "=",
            "value": "false"
          }
        ]
      },
      {
        "system": "http://www.ama-assn.org/go/cpt",
        "filter": [
          {
            "property": "modified",
            "op": "=",
            "value": "true"
          }
        ]
      }
    ]
  }
}