HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 7.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions
: AMA CPT Usable Codes
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cpt-usable"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cpt-usable</b></p><a name=\"cpt-usable\"> </a><a name=\"hccpt-usable\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<code>http://www.ama-assn.org/go/cpt</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where modified = false and modifier = false</li><li>Include codes from<code>http://www.ama-assn.org/go/cpt</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where modified = true</li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "vocab" ]
] ) ; #
fhir:url [
fhir:v "http://terminology.hl7.org/ValueSet/cpt-usable"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/ValueSet/cpt-usable>
] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "AmaCPTUsableCodes"] ; #
fhir:title [ fhir:v "AMA CPT Usable Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-08-05T16:43:13+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Health Level Seven International"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "All CPT codes (no modifiers) that represent procedure codes (e.g. for Procedure.code)."] ; #
fhir:immutable [ fhir:v true] ; #
fhir:copyright [ fhir:v "CPT © Copyright 2023 American Medical Association. All rights reserved. AMA and CPT are registered trademarks of the American Medical Association."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ;
fhir:l <http://www.ama-assn.org/go/cpt> ] ;
( fhir:filter [
fhir:property [ fhir:v "modified" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "false" ] ] [
fhir:property [ fhir:v "modifier" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "false" ] ] ) ] [
fhir:system [
fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ;
fhir:l <http://www.ama-assn.org/go/cpt> ] ;
( fhir:filter [
fhir:property [ fhir:v "modified" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "true" ] ] ) ] )
] . #